Searched defs:operand0 (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-node.h | 116 void update_operand0(uint32_t operand0) { SetOperand(0, operand0); } in update_operand0() 159 uint32_t operand0) { in Create() 169 uint32_t operand0, uint32_t operand1) { in Create() 182 uint32_t operand0, uint32_t operand1, in Create() 199 uint32_t operand0, uint32_t operand1, in Create() 219 uint32_t operand0, uint32_t operand1, in Create()
|
D | bytecode-array-builder.cc | 167 uint32_t operand0 = static_cast<uint32_t>(src.ToOperand()); in OutputMovRaw() local
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | fusion_merger_test.cc | 89 auto* operand0 = root->operand(0); in TEST_F() local
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 745 VGPU10OperandToken0 operand0, in setup_operand0_indexing() 822 VGPU10OperandToken0 operand0; in emit_indirect_register() local 862 VGPU10OperandToken0 operand0; in emit_dst_register() local 985 VGPU10OperandToken0 operand0; in emit_src_register() local 1125 VGPU10OperandToken0 operand0; in emit_resource_register() local 1153 VGPU10OperandToken0 operand0; in emit_sampler_register() local 1174 VGPU10OperandToken0 operand0; in emit_face_register() local 2007 VGPU10OperandToken0 operand0, in emit_decl_instruction() 2063 VGPU10OperandToken0 operand0; in emit_input_declaration() local 2124 VGPU10OperandToken0 operand0; in emit_output_declaration() local [all …]
|
/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32.cc | 203 InstructionOperand operand0 = g.UseRegister(node->InputAt(0)); in VisitRROFloat() local 226 InstructionOperand operand0 = g.UseRegister(node->InputAt(0)); in VisitRRSimd() local 237 InstructionOperand operand0 = g.UseRegister(node->InputAt(0)); in VisitRRISimd() local 246 InstructionOperand operand0 = g.UseRegister(node->InputAt(0)); in VisitRRISimd() local 2093 InstructionOperand operand0 = g.UseUniqueRegister(node->InputAt(0)); in VisitI8x16Mul() local 2226 InstructionOperand operand0 = g.UseRegister(node->InputAt(0)); local
|
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 1244 InstructionOperand operand0 = g.UseRegister(node->InputAt(0)); in VisitFloatBinop() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator_test.cc | 117 auto operand0 = in TestTernaryOp() local
|