Home
last modified time | relevance | path

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

/third_party/node/deps/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.cc207 uint32_t operand0 = static_cast<uint32_t>(src.ToOperand()); in OutputMovRaw() local
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc326 InstructionOperand operand0 = g.UseRegister(node->InputAt(0)); in VisitRROFloat() local
355 InstructionOperand operand0 = g.UseRegister(node->InputAt(0)); in VisitRRSimd() local
374 InstructionOperand operand0 = g.UseRegister(node->InputAt(0)); in VisitRROSimd() local
389 InstructionOperand operand0 = g.UseRegister(node->InputAt(0)); in VisitRRRSimd() local
397 InstructionOperand operand0 = g.UseRegister(node->InputAt(0)); in VisitRRISimd() local
411 InstructionOperand operand0 = g.UseRegister(node->InputAt(0)); in VisitRRISimd() local
429 InstructionOperand operand0 = g.UseUniqueRegister(node->InputAt(0)); in VisitRROSimdShift() local
462 InstructionOperand operand0 = g.UseUniqueRegister(node->InputAt(0)); in VisitI8x16Shift() local
2436 InstructionOperand operand0 = g.UseRegister(node->InputAt(0)); in VisitF64x2Min() local
2448 InstructionOperand operand0 = g.UseRegister(node->InputAt(0)); in VisitF64x2Max() local
[all …]
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c1173 VGPU10OperandToken0 operand0, in setup_operand0_indexing()
1240 VGPU10OperandToken0 operand0; in emit_indirect_register() local
1280 VGPU10OperandToken0 operand0; in emit_dst_register() local
1569 VGPU10OperandToken0 operand0; in emit_src_register() local
2018 VGPU10OperandToken0 operand0; in emit_resource_register() local
2046 VGPU10OperandToken0 operand0; in emit_sampler_register() local
2073 VGPU10OperandToken0 operand0; in emit_face_register() local
2101 VGPU10OperandToken0 operand0; in emit_rasterizer_register() local
2127 VGPU10OperandToken0 operand0; in emit_stream_register() local
3675 VGPU10OperandToken0 operand0; in emit_index_range_declaration() local
[all …]
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.c529 SpvId operand0, SpvId operand1) in spirv_builder_emit_binop()
543 SpvId operand0, SpvId operand1, SpvId operand2) in spirv_builder_emit_triop()
558 SpvId operand0, SpvId operand1, SpvId operand2, SpvId operand3) in spirv_builder_emit_quadop()
574 SpvId operand0, SpvId operand1, SpvId operand2, SpvId operand3, in spirv_builder_emit_hexop()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc2846 InstructionOperand operand0 = g.UseRegister(node->InputAt(0)); local
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc3425 InstructionOperand operand0 = IsSupported(AVX) in VISIT_SIMD_QFMOP() local