Home
last modified time | relevance | path

Searched defs:shift_type (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Droll_op.cc53 xla::PrimitiveType shift_type = ctx->input_xla_type(1); in Compile() local
/external/capstone/bindings/ocaml/
Darm64.ml8 shift_type: int; RecordField
Darm.ml13 shift_type: int; (* TODO: covert this to pattern like arm_op_value? *) RecordField
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_bitwise.cpp75 const uint32_t shift_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_bitwise.cpp74 const uint32_t shift_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_bitwise.cpp74 const uint32_t shift_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local
/external/gemmlowp/meta/generators/
Dneon_emitter.py525 def EmitVShl(self, shift_type, destination, source, shift): argument
Dneon_emitter_64.py928 def EmitVShl(self, shift_type, destination, source, shift): argument
/external/pcre/src/sljit/
DsljitNativeARM_32.c1597 sljit_uw shift_type; in emit_single_op() local
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc1103 Shift shift_type, in ShiftOperand()
4154 Shift shift_type = static_cast<Shift>(instr->GetShiftDP()); in VisitLogicalShifted() local
Ddisasm-aarch64.cc7182 const char *shift_type[] = {"lsl", "lsr", "asr", "ror"}; in SubstituteShiftField() local
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc3991 auto shift_type = DT_INT32; in TEST_F() local
/external/vixl/test/aarch64/
Dtest-assembler-sve-aarch64.cc12773 Shift shift_type, in BitwiseShiftWideElementsHelper()