HomeSort by relevance Sort by last modified time
    Searched refs:imm8 (Results 1 - 25 of 25) sorted by null

  /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...]
gen_insn_test.pl 405 elsif ($arg =~ /^(imm8|imm16|imm32)\[([^\]]+)\]$/)
  /external/valgrind/main/VEX/priv/
guest_generic_x87.h 108 UInt imm8, Bool isxSTRM );
guest_generic_x87.c 695 imm8 is the original immediate from the instruction. isSTRM
699 If the given imm8 case can be handled, the return value is True.
708 UInt imm8, Bool isxSTRM )
710 vassert(imm8 < 0x80);
714 /* Explicitly reject any imm8 values that haven't been validated,
717 switch (imm8) {
726 UInt fmt = (imm8 >> 0) & 3; // imm8[1:0] data format
727 UInt agg = (imm8 >> 2) & 3; // imm8[3:2] aggregation f
    [all...]
host_arm_defs.h 154 ARMam2_RI=3, /* reg +/- imm8 */
230 ARMri84_I84=7, /* imm8 `ror` (2 * imm4) */
240 UShort imm8; member in struct:__anon11947::__anon11948::__anon11949
250 extern ARMRI84* ARMRI84_I84 ( UShort imm8, UShort imm4 );
285 /* imm8 = abcdefgh, B = NOT(b);
310 UInt imm8; member in struct:__anon11956
314 extern ARMNImm* ARMNImm_TI ( UInt type, UInt imm8 );
guest_arm_toIR.c 2579 UInt imm8 = SLICE_UInt(i1,7,0); local
10952 UInt imm8 = (INSN(19,16) << 4) | INSN(3,0); local
10968 UInt imm8 = (INSN(19,16) << 4) | INSN(3,0); local
12699 UInt imm8 = ((insn >> 4) & 0xF0) | (insn & 0xF); \/* 11:8, 3:0 *\/ local
13664 UInt imm8 = ((insn >> 4) & 0xF0) | (insn & 0xF); \/* 11:8, 3:0 *\/ local
14950 UInt imm8 = INSN0(7,0); local
15455 UInt imm8 = INSN0(7,0); local
15467 UInt imm8 = INSN0(7,0); local
15509 UInt imm8 = INSN0(7,0); local
15617 UInt imm8 = INSN0(7,0); local
16041 UInt imm8 = INSN1(7,0); local
16768 UInt imm8 = INSN1(7,0); local
17197 UInt imm8 = INSN1(7,0); local
17828 UInt imm8 = INSN1(7,0); local
17850 UInt imm8 = INSN1(7,0); local
    [all...]
guest_amd64_toIR.c 8389 Int alen, imm8; local
13963 Int imm8; local
14016 Int imm8; local
14064 Int imm8; local
14119 Int imm8; local
14177 Int imm8; local
14236 Int imm8; local
14303 Int imm8; local
14388 Int imm8; local
14685 Int imm8; local
    [all...]
host_arm_defs.c 437 ARMRI84* ARMRI84_I84 ( UShort imm8, UShort imm4 ) {
440 ri84->ARMri84.I84.imm8 = imm8;
442 vassert(imm8 >= 0 && imm8 <= 255);
456 vex_printf("0x%x", ROR32(ri84->ARMri84.I84.imm8,
547 ARMNImm* ARMNImm_TI ( UInt type, UInt imm8 ) {
550 i->imm8 = imm8;
556 ULong y, x = imm->imm8;
    [all...]
guest_amd64_helpers.c 2813 HWord imm8 = opc4_and_imm & 0xFF; local
    [all...]
host_amd64_isel.c 1867 IRExpr* imm8 = mi.bindee[2]; local
    [all...]
guest_x86_toIR.c 7165 Int alen, imm8; 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]
gen_insn_test.pl 428 elsif ($arg =~ /^(imm8|imm16|imm32|imm64)\[([^\]]+)\]$/)
  /external/v8/src/ia32/
assembler-ia32.cc 519 byte imm8 = last_pc_[1]; local
520 if (imm8 == 0) {
537 if ((imm8 & 0x80) != 0) {
612 void Assembler::mov_b(const Operand& dst, int8_t imm8) {
617 EMIT(imm8);
907 void Assembler::cmpb(const Operand& op, int8_t imm8) {
912 EMIT(imm8);
1153 void Assembler::rcl(Register dst, uint8_t imm8) {
1156 ASSERT(is_uint5(imm8)); // illegal shift count
1157 if (imm8 == 1)
1329 uint8_t imm8 = imm.x_; local
    [all...]
assembler-ia32.h 688 void mov_b(const Operand& dst, int8_t imm8);
740 void cmpb(const Operand& op, int8_t imm8);
784 void rcl(Register dst, uint8_t imm8);
785 void rcr(Register dst, uint8_t imm8);
787 void sar(Register dst, uint8_t imm8);
794 void shl(Register dst, uint8_t imm8);
799 void shr(Register dst, uint8_t imm8);
802 void subb(const Operand& dst, int8_t imm8);
812 void test_b(const Operand& op, uint8_t imm8);
    [all...]
disasm-ia32.cc 564 int imm8 = -1; local
579 imm8 = 1;
581 imm8 = *(data+2);
588 if (imm8 > 0) {
589 AppendToBuffer("%d", imm8);
1044 case 0xC6: // imm8
1139 int8_t imm8 = static_cast<int8_t>(data[1]); local
1149 int8_t imm8 = static_cast<int8_t>(data[1]); local
1212 int8_t imm8 = static_cast<int8_t>(data[1]); local
1230 int8_t imm8 = static_cast<int8_t>(data[1]); local
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
SH4Assembler.h 470 void addlImm8r(int imm8, RegisterID dst)
472 ASSERT((imm8 <= 127) && (imm8 >= -128));
474 uint16_t opc = getOpcodeGroup3(ADDIMM_OPCODE, dst, imm8);
484 void andlImm8r(int imm8, RegisterID dst)
486 ASSERT((imm8 <= 255) && (imm8 >= 0));
489 uint16_t opc = getOpcodeGroup5(ANDIMM_OPCODE, imm8);
517 void orlImm8r(int imm8, RegisterID dst)
519 ASSERT((imm8 <= 255) && (imm8 >= 0))
    [all...]
ARMv7Assembler.h 189 unsigned imm8 : 8;
    [all...]
  /external/v8/src/x64/
assembler-x64.h 979 void rcl(Register dst, Immediate imm8) {
980 shift(dst, imm8, 0x2);
983 void rol(Register dst, Immediate imm8) {
984 shift(dst, imm8, 0x0);
987 void rcr(Register dst, Immediate imm8) {
988 shift(dst, imm8, 0x3);
991 void ror(Register dst, Immediate imm8) {
992 shift(dst, imm8, 0x1);
    [all...]
disasm-x64.cc 734 int imm8 = -1; local
769 imm8 = 1;
771 imm8 = *(data + 2);
782 AppendToBuffer("%d", imm8);
1020 AppendToBuffer("extractps "); // reg/m32, xmm, imm8
    [all...]
assembler-x64.cc 999 void Assembler::cmpb_al(Immediate imm8) {
1000 ASSERT(is_int8(imm8.value_) || is_uint8(imm8.value_));
1003 emit(imm8.value_);
    [all...]
  /external/qemu/
arm-dis.c 3369 unsigned int bits = 0, imm, imm8, mod; local
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c 1394 uint8_t imm8; local
    [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp 2636 int imm8 = insn & 0xFF; local
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 708 uint32_t imm8 = (imm32 << 2*rot) | (imm32 >> (32 - 2*rot));
709 if ((imm8 <= 0xff)) {
711 *immed_8 = imm8;
    [all...]

Completed in 946 milliseconds