Searched defs:shift_type (Results 1 – 11 of 11) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_bitwise.cpp | 43 const uint32_t shift_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_bitwise.cpp | 43 const uint32_t shift_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local
|
/external/capstone/bindings/ocaml/ |
D | arm64.ml | 8 shift_type: int; RecordField
|
D | arm.ml | 13 shift_type: int; (* TODO: covert this to pattern like arm_op_value? *) RecordField
|
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 831 T Simulator::ShiftOperand(T value, Shift shift_type, unsigned amount) { in ShiftOperand() 1553 Shift shift_type = static_cast<Shift>(instr->ShiftDP()); in VisitAddSubShifted() local 1599 Shift shift_type = static_cast<Shift>(instr->ShiftDP()); in VisitLogicalShifted() local
|
D | disasm-arm64.cc | 3850 const char* shift_type[] = {"lsl", "lsr", "asr", "ror"}; in SubstituteShiftField() local
|
/external/vixl/src/aarch64/ |
D | simulator-aarch64.cc | 373 Shift shift_type, in ShiftOperand() 1290 Shift shift_type = static_cast<Shift>(instr->GetShiftDP()); in VisitLogicalShifted() local
|
D | disasm-aarch64.cc | 5484 const char *shift_type[] = {"lsl", "lsr", "asr", "ror"}; in SubstituteShiftField() local
|
/external/gemmlowp/meta/generators/ |
D | neon_emitter.py | 525 def EmitVShl(self, shift_type, destination, source, shift): argument
|
D | neon_emitter_64.py | 928 def EmitVShl(self, shift_type, destination, source, shift): argument
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 2702 int32_t shift_type = instr->Bit(6); in DecodeType3() local
|