Home
last modified time | relevance | path

Searched refs:Lbit (Results 1 – 25 of 52) sorted by last modified time

123

/dports/lang/gnat_util/gnat_util/
H A Drepinfo.adb912 Lbit : Uint; variable
976 Lbit := Fbit + Esiz - 1;
978 if Lbit < 10 then
982 UI_Write (Lbit);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Drepinfo.adb1125 Lbit : Uint; variable
1211 Lbit := Sbit + Esiz - 1;
1216 if Lbit >= 0 and then Lbit < 10 then
1220 UI_Write (Lbit, Decimal);
H A Dsem_ch13.adb506 Error_Msg_Uint_1 := Lbit + 1;
8507 Lbit : Uint; variable
8667 and then Present (Lbit)
8678 elsif Lbit < Fbit - 1 then
8791 Lbit := Lbit + UI_From_Int (SSU) * Posit;
11805 Lbit : Uint := No_Uint; variable
12017 Lbit := Fbit + Esize (Comp) - 1;
12355 Max_Bit_So_Far := Lbit;
12363 Error_Msg_Uint_2 := Lbit + 1;
12388 if Hbit < Lbit then
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/
H A Ddisarm.cpp832 #define Lbit (1<<20) /* load, not store (data transfer) */ macro
1126 if ((instr&(Lbit+(1<<6)))==(1<<6)) goto lUndefined; /* STRSH etc */ in instr_disassemble()
1127 mnemonic = "STR\0LDR" + ((instr&Lbit) >> 18); in instr_disassemble()
1219 mnemonic = "STR\0LDR" + ((instr&Lbit) >> 18); in instr_disassemble()
1229 mnemonic = "STM\0LDM" + ((instr&Lbit) >> 18); in instr_disassemble()
1233 if (instr&Lbit) x^=6; in instr_disassemble()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/
H A Ddisarm.cpp832 #define Lbit (1<<20) /* load, not store (data transfer) */ macro
1126 if ((instr&(Lbit+(1<<6)))==(1<<6)) goto lUndefined; /* STRSH etc */ in instr_disassemble()
1127 mnemonic = "STR\0LDR" + ((instr&Lbit) >> 18); in instr_disassemble()
1219 mnemonic = "STR\0LDR" + ((instr&Lbit) >> 18); in instr_disassemble()
1229 mnemonic = "STM\0LDM" + ((instr&Lbit) >> 18); in instr_disassemble()
1233 if (instr&Lbit) x^=6; in instr_disassemble()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/
H A Ddisarm.cpp832 #define Lbit (1<<20) /* load, not store (data transfer) */ macro
1126 if ((instr&(Lbit+(1<<6)))==(1<<6)) goto lUndefined; /* STRSH etc */ in instr_disassemble()
1127 mnemonic = "STR\0LDR" + ((instr&Lbit) >> 18); in instr_disassemble()
1219 mnemonic = "STR\0LDR" + ((instr&Lbit) >> 18); in instr_disassemble()
1229 mnemonic = "STM\0LDM" + ((instr&Lbit) >> 18); in instr_disassemble()
1233 if (instr&Lbit) x^=6; in instr_disassemble()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dsem_ch13.adb488 Error_Msg_Uint_1 := Lbit + 1;
8190 Lbit : Uint; variable
8350 and then Lbit /= No_Uint
8361 elsif Lbit < Fbit - 1 then
8474 Lbit := Lbit + UI_From_Int (SSU) * Posit;
11410 Lbit : Uint := No_Uint; variable
11622 Lbit := Fbit + Esize (Comp) - 1;
11953 Max_Bit_So_Far := Lbit;
11961 Error_Msg_Uint_2 := Lbit + 1;
11986 if Hbit < Lbit then
[all …]
H A Drepinfo.adb1095 Lbit : Uint; variable
1183 Lbit := Sbit + Esiz - 1;
1188 if Lbit >= 0 and then Lbit < 10 then
1192 UI_Write (Lbit, Decimal);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Drepinfo.adb1144 Lbit : Uint; variable
1232 Lbit := Sbit + Esiz - 1;
1237 if Lbit >= 0 and then Lbit < 10 then
1241 UI_Write (Lbit, Decimal);
H A Dsem_ch13.adb440 Error_Msg_Uint_1 := Lbit + 1;
6983 Lbit : Uint; variable
7169 and then Lbit /= No_Uint
7180 elsif Lbit < Fbit - 1 then
7293 Lbit := Lbit + UI_From_Int (SSU) * Posit;
10140 Lbit : Uint; variable
10352 Lbit := Fbit + Esize (Comp) - 1;
10682 Max_Bit_So_Far := Lbit;
10687 and then RM_Size (Rectype) <= Lbit
10713 if Hbit < Lbit then
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dsem_ch13.adb6921 Lbit : Uint; variable
7107 and then Lbit /= No_Uint
7118 elsif Lbit < Fbit - 1 then
7231 Lbit := Lbit + UI_From_Int (SSU) * Posit;
7261 if Hbit < Lbit then
7262 Hbit := Lbit;
10026 Lbit : Uint; variable
10178 Lbit := Fbit + Esize (Comp) - 1;
10287 Max_Bit_So_Far := Lbit;
10318 if Hbit < Lbit then
[all …]
H A Drepinfo.adb1248 Lbit : Uint; variable
1336 Lbit := Sbit + Esiz - 1;
1341 if Lbit >= 0 and then Lbit < 10 then
1345 UI_Write (Lbit);
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dsem_ch13.adb488 Error_Msg_Uint_1 := Lbit + 1;
8190 Lbit : Uint; variable
8350 and then Lbit /= No_Uint
8361 elsif Lbit < Fbit - 1 then
8474 Lbit := Lbit + UI_From_Int (SSU) * Posit;
11410 Lbit : Uint := No_Uint; variable
11622 Lbit := Fbit + Esize (Comp) - 1;
11953 Max_Bit_So_Far := Lbit;
11961 Error_Msg_Uint_2 := Lbit + 1;
11986 if Hbit < Lbit then
[all …]
H A Drepinfo.adb1095 Lbit : Uint;
1183 Lbit := Sbit + Esiz - 1;
1188 if Lbit >= 0 and then Lbit < 10 then
1192 UI_Write (Lbit, Decimal);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dsem_ch13.adb488 Error_Msg_Uint_1 := Lbit + 1;
8190 Lbit : Uint; variable
8350 and then Lbit /= No_Uint
8361 elsif Lbit < Fbit - 1 then
8474 Lbit := Lbit + UI_From_Int (SSU) * Posit;
11410 Lbit : Uint := No_Uint; variable
11622 Lbit := Fbit + Esize (Comp) - 1;
11953 Max_Bit_So_Far := Lbit;
11961 Error_Msg_Uint_2 := Lbit + 1;
11986 if Hbit < Lbit then
[all …]
H A Drepinfo.adb1095 Lbit : Uint; variable
1183 Lbit := Sbit + Esiz - 1;
1188 if Lbit >= 0 and then Lbit < 10 then
1192 UI_Write (Lbit, Decimal);
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dsem_ch13.adb6921 Lbit : Uint; variable
7107 and then Lbit /= No_Uint
7118 elsif Lbit < Fbit - 1 then
7231 Lbit := Lbit + UI_From_Int (SSU) * Posit;
7261 if Hbit < Lbit then
7262 Hbit := Lbit;
10026 Lbit : Uint; variable
10178 Lbit := Fbit + Esize (Comp) - 1;
10287 Max_Bit_So_Far := Lbit;
10318 if Hbit < Lbit then
[all …]
H A Drepinfo.adb1248 Lbit : Uint; variable
1336 Lbit := Sbit + Esiz - 1;
1341 if Lbit >= 0 and then Lbit < 10 then
1345 UI_Write (Lbit);
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dsem_ch13.adb6875 Lbit : Uint; variable
7061 and then Lbit /= No_Uint
7072 elsif Lbit < Fbit - 1 then
7185 Lbit := Lbit + UI_From_Int (SSU) * Posit;
7215 if Hbit < Lbit then
7216 Hbit := Lbit;
9912 Lbit : Uint; variable
10064 Lbit := Fbit + Esize (Comp) - 1;
10173 Max_Bit_So_Far := Lbit;
10204 if Hbit < Lbit then
[all …]
H A Drepinfo.adb1000 Lbit : Uint; variable
1117 Lbit := Sbit + Esiz - 1;
1119 if Lbit < 10 then
1123 UI_Write (Lbit);
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dsem_ch13.adb440 Error_Msg_Uint_1 := Lbit + 1;
6983 Lbit : Uint; variable
7169 and then Lbit /= No_Uint
7180 elsif Lbit < Fbit - 1 then
7293 Lbit := Lbit + UI_From_Int (SSU) * Posit;
10140 Lbit : Uint; variable
10352 Lbit := Fbit + Esize (Comp) - 1;
10682 Max_Bit_So_Far := Lbit;
10687 and then RM_Size (Rectype) <= Lbit
10713 if Hbit < Lbit then
[all …]
H A Drepinfo.adb1144 Lbit : Uint; variable
1232 Lbit := Sbit + Esiz - 1;
1237 if Lbit >= 0 and then Lbit < 10 then
1241 UI_Write (Lbit, Decimal);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dsem_ch13.adb440 Error_Msg_Uint_1 := Lbit + 1;
6983 Lbit : Uint; variable
7169 and then Lbit /= No_Uint
7180 elsif Lbit < Fbit - 1 then
7293 Lbit := Lbit + UI_From_Int (SSU) * Posit;
10140 Lbit : Uint; variable
10352 Lbit := Fbit + Esize (Comp) - 1;
10682 Max_Bit_So_Far := Lbit;
10687 and then RM_Size (Rectype) <= Lbit
10713 if Hbit < Lbit then
[all …]
H A Drepinfo.adb1144 Lbit : Uint; variable
1232 Lbit := Sbit + Esiz - 1;
1237 if Lbit >= 0 and then Lbit < 10 then
1241 UI_Write (Lbit, Decimal);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Drepinfo.adb1000 Lbit : Uint; variable
1117 Lbit := Sbit + Esiz - 1;
1119 if Lbit < 10 then
1123 UI_Write (Lbit);

123