Searched refs:imm6 (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_arm_isel.c3010 UInt imm6; local
3016 imm6 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8;
3017 vassert(imm6 <= 32 && imm6 > 0);
3018 imm6 = 64 - imm6;
3026 addInstr(env, ARMInstr_NUnary(op, res, arg, imm6, False));
5162 UInt imm6; local
5168 imm6 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8;
5169 vassert(imm6 <
[all...]
H A Dguest_arm_toIR.c5890 UInt imm6 = (theInstr >> 16) & 0x3f; local
5904 tmp = (L << 6) | imm6;
5907 shift_imm = 64 - imm6;
5910 shift_imm = 64 - imm6;
5913 shift_imm = 32 - imm6;
5916 shift_imm = 16 - imm6;

Completed in 126 milliseconds