Searched refs:imm8 (Results 26 - 31 of 31) sorted by relevance

12

/external/valgrind/main/none/tests/amd64/
H A Dgen_insn_test.pl428 elsif ($arg =~ /^(imm8|imm16|imm32|imm64)\[([^\]]+)\]$/)
/external/valgrind/main/none/tests/x86/
H A Dgen_insn_test.pl405 elsif ($arg =~ /^(imm8|imm16|imm32)\[([^\]]+)\]$/)
/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c6090 /* (sz==4): PSLLgg/PSRAgg/PSRLgg mmxreg by imm8 */
7282 Int imm8, Bool all_lanes, Int sz )
7284 imm8 &= 7;
7287 if (imm8 >= 4) {
7289 imm8 -= 4;
7293 switch (imm8) {
7302 switch (imm8) {
7311 switch (imm8) {
7320 switch (imm8) {
7337 Int alen, imm8; local
7281 findSSECmpOp( Bool* needNot, IROp* op, Int imm8, Bool all_lanes, Int sz ) argument
[all...]
H A Dhost_amd64_isel.c1953 /* Add64( Add64(expr1, Shl64(expr2, imm8)), simm32 ) */
1967 IRExpr* imm8 = mi.bindee[2]; local
1969 if (imm8->tag == Iex_Const
1970 && imm8->Iex.Const.con->tag == Ico_U8
1971 && imm8->Iex.Const.con->Ico.U8 < 4
1972 /* imm8 is OK, now check simm32 */
1976 UInt shift = imm8->Iex.Const.con->Ico.U8;
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc992 uint32_t imm8 = (imm32 << 2*rot) | (imm32 >> (32 - 2*rot)); local
993 if ((imm8 <= 0xff)) {
995 *immed_8 = imm8;
/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp623 imm32 = Bits32(opcode, 7, 0) << 2; // imm32 = ZeroExtend(imm8:'00', 32)
833 imm32 = Bits32(opcode, 7, 0); // imm32 = ZeroExtend(imm8, 32)
849 // d = UInt(Rd); setflags = FALSE; imm32 = ZeroExtend(imm4:i:imm3:imm8, 32);
855 uint32_t imm8 = Bits32 (opcode, 7, 0); local
856 imm32 = (imm4 << 12) | (i << 11) | (imm3 << 8) | imm8;
1227 imm32 = Bits32(opcode, 7, 0) << 2; // imm32 = ZeroExtend(imm8:'00', 32);
1311 // d = UInt(Rd); setflags = FALSE; imm32 = ZeroExtend(imm8:'00', 32);
1833 imm32 = ThumbExpandImm(opcode); // imm32 = ThumbExpandImm(i:imm3:imm8)
1842 imm32 = ThumbImm12(opcode); // imm32 = ZeroExtend(i:imm3:imm8, 32)
2024 // If UInt(imm8) i
2517 uint32_t imm8 = Bits32 (opcode, 7, 0); local
[all...]

Completed in 4364 milliseconds

12