Home
last modified time | relevance | path

Searched refs:shift_type (Results 1 – 20 of 20) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_bitwise.cpp43 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()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_bitwise.cpp43 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()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_bitwise.cpp43 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()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Droll_op.cc53 xla::PrimitiveType shift_type = ctx->input_xla_type(1); in Compile() local
74 ctx->builder(), shift_type, input_shape.dim_size(cur_axis)); in Compile()
84 input_shape.dims(), xla::Zero(ctx->builder(), shift_type)); in Compile()
/external/capstone/bindings/ocaml/
Darm64.ml8 shift_type: int; RecordField
Dtest_arm64.ml47 if op.shift.shift_type != _ARM64_SFT_INVALID && op.shift.shift_value > 0 then
49 op.shift.shift_type op.shift.shift_value;
Darm.ml13 shift_type: int; (* TODO: covert this to pattern like arm_op_value? *) RecordField
Dtest_arm.ml55 if op.shift.shift_type != _ARM_SFT_INVALID && op.shift.shift_value > 0 then
57 op.shift.shift_type op.shift.shift_value;
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h448 ARM_ShifterType shift_type);
452 ARM_ShifterType shift_type);
DEmulateInstructionARM.cpp3749 ARM_ShifterType shift_type) { in EmulateShiftImm() argument
3768 if (shift_type == SRType_ROR && use_encoding == eEncodingT1) { in EmulateShiftImm()
3778 if (shift_type == SRType_ROR) in EmulateShiftImm()
3789 if (shift_type == SRType_RRX) in EmulateShiftImm()
3810 if (shift_type == SRType_ROR && imm5 == 0) in EmulateShiftImm()
3811 shift_type = SRType_RRX; in EmulateShiftImm()
3820 (shift_type == SRType_RRX ? 1 : DecodeImmShift(shift_type, imm5)); in EmulateShiftImm()
3822 uint32_t result = Shift_C(value, shift_type, amt, APSR_C, carry, &success); in EmulateShiftImm()
3839 ARM_ShifterType shift_type) { in EmulateShiftReg() argument
3893 uint32_t result = Shift_C(value, shift_type, amt, APSR_C, carry, &success); in EmulateShiftReg()
/external/gemmlowp/meta/generators/
Dneon_emitter_64.py928 def EmitVShl(self, shift_type, destination, source, shift): argument
930 _AppendType(shift_type, destination),
931 _AppendType(shift_type, source), _AppendType('i32', shift))
Dneon_emitter.py525 def EmitVShl(self, shift_type, destination, source, shift): argument
526 self.EmitOp3('vshl.%s' % shift_type, destination, source, shift)
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc486 Shift shift_type, in ShiftOperand() argument
496 switch (shift_type) { in ShiftOperand()
1874 Shift shift_type = static_cast<Shift>(instr->GetShiftDP()); in VisitLogicalShifted() local
1878 shift_type, in VisitLogicalShifted()
Ddisasm-aarch64.cc10470 const char *shift_type[] = {"lsl", "lsr", "asr", "ror"}; in SubstituteShiftField() local
10472 shift_type[instr->GetShiftDP()], in SubstituteShiftField()
Dsimulator-aarch64.h2831 Shift shift_type,
/external/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td1396 class BaseShift<bits<2> shift_type, RegisterClass regtype, string asm,
1400 let Inst{11-10} = shift_type;
1403 multiclass Shift<bits<2> shift_type, string asm, SDNode OpNode> {
1404 def Wr : BaseShift<shift_type, GPR32, asm> {
1408 def Xr : BaseShift<shift_type, GPR64, asm, OpNode> {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td1937 class BaseShift<bits<2> shift_type, RegisterClass regtype, string asm,
1941 let Inst{11-10} = shift_type;
1944 multiclass Shift<bits<2> shift_type, string asm, SDNode OpNode> {
1945 def Wr : BaseShift<shift_type, GPR32, asm> {
1949 def Xr : BaseShift<shift_type, GPR64, asm, OpNode> {
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td2073 class BaseShift<bits<2> shift_type, RegisterClass regtype, string asm,
2077 let Inst{11-10} = shift_type;
2080 multiclass Shift<bits<2> shift_type, string asm, SDNode OpNode> {
2081 def Wr : BaseShift<shift_type, GPR32, asm> {
2085 def Xr : BaseShift<shift_type, GPR64, asm, OpNode> {
/external/vixl/test/aarch64/
Dtest-assembler-sve-aarch64.cc12829 Shift shift_type, in BitwiseShiftWideElementsHelper() argument
12841 switch (shift_type) { in BitwiseShiftWideElementsHelper()
/external/cpuinfo/test/dmesg/
Dgalaxy-s6.log210 [ 0.259555] [6: swapper/0: 1] (ASV_TBL_BASE+0x0C)[8] shift_type = 0