Home
last modified time | relevance | path

Searched defs:shift_type (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_bitwise.cpp43 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 Dvalidate_bitwise.cpp43 const uint32_t shift_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local
/third_party/spirv-tools/source/val/
H A Dvalidate_bitwise.cpp74 const uint32_t shift_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc1095 T Simulator::ShiftOperand(T value, Shift shift_type, unsigned amount) { in ShiftOperand() argument
/third_party/node/deps/v8/src/diagnostics/arm64/
H A Ddisasm-arm64.cc4122 const char* shift_type[] = {"lsl", "lsr", "asr", "ror"}; in SubstituteShiftField() local
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_32.c1433 sljit_uw shift_type; in emit_single_op() local
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc2736 int32_t shift_type = instr->Bit(6); in DecodeType3() local
/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.cc7069 const char *shift_type[] = {"lsl", "lsr", "asr", "ror"}; in Disassembler() local
H A Dsimulator-aarch64.cc4009 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