/external/valgrind/main/none/tests/x86/ |
insn_basic.def | 21 adcb eflags[0x1,0x0] : imm8[12] al.ub[34] => 1.ub[46] 22 adcb eflags[0x1,0x1] : imm8[12] al.ub[34] => 1.ub[47] 23 adcb eflags[0x1,0x0] : imm8[12] bl.ub[34] => 1.ub[46] 24 adcb eflags[0x1,0x1] : imm8[12] bl.ub[34] => 1.ub[47] 25 adcb eflags[0x1,0x0] : imm8[12] m8.ub[34] => 1.ub[46] 26 adcb eflags[0x1,0x1] : imm8[12] m8.ub[34] => 1.ub[47] 33 adcw eflags[0x1,0x0] : imm8[12] r16.uw[3456] => 1.uw[3468] 34 adcw eflags[0x1,0x1] : imm8[12] r16.uw[3456] => 1.uw[3469] 47 adcl eflags[0x1,0x0] : imm8[12] r32.ud[87654321] => 1.ud[87654333] 48 adcl eflags[0x1,0x1] : imm8[12] r32.ud[87654321] => 1.ud[87654334 [all...] |
/external/valgrind/main/VEX/priv/ |
guest_generic_x87.h | 127 UInt imm8, Bool isxSTRM ); 136 UInt imm8, Bool isxSTRM );
|
guest_generic_x87.c | 775 imm8 is the original immediate from the instruction. isSTRM 779 If the given imm8 case can be handled, the return value is True. 788 UInt imm8, Bool isxSTRM ) 790 vassert(imm8 < 0x80); 794 /* Explicitly reject any imm8 values that haven't been validated, 797 switch (imm8) { 807 UInt fmt = (imm8 >> 0) & 3; // imm8[1:0] data format 808 UInt agg = (imm8 >> 2) & 3; // imm8[3:2] aggregation f [all...] |
guest_amd64_toIR.c | 8710 UInt imm8; local 10681 UInt imm8; local 10735 UInt imm8; local 13279 Int imm8 = 0; local 17126 Int imm8; local 17560 Int imm8; local 17597 Int imm8; local 17633 Int imm8; local 17722 Int imm8; local 17753 UInt imm8; local 17858 Int imm8; local 17891 Int imm8; local 17923 Int imm8; local 17961 Int imm8; local 21004 UInt imm8; local 21114 UInt imm8; local 23725 Int imm8; local 23769 Int imm8 = 0; local 23799 Int imm8 = 0; local 23829 Int imm8 = 0; local 23859 Int imm8 = 0; local 25291 UInt imm8 = 0; local 25321 UInt imm8 = 0; local 25349 UInt imm8 = 0; local 25382 UInt imm8 = 0; local 25420 UInt imm8 = 0; local 25722 UInt imm8; local 25753 UInt imm8; local 25787 UInt imm8; local 25818 UInt imm8; local 25852 UInt imm8; local 25890 UInt imm8; local 26035 Int imm8; local 26070 UInt imm8; local 26177 Int imm8; local 26207 Int imm8; local 26245 Int imm8; local 26276 Int imm8; local 26318 Int imm8; local [all...] |
host_arm_defs.h | 153 ARMam2_RI=3, /* reg +/- imm8 */ 229 ARMri84_I84=7, /* imm8 `ror` (2 * imm4) */ 239 UShort imm8; member in struct:__anon29889::__anon29890::__anon29891 249 extern ARMRI84* ARMRI84_I84 ( UShort imm8, UShort imm4 ); 284 /* imm8 = abcdefgh, B = NOT(b); 309 UInt imm8; member in struct:__anon29898 313 extern ARMNImm* ARMNImm_TI ( UInt type, UInt imm8 );
|
guest_amd64_defs.h | 187 opc_and_imm contains (4th byte of opcode << 8) | the-imm8-byte so 260 imm8 is the Round Key constant. 270 HWord imm8,
|
host_mips_defs.h | 250 MIPSri84_I84 = 5, /* imm8 `ror` (2 * imm4) */ 258 UShort imm8; member in struct:__anon29986::__anon29987::__anon29988 267 extern MIPSRI84 *MIPSRI84_I84(UShort imm8, UShort imm4);
|
/art/runtime/ |
disassembler_arm.cc | 353 uint32_t imm8 = instr & 0xFF; local 357 args << Rd << ", " << Rt << ", [" << Rn << ", #" << (imm8 << 2) << "]"; 360 args << Rt << ", [" << Rn << ", #" << (imm8 << 2) << "]"; 518 uint32_t imm8 = instr & 0xFF; local 524 args << d << " .. " << (d + imm8); 527 args << d << ", [" << Rn << ", #" << imm8 << "]"; local 530 args << Rn << ", " << d << " .. " << (d + imm8); 616 uint32_t imm8 = instr & 0xFF; local 617 int32_t imm32 = (i << 11) | (imm3 << 8) | imm8; 680 uint32_t imm8 = instr & 0xFF local 697 uint32_t imm8 = instr & 0xFF; local 864 uint32_t imm8 = instr & 0xFF; local 865 args << Rt << ", [" << Rn << ",#" << imm8 << "]"; local 886 uint32_t imm8 = instr & 0xFF; local 1018 uint32_t imm8 = instr & 0xFF; local 1020 args << Rt << ", [" << Rn << ", #" << imm8 << "]"; local 1105 uint16_t imm8 = instr & 0xFF; local 1112 args << Rn << ", #" << imm8; local 1174 uint16_t imm8 = instr & 0xFF; local 1201 uint16_t imm8 = instr & 0xFF; local 1226 int8_t imm8 = instr & 0xFF; local 1234 int imm8 = instr & 0xFF; local 1330 uint16_t imm8 = instr & 0xFF; local [all...] |
/external/chromium_org/v8/src/ia32/ |
assembler-ia32.cc | 522 void Assembler::mov_b(const Operand& dst, int8_t imm8) { 526 EMIT(imm8); 766 void Assembler::cmpb(const Operand& op, int8_t imm8) { 774 EMIT(imm8); 987 void Assembler::rcl(Register dst, uint8_t imm8) { 989 ASSERT(is_uint5(imm8)); // illegal shift count 990 if (imm8 == 1) { 996 EMIT(imm8); 1001 void Assembler::rcr(Register dst, uint8_t imm8) { 1003 ASSERT(is_uint5(imm8)); // illegal shift coun [all...] |
assembler-ia32.h | 725 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); } 726 void mov_b(const Operand& dst, int8_t imm8); 788 void cmpb(Register reg, int8_t imm8) { cmpb(Operand(reg), imm8); } 789 void cmpb(const Operand& op, int8_t imm8); 838 void rcl(Register dst, uint8_t imm8); 839 void rcr(Register dst, uint8_t imm8); 840 void ror(Register dst, uint8_t imm8); 843 void sar(Register dst, uint8_t imm8); [all...] |
disasm-ia32.cc | 585 int imm8 = -1; local 600 imm8 = 1; 602 imm8 = *(data+2); 609 if (imm8 >= 0) { 610 AppendToBuffer("%d", imm8); 1078 // shufps xmm, xmm/m128, imm8 1082 int8_t imm8 = static_cast<int8_t>(data[1]); local 1086 static_cast<int>(imm8)); 1254 int8_t imm8 = static_cast<int8_t>(data[1]); local 1264 int8_t imm8 = static_cast<int8_t>(data[1]); local 1274 int8_t imm8 = static_cast<int8_t>(data[1]); local 1284 int8_t imm8 = static_cast<int8_t>(data[1]); local 1355 int8_t imm8 = static_cast<int8_t>(data[1]); local 1384 int8_t imm8 = static_cast<int8_t>(data[1]); local [all...] |
/external/valgrind/main/none/tests/amd64/ |
insn_mmx.def | 72 pslld imm8[4] mm.ud[0x01234567,0x89abcdef] => 1.ud[0x12345670,0x9abcdef0] 75 psllq imm8[4] mm.uq[0x0123456789abcdef] => 1.uq[0x123456789abcdef0] 78 psllw imm8[4] mm.uw[0x0123,0x4567,0x89ab,0xcdef] => 1.uw[0x1230,0x5670,0x9ab0,0xdef0] 81 psrad imm8[4] mm.ud[0x01234567,0x89abcdef] => 1.ud[0x00123456,0xf89abcde] 84 psraw imm8[4] mm.uw[0x0123,0x4567,0x89ab,0xcdef] => 1.uw[0x0012,0x0456,0xf89a,0xfcde] 87 psrld imm8[4] mm.ud[0x01234567,0x89abcdef] => 1.ud[0x00123456,0x089abcde] 90 psrlq imm8[4] mm.uq[0x0123456789abcdef] => 1.uq[0x00123456789abcde] 93 psrlw imm8[4] mm.uw[0x0123,0x4567,0x89ab,0xcdef] => 1.uw[0x0012,0x0456,0x089a,0x0cde]
|
pcmpstr64.c | 182 imm8 is the original immediate from the instruction. isSTRM 186 If the given imm8 case can be handled, the return value is True. 195 UInt imm8, Bool isSTRM ) 197 assert(imm8 < 0x80); 201 /* Explicitly reject any imm8 values that haven't been validated, 204 switch (imm8) { 213 UInt fmt = (imm8 >> 0) & 3; // imm8[1:0] data format 214 UInt agg = (imm8 >> 2) & 3; // imm8[3:2] aggregation f [all...] |
pcmpstr64w.c | 188 imm8 is the original immediate from the instruction. isSTRM 192 If the given imm8 case can be handled, the return value is True. 201 UInt imm8, Bool isxSTRM ) 203 assert(imm8 < 0x80); 207 /* Explicitly reject any imm8 values that haven't been validated, 210 switch (imm8) { 219 UInt fmt = (imm8 >> 0) & 3; // imm8[1:0] data format 220 UInt agg = (imm8 >> 2) & 3; // imm8[3:2] aggregation f [all...] |
/external/v8/src/ia32/ |
assembler-ia32.cc | 585 void Assembler::mov_b(const Operand& dst, int8_t imm8) { 589 EMIT(imm8); 819 void Assembler::cmpb(const Operand& op, int8_t imm8) { 827 EMIT(imm8); 1040 void Assembler::rcl(Register dst, uint8_t imm8) { 1042 ASSERT(is_uint5(imm8)); // illegal shift count 1043 if (imm8 == 1) { 1049 EMIT(imm8); 1054 void Assembler::rcr(Register dst, uint8_t imm8) { 1056 ASSERT(is_uint5(imm8)); // illegal shift coun 1181 uint8_t imm8 = imm.x_; local [all...] |
disasm-ia32.cc | 583 int imm8 = -1; local 598 imm8 = 1; 600 imm8 = *(data+2); 607 if (imm8 > 0) { 608 AppendToBuffer("%d", imm8); 1200 int8_t imm8 = static_cast<int8_t>(data[1]); local 1210 int8_t imm8 = static_cast<int8_t>(data[1]); local 1220 int8_t imm8 = static_cast<int8_t>(data[1]); local 1230 int8_t imm8 = static_cast<int8_t>(data[1]); local 1293 int8_t imm8 = static_cast<int8_t>(data[1]); local 1314 int8_t imm8 = static_cast<int8_t>(data[1]); local [all...] |
assembler-ia32.h | 693 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); } 694 void mov_b(const Operand& dst, int8_t imm8); 755 void cmpb(Register reg, int8_t imm8) { cmpb(Operand(reg), imm8); } 756 void cmpb(const Operand& op, int8_t imm8); 805 void rcl(Register dst, uint8_t imm8); 806 void rcr(Register dst, uint8_t imm8); 808 void sar(Register dst, uint8_t imm8); 816 void shl(Register dst, uint8_t imm8); [all...] |
/external/chromium_org/v8/src/x64/ |
assembler-x64.h | 1016 void rcl(Register dst, Immediate imm8) { 1017 shift(dst, imm8, 0x2); 1020 void rol(Register dst, Immediate imm8) [all...] |
disasm-x64.cc | 747 int imm8 = -1; local 782 imm8 = 1; 784 imm8 = *(data + 2); 795 AppendToBuffer("%d", imm8); 1037 AppendToBuffer("extractps "); // reg/m32, xmm, imm8 1043 // roundsd xmm, xmm/m64, imm8 [all...] |
/external/v8/src/x64/ |
assembler-x64.h | 996 void rcl(Register dst, Immediate imm8) { 997 shift(dst, imm8, 0x2); 1000 void rol(Register dst, Immediate imm8) { 1001 shift(dst, imm8, 0x0); 1004 void rcr(Register dst, Immediate imm8) { 1005 shift(dst, imm8, 0x3); 1008 void ror(Register dst, Immediate imm8) { 1009 shift(dst, imm8, 0x1); [all...] |
disasm-x64.cc | 738 int imm8 = -1; local 773 imm8 = 1; 775 imm8 = *(data + 2); 786 AppendToBuffer("%d", imm8); 1028 AppendToBuffer("extractps "); // reg/m32, xmm, imm8 1034 // roundsd xmm, xmm/m64, imm8 [all...] |
/external/qemu/ |
arm-dis.c | 3369 unsigned int bits = 0, imm, imm8, mod; local [all...] |
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_tabl.cpp | 349 {OpcodeInfo::decoder, {opcode_starts_from + 4, ib}, {AL, imm8}, DU_U },\ 354 {OpcodeInfo::all, {0x80, opc_ext, ib}, {r_m8, imm8}, def_use },\ [all...] |
enc_prvt.h | 198 #define imm8 {OpndKind_Imm, OpndSize_8, OpndExt_Any, RegName_Null} macro
|
/art/compiler/utils/arm/ |
assembler_arm.h | 86 uint32_t imm8 = (immediate << 2*rot) | (immediate >> (32 - 2*rot)); 87 if (imm8 < (1 << kImmed8Bits)) { 89 shifter_op->encoding_ = (rot << kRotateShift) | (imm8 << kImmed8Shift);
|