/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 61 if (!shift_type || in BitwisePass() 62 (!_.IsIntScalarType(shift_type) && !_.IsIntVectorType(shift_type))) in BitwisePass() 67 if (_.GetDimension(shift_type) != result_dimension) in BitwisePass()
|
/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 61 if (!shift_type || in BitwisePass() 62 (!_.IsIntScalarType(shift_type) && !_.IsIntVectorType(shift_type))) in BitwisePass() 67 if (_.GetDimension(shift_type) != result_dimension) in BitwisePass()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_bitwise.cpp | 74 const uint32_t shift_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local 92 if (!shift_type || in BitwisePass() 93 (!_.IsIntScalarType(shift_type) && !_.IsIntVectorType(shift_type))) in BitwisePass() 98 if (_.GetDimension(shift_type) != result_dimension) in BitwisePass()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_32.c | 1433 sljit_uw shift_type; in emit_single_op() local 1561 shift_type = 0; in emit_single_op() 1567 shift_type = 1; in emit_single_op() 1573 shift_type = 2; in emit_single_op() 1586 shift_type = 3; in emit_single_op() 1602 RD(dst) | (compiler->shift_imm << 7) | (shift_type << 5) | RM(src2)); in emit_single_op() 1614 | RM8(src2) | (sljit_uw)(shift_type << 5) | 0x10 | RM(src1)); in emit_single_op()
|
/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 1104 switch (shift_type) { in ShiftOperand() 1825 Shift shift_type = static_cast<Shift>(instr->ShiftDP()); 1829 uint64_t op2 = ShiftOperand(xreg(instr->Rm()), shift_type, shift_amount); 1832 uint32_t op2 = ShiftOperand(wreg(instr->Rm()), shift_type, shift_amount); 1867 Shift shift_type = static_cast<Shift>(instr->ShiftDP()); 1871 uint64_t op2 = ShiftOperand(xreg(instr->Rm()), shift_type, shift_amount); 1875 uint32_t op2 = ShiftOperand(wreg(instr->Rm()), shift_type, shift_amount);
|
H A D | simulator-arm64.h | 1538 T ShiftOperand(T value, Shift shift_type, unsigned amount);
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | nir_to_spirv.c | 2114 SpvId shift_type = get_alu_type(ctx, shift_nir_type, num_components, shift_bit_size); \ in emit_alu() 2116 SpvId shift_count = emit_binop(ctx, SpvOpBitwiseAnd, shift_type, src[1], shift_mask); \ in emit_alu()
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.cc | 1015 Shift shift_type, in Simulator() 1025 switch (shift_type) { in Simulator() 4009 Shift shift_type = static_cast<Shift>(instr->GetShiftDP()); in Simulator() local 4013 shift_type, in Simulator() 1013 ShiftOperand(unsigned reg_size, uint64_t uvalue, Shift shift_type, unsigned amount) const Simulator() argument
|
H A D | disasm-aarch64.cc | 7069 const char *shift_type[] = {"lsl", "lsr", "asr", "ror"}; in Disassembler() local 7071 shift_type[instr->GetShiftDP()], in Disassembler()
|
H A D | simulator-aarch64.h | 3311 Shift shift_type,
|
/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 2738 if (shift_type == 0) { // LSL in DecodeType3()
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-sve-aarch64.cc | 12773 Shift shift_type, 12785 switch (shift_type) {
|