HomeSort by relevance Sort by last modified time
    Searched refs:ShiftRightLogical (Results 1 - 25 of 26) sorted by null

1 2

  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
stateless_random_ops.cc 38 builder->ShiftRightLogical(v, builder->ConstantR0<int>(32 - distance)));
155 builder->ShiftRightLogical(
binary_ops.cc 110 ? b->ShiftRightLogical(lhs, rhs, extend_dimensions)
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_matchers.h 156 HLO_MATCHER(ShiftRightLogical);
  /external/v8/src/runtime/
runtime-operators.cc 81 Object::ShiftRightLogical(isolate, lhs, rhs));
runtime.h 439 F(ShiftRightLogical, 2, 1) \
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
assembly_grammar.cpp 115 CASE(ShiftRightLogical),
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVOpCodeEnum.h 181 _SPIRV_OP(ShiftRightLogical, 194)
SPIRVInstruction.h 674 _SPIRV_OP(ShiftRightLogical)
    [all...]
  /external/v8/src/
code-factory.h 109 static Callable ShiftRightLogical(Isolate* isolate);
code-factory.cc 234 TFS_BUILTIN(ShiftRightLogical)
objects.h     [all...]
  /external/v8/src/compiler/
js-operator.h 603 const Operator* ShiftRightLogical();
js-generic-lowering.cc 69 REPLACE_STUB_CALL(ShiftRightLogical)
js-operator.cc 567 V(ShiftRightLogical, Operator::kNoProperties, 2, 1) \
    [all...]
bytecode-graph-builder.cc     [all...]
ast-graph-builder.cc     [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 122 _SPIRV_OP(LShr, ShiftRightLogical)
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/client/
computation_builder.h 524 ComputationDataHandle ShiftRightLogical(
    [all...]
computation_builder.cc     [all...]
  /external/v8/src/builtins/
builtins.h     [all...]
builtins-number.cc     [all...]
  /external/v8/src/interpreter/
bytecodes.h 125 V(ShiftRightLogical, AccumulatorUse::kReadWrite, OperandType::kReg, \
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
array_elementwise_ops_test.cc 881 auto out = builder.ShiftRightLogical(a, b);
909 auto out = builder.ShiftRightLogical(a, b);
    [all...]
  /external/v8/src/ic/
ic.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]

Completed in 1034 milliseconds

1 2