Home
last modified time | relevance | path

Searched defs:operand0 (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-node.h116 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()
Dbytecode-array-builder.cc167 uint32_t operand0 = static_cast<uint32_t>(src.ToOperand()); in OutputMovRaw() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dfusion_merger_test.cc89 auto* operand0 = root->operand(0); in TEST_F() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c745 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/
Dinstruction-selector-ia32.cc203 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/
Dinstruction-selector-x64.cc1244 InstructionOperand operand0 = g.UseRegister(node->InputAt(0)); in VisitFloatBinop() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_test.cc117 auto operand0 = in TestTernaryOp() local