Home
last modified time | relevance | path

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

12

/external/v8/src/x64/
Dassembler-x64.h1278 #define SSE_CMP_P(instr, imm8) \ argument
1519 void vpsrlq(XMMRegister dst, XMMRegister src, byte imm8) { in vpsrlq()
1524 void vpsllq(XMMRegister dst, XMMRegister src, byte imm8) { in vpsllq()
1679 #define AVX_CMP_P(instr, imm8) \ argument
1705 void vpsllw(XMMRegister dst, XMMRegister src, int8_t imm8) { in vpsllw()
1710 void vpsrlw(XMMRegister dst, XMMRegister src, int8_t imm8) { in vpsrlw()
1715 void vpsraw(XMMRegister dst, XMMRegister src, int8_t imm8) { in vpsraw()
1720 void vpslld(XMMRegister dst, XMMRegister src, int8_t imm8) { in vpslld()
1725 void vpsrld(XMMRegister dst, XMMRegister src, int8_t imm8) { in vpsrld()
1730 void vpsrad(XMMRegister dst, XMMRegister src, int8_t imm8) { in vpsrad()
[all …]
Dassembler-x64.cc985 void Assembler::cmpb_al(Immediate imm8) { in cmpb_al()
2828 void Assembler::extractps(Register dst, XMMRegister src, byte imm8) { in extractps()
2841 void Assembler::pextrb(Register dst, XMMRegister src, int8_t imm8) { in pextrb()
2854 void Assembler::pextrb(const Operand& dst, XMMRegister src, int8_t imm8) { in pextrb()
2867 void Assembler::pinsrw(XMMRegister dst, Register src, int8_t imm8) { in pinsrw()
2878 void Assembler::pinsrw(XMMRegister dst, const Operand& src, int8_t imm8) { in pinsrw()
2889 void Assembler::pextrw(Register dst, XMMRegister src, int8_t imm8) { in pextrw()
2900 void Assembler::pextrw(const Operand& dst, XMMRegister src, int8_t imm8) { in pextrw()
2913 void Assembler::pextrd(Register dst, XMMRegister src, int8_t imm8) { in pextrd()
2925 void Assembler::pextrd(const Operand& dst, XMMRegister src, int8_t imm8) { in pextrd()
[all …]
/external/v8/src/ia32/
Ddisasm-ia32.cc627 int imm8 = -1; in D1D3C1Instruction() local
1482 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1504 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1708 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1716 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1726 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1736 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1746 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1817 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1860 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
[all …]
Dassembler-ia32.cc803 void Assembler::cmpb(const Operand& op, Immediate imm8) { in cmpb()
1069 void Assembler::rcl(Register dst, uint8_t imm8) { in rcl()
1083 void Assembler::rcr(Register dst, uint8_t imm8) { in rcr()
1097 void Assembler::ror(const Operand& dst, uint8_t imm8) { in ror()
1118 void Assembler::sar(const Operand& dst, uint8_t imm8) { in sar()
1161 void Assembler::shl(const Operand& dst, uint8_t imm8) { in shl()
1181 void Assembler::shr(const Operand& dst, uint8_t imm8) { in shr()
1285 void Assembler::test_b(Register reg, Immediate imm8) { in test_b()
1303 void Assembler::test_b(const Operand& op, Immediate imm8) { in test_b()
2416 void Assembler::shufps(XMMRegister dst, XMMRegister src, byte imm8) { in shufps()
[all …]
Dassembler-ia32.h611 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); } in mov_b()
687 void cmpb(Register reg, Immediate imm8) { cmpb(Operand(reg), imm8); } in cmpb()
752 void ror(Register dst, uint8_t imm8) { ror(Operand(dst), imm8); } in ror()
757 void sar(Register dst, uint8_t imm8) { sar(Operand(dst), imm8); } in sar()
764 void shl(Register dst, uint8_t imm8) { shl(Operand(dst), imm8); } in shl()
771 void shr(Register dst, uint8_t imm8) { shr(Operand(dst), imm8); } in shr()
1397 void rorx(Register dst, Register src, byte imm8) { in rorx()
Dmacro-assembler-ia32.h812 void Pinsrd(XMMRegister dst, Register src, int8_t imm8) { in Pinsrd()
/external/v8/src/x87/
Ddisasm-x87.cc563 int imm8 = -1; in D1D3C1Instruction() local
1135 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1157 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1361 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1371 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1381 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1391 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1462 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
1491 int8_t imm8 = static_cast<int8_t>(data[1]); in InstructionDecode() local
Dassembler-x87.h609 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); } in mov_b()
680 void cmpb(Register reg, Immediate imm8) { cmpb(Operand(reg), imm8); } in cmpb()
745 void ror(Register dst, uint8_t imm8) { ror(Operand(dst), imm8); } in ror()
750 void sar(Register dst, uint8_t imm8) { sar(Operand(dst), imm8); } in sar()
757 void shl(Register dst, uint8_t imm8) { shl(Operand(dst), imm8); } in shl()
764 void shr(Register dst, uint8_t imm8) { shr(Operand(dst), imm8); } in shr()
Dassembler-x87.cc385 void Assembler::mov_b(const Operand& dst, int8_t imm8) { in mov_b()
674 void Assembler::cmpb(const Operand& op, Immediate imm8) { in cmpb()
940 void Assembler::rcl(Register dst, uint8_t imm8) { in rcl()
954 void Assembler::rcr(Register dst, uint8_t imm8) { in rcr()
968 void Assembler::ror(const Operand& dst, uint8_t imm8) { in ror()
989 void Assembler::sar(const Operand& dst, uint8_t imm8) { in sar()
1032 void Assembler::shl(const Operand& dst, uint8_t imm8) { in shl()
1052 void Assembler::shr(const Operand& dst, uint8_t imm8) { in shr()
1156 void Assembler::test_b(Register reg, Immediate imm8) { in test_b()
1174 void Assembler::test_b(const Operand& op, Immediate imm8) { in test_b()
[all …]
/external/vixl/src/aarch32/
Dinstructions-aarch32.cc630 uint32_t imm8 = imm >> (24 - shift); in ImmediateT32() local
687 uint32_t imm8 = (imm << rot) | (imm >> (32 - rot)); in ImmediateA32() local
Doperands-aarch32.h554 static float Decode(uint32_t imm8, const FloatType<float>&) { in Decode()
558 static double Decode(uint32_t imm8, const FloatType<double>&) { in Decode()
/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/aarch64/
Dinstructions-aarch64.cc183 float Instruction::Imm8ToFP32(uint32_t imm8) { in Imm8ToFP32()
200 double Instruction::Imm8ToFP64(uint32_t imm8) { in Imm8ToFP64()
Dassembler-aarch64.cc2800 void Assembler::orr(const VRegister& vd, const int imm8, const int left_shift) { in orr()
2816 void Assembler::bic(const VRegister& vd, const int imm8, const int left_shift) { in bic()
2828 int imm8 = 0; in movi() local
2867 const int imm8, in mvni()
4105 const int imm8, in NEONModifiedImmShiftLsl()
4138 const int imm8, in NEONModifiedImmShiftMsl()
Ddisasm-aarch64.cc4481 uint64_t imm8 = instr->GetImmNEONabcdefgh(); in SubstituteImmediateField() local
4485 uint64_t imm8 = instr->GetImmNEONabcdefgh(); in SubstituteImmediateField() local
Dassembler-aarch64.h3029 static Instr ImmNEONabcdefgh(int imm8) { in ImmNEONabcdefgh()
/external/vixl/src/
Dutils-vixl.h566 static float Imm8ToFP32(uint32_t imm8) { in Imm8ToFP32()
578 static double Imm8ToFP64(uint32_t imm8) { in Imm8ToFP64()
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.c1394 uint8_t imm8; in readImmediate() local
/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()

12