Home
last modified time | relevance | path

Searched defs:imm8 (Results 1 – 25 of 30) sorted by relevance

12

/external/v8/src/x87/
Ddisasm-x87.cc575 int imm8 = -1; in D1D3C1Instruction() local
1123 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1295 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1305 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1315 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1325 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1396 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1425 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
Dassembler-x87.h598 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); } in mov_b()
659 void cmpb(Register reg, int8_t imm8) { cmpb(Operand(reg), imm8); } in cmpb()
718 void ror(Register dst, uint8_t imm8) { ror(Operand(dst), imm8); } in ror()
723 void sar(Register dst, uint8_t imm8) { sar(Operand(dst), imm8); } in sar()
733 void shl(Register dst, uint8_t imm8) { shl(Operand(dst), imm8); } in shl()
741 void shr(Register dst, uint8_t imm8) { shr(Operand(dst), imm8); } in shr()
Dassembler-x87.cc370 void Assembler::mov_b(const Operand& dst, int8_t imm8) { in mov_b()
621 void Assembler::cmpb(const Operand& op, int8_t imm8) { in cmpb()
868 void Assembler::rcl(Register dst, uint8_t imm8) { in rcl()
882 void Assembler::rcr(Register dst, uint8_t imm8) { in rcr()
896 void Assembler::ror(const Operand& dst, uint8_t imm8) { in ror()
917 void Assembler::sar(const Operand& dst, uint8_t imm8) { in sar()
953 void Assembler::shl(const Operand& dst, uint8_t imm8) { in shl()
982 void Assembler::shr(const Operand& dst, uint8_t imm8) { in shr()
1072 void Assembler::test_b(Register reg, uint8_t imm8) { in test_b()
1089 void Assembler::test_b(const Operand& op, uint8_t imm8) { in test_b()
[all …]
/external/v8/src/ia32/
Ddisasm-ia32.cc639 int imm8 = -1; in D1D3C1Instruction() local
1459 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1637 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1647 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1657 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1667 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1738 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1781 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1790 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
Dassembler-ia32.cc750 void Assembler::cmpb(const Operand& op, int8_t imm8) { in cmpb()
997 void Assembler::rcl(Register dst, uint8_t imm8) { in rcl()
1011 void Assembler::rcr(Register dst, uint8_t imm8) { in rcr()
1025 void Assembler::ror(const Operand& dst, uint8_t imm8) { in ror()
1046 void Assembler::sar(const Operand& dst, uint8_t imm8) { in sar()
1082 void Assembler::shl(const Operand& dst, uint8_t imm8) { in shl()
1111 void Assembler::shr(const Operand& dst, uint8_t imm8) { in shr()
1201 void Assembler::test_b(Register reg, uint8_t imm8) { in test_b()
1218 void Assembler::test_b(const Operand& op, uint8_t imm8) { in test_b()
2273 void Assembler::shufps(XMMRegister dst, XMMRegister src, byte imm8) { in shufps()
[all …]
Dassembler-ia32.h601 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); } in mov_b()
667 void cmpb(Register reg, int8_t imm8) { cmpb(Operand(reg), imm8); } in cmpb()
726 void ror(Register dst, uint8_t imm8) { ror(Operand(dst), imm8); } in ror()
731 void sar(Register dst, uint8_t imm8) { sar(Operand(dst), imm8); } in sar()
741 void shl(Register dst, uint8_t imm8) { shl(Operand(dst), imm8); } in shl()
749 void shr(Register dst, uint8_t imm8) { shr(Operand(dst), imm8); } in shr()
1359 void rorx(Register dst, Register src, byte imm8) { in rorx()
Dmacro-assembler-ia32.h749 void Pinsrd(XMMRegister dst, Register src, int8_t imm8) { in Pinsrd()
Dmacro-assembler-ia32.cc2439 void MacroAssembler::Pextrd(Register dst, XMMRegister src, int8_t imm8) { in Pextrd()
2455 void MacroAssembler::Pinsrd(XMMRegister dst, const Operand& src, int8_t imm8) { in Pinsrd()
/external/valgrind/VEX/priv/
Dguest_amd64_toIR.c9090 UInt imm8, Bool all_lanes, Int sz ) in findSSECmpOp()
9225 UInt imm8; in dis_SSE_cmp_E_to_G() local
9824 static IRTemp math_PALIGNR_XMM ( IRTemp sV, IRTemp dV, UInt imm8 ) in math_PALIGNR_XMM()
10968 static IRTemp math_SHUFPS_128 ( IRTemp sV, IRTemp dV, UInt imm8 ) in math_SHUFPS_128()
10992 static IRTemp math_SHUFPS_256 ( IRTemp sV, IRTemp dV, UInt imm8 ) in math_SHUFPS_256()
11006 static IRTemp math_SHUFPD_128 ( IRTemp sV, IRTemp dV, UInt imm8 ) in math_SHUFPD_128()
11031 static IRTemp math_SHUFPD_256 ( IRTemp sV, IRTemp dV, UInt imm8 ) in math_SHUFPD_256()
11045 static IRTemp math_BLENDPD_128 ( IRTemp sV, IRTemp dV, UInt imm8 ) in math_BLENDPD_128()
11069 static IRTemp math_BLENDPD_256 ( IRTemp sV, IRTemp dV, UInt imm8 ) in math_BLENDPD_256()
11083 static IRTemp math_BLENDPS_128 ( IRTemp sV, IRTemp dV, UInt imm8 ) in math_BLENDPS_128()
[all …]
Dguest_arm_toIR.c2458 IRExpr* mk_EA_reg_plusminus_imm8 ( UInt rN, UInt bU, UInt imm8, in mk_EA_reg_plusminus_imm8()
2569 UInt imm1, UInt imm3, UInt imm8 ) in thumbExpandImm()
2608 UInt imm8 = SLICE_UInt(i1,7,0); in thumbExpandImm_from_I0_I1() local
13344 UInt imm8 = (INSN(19,16) << 4) | INSN(3,0); in decode_CP10_CP11_instruction() local
13360 UInt imm8 = (INSN(19,16) << 4) | INSN(3,0); in decode_CP10_CP11_instruction() local
15343 UInt imm8 = ((insn >> 4) & 0xF0) | (insn & 0xF); /* 11:8, 3:0 */ in disInstr_ARM_WRK() local
16466 UInt imm8 = ((insn >> 4) & 0xF0) | (insn & 0xF); /* 11:8, 3:0 */ in disInstr_ARM_WRK() local
16906 UInt imm8 = (imm4H << 4) | imm4L; in disInstr_ARM_WRK() local
16962 UInt imm8 = (imm4H << 4) | imm4L; in disInstr_ARM_WRK() local
17018 UInt imm8 = (imm4H << 4) | imm4L; in disInstr_ARM_WRK() local
[all …]
Dguest_generic_x87.c788 UInt imm8, Bool isxSTRM ) in compute_PCMPxSTRx()
1039 UInt imm8, Bool isxSTRM ) in compute_PCMPxSTRx_wide()
Dguest_amd64_helpers.c3673 UInt imm8 = imm_and_return_control_bit & 7; in amd64g_calc_mpsadbw() local
3808 HWord imm8 = opc4_and_imm & 0xFF; in amd64g_dirtyhelper_PCMPxSTRx() local
4207 HWord imm8, in amd64g_dirtyhelper_AESKEYGENASSIST()
Dhost_arm_defs.h246 UShort imm8; member
316 UInt imm8; member
Dhost_arm_defs.c423 ARMRI84* ARMRI84_I84 ( UShort imm8, UShort imm4 ) { in ARMRI84_I84()
533 ARMNImm* ARMNImm_TI ( UInt type, UInt imm8 ) { in ARMNImm_TI()
/external/vixl/src/vixl/a64/
Dinstructions-a64.cc188 float Instruction::Imm8ToFP32(uint32_t imm8) { in Imm8ToFP32()
207 double Instruction::Imm8ToFP64(uint32_t imm8) { in Imm8ToFP64()
Ddisasm-a64.cc3113 uint64_t imm8 = instr->ImmNEONabcdefgh(); in SubstituteImmediateField() local
3117 uint64_t imm8 = instr->ImmNEONabcdefgh(); in SubstituteImmediateField() local
Dassembler-a64.cc3361 const int imm8, in orr()
3381 const int imm8, in bic()
3395 int imm8 = 0; in movi() local
3431 const int imm8, in mvni()
4772 const int imm8, in NEONModifiedImmShiftLsl()
4805 const int imm8, in NEONModifiedImmShiftMsl()
Dassembler-a64.h4193 static Instr ImmNEONabcdefgh(int imm8) { in ImmNEONabcdefgh()
/external/v8/src/x64/
Dassembler-x64.cc966 void Assembler::cmpb_al(Immediate imm8) { in cmpb_al()
2698 void Assembler::extractps(Register dst, XMMRegister src, byte imm8) { in extractps()
2712 void Assembler::pextrd(Register dst, XMMRegister src, int8_t imm8) { in pextrd()
2725 void Assembler::pinsrd(XMMRegister dst, Register src, int8_t imm8) { in pinsrd()
2738 void Assembler::pinsrd(XMMRegister dst, const Operand& src, int8_t imm8) { in pinsrd()
2802 void Assembler::shufps(XMMRegister dst, XMMRegister src, byte imm8) { in shufps()
3026 void Assembler::psllq(XMMRegister reg, byte imm8) { in psllq()
3038 void Assembler::psrlq(XMMRegister reg, byte imm8) { in psrlq()
3050 void Assembler::pslld(XMMRegister reg, byte imm8) { in pslld()
3061 void Assembler::psrld(XMMRegister reg, byte imm8) { in psrld()
[all …]
Dassembler-x64.h1350 void vpsrlq(XMMRegister dst, XMMRegister src, byte imm8) { in vpsrlq()
1355 void vpsllq(XMMRegister dst, XMMRegister src, byte imm8) { in vpsllq()
Ddisasm-x64.cc822 int imm8 = -1; in ShiftInstruction() local
Dmacro-assembler-x64.cc3152 void MacroAssembler::Pextrd(Register dst, XMMRegister src, int8_t imm8) { in Pextrd()
3168 void MacroAssembler::Pinsrd(XMMRegister dst, Register src, int8_t imm8) { in Pinsrd()
3184 void MacroAssembler::Pinsrd(XMMRegister dst, const Operand& src, int8_t imm8) { in Pinsrd()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp1638 uint8_t imm8; in readImmediate() local
/external/valgrind/none/tests/amd64/
Dpcmpstr64w.c201 UInt imm8, Bool isxSTRM ) in pcmpXstrX_WRK_wide()
Dpcmpstr64.c196 UInt imm8, Bool isSTRM ) in pcmpXstrX_WRK()

12