Searched defs:shift_type (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_bitwise.cpp | 43 const uint32_t shift_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_bitwise.cpp | 43 const uint32_t shift_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local
|
/third_party/spirv-tools/source/val/ |
H A D | validate_bitwise.cpp | 74 const uint32_t shift_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 1095 T Simulator::ShiftOperand(T value, Shift shift_type, unsigned amount) { in ShiftOperand() argument
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 4122 const char* shift_type[] = {"lsl", "lsr", "asr", "ror"}; in SubstituteShiftField() local
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_32.c | 1433 sljit_uw shift_type; in emit_single_op() local
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 2736 int32_t shift_type = instr->Bit(6); in DecodeType3() local
|
/third_party/vixl/src/aarch64/ |
H A D | disasm-aarch64.cc | 7069 const char *shift_type[] = {"lsl", "lsr", "asr", "ror"}; in Disassembler() local
|
H A D | simulator-aarch64.cc | 4009 Shift shift_type = static_cast<Shift>(instr->GetShiftDP()); in Simulator() local 1013 ShiftOperand(unsigned reg_size, uint64_t uvalue, Shift shift_type, unsigned amount) const Simulator() argument
|
Completed in 71 milliseconds