Searched defs:shift_imm (Results 1 - 3 of 3) sorted by relevance

/external/pcre/dist2/src/sljit/
H A DsljitLir.h354 sljit_uw shift_imm; member in struct:sljit_compiler
/external/v8/src/arm/
H A Dassembler-arm.cc390 Operand::Operand(Register rm, ShiftOp shift_op, int shift_imm) { argument
391 DCHECK(is_uint5(shift_imm));
396 shift_imm_ = shift_imm & 31;
398 if ((shift_op == ROR) && (shift_imm == 0)) {
403 // encoded as ROR with shift_imm == 0
404 DCHECK(shift_imm == 0);
445 ShiftOp shift_op, int shift_imm, AddrMode am) {
446 DCHECK(is_uint5(shift_imm));
450 shift_imm_ = shift_imm & 31;
444 MemOperand(Register rn, Register rm, ShiftOp shift_op, int shift_imm, AddrMode am) argument
/external/valgrind/VEX/priv/
H A Dguest_arm_toIR.c5968 UInt shift_imm; local
5984 shift_imm = 64 - imm6;
5987 shift_imm = 64 - imm6;
5990 shift_imm = 32 - imm6;
5993 shift_imm = 16 - imm6;
6002 if (shift_imm > 0) {
6075 mkU8(shift_imm)),
6079 mkU8(shift_imm - 1)),
6100 Q ? 'q' : 'd', dreg, Q ? 'q' : 'd', mreg, shift_imm);
6108 Q ? 'q' : 'd', dreg, Q ? 'q' : 'd', mreg, shift_imm);
7498 UInt shift_imm; local
[all...]

Completed in 165 milliseconds