Searched defs:shift_type (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 913 T Simulator::ShiftOperand(T value, Shift shift_type, unsigned amount) { in ShiftOperand() 1417 Shift shift_type = static_cast<Shift>(instr->ShiftDP()); in VisitAddSubShifted() local 1464 Shift shift_type = static_cast<Shift>(instr->ShiftDP()); in VisitLogicalShifted() local
|
D | disasm-arm64.cc | 1522 const char* shift_type[] = {"lsl", "lsr", "asr", "ror"}; in SubstituteShiftField() local
|
/external/gemmlowp/meta/generators/ |
D | neon_emitter.py | 323 def EmitVShl(self, shift_type, destination, source, shift): argument
|
/external/vixl/src/vixl/a64/ |
D | simulator-a64.cc | 317 Shift shift_type, in ShiftOperand() 966 Shift shift_type = static_cast<Shift>(instr->ShiftDP()); in VisitLogicalShifted() local
|
D | disasm-a64.cc | 3247 const char* shift_type[] = {"lsl", "lsr", "asr", "ror"}; in SubstituteShiftField() local
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 2672 int32_t shift_type = instr->Bit(6); in DecodeType3() local
|
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 9066 UInt regD = 99, regN = 99, regM = 99, imm5 = 99, shift_type = 99; in decode_V6MEDIA_instruction() local 9126 UInt regD = 99, regN = 99, shift_type = 99, imm5 = 99, sat_imm = 99; in decode_V6MEDIA_instruction() local 9184 UInt regD = 99, regN = 99, shift_type = 99, imm5 = 99, sat_imm = 99; in decode_V6MEDIA_instruction() local
|