Home
last modified time | relevance | path

Searched refs:opcode0 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c2240 VGPU10OpcodeToken0 opcode0; in emit_discard_opcode() local
2242 opcode0.value = 0; in emit_discard_opcode()
2243 opcode0.opcodeType = VGPU10_OPCODE_DISCARD; in emit_discard_opcode()
2245 opcode0.testBoolean = VGPU10_INSTRUCTION_TEST_NONZERO; in emit_discard_opcode()
2247 emit_dword(emit, opcode0.value); in emit_discard_opcode()
3123 VGPU10OpcodeToken0 opcode0, unsigned nData, in emit_property_instruction() argument
3127 emit_dword(emit, opcode0.value); in emit_property_instruction()
3140 VGPU10OpcodeToken0 opcode0; in emit_property_instructions() local
3145 opcode0.value = 0; in emit_property_instructions()
3146 opcode0.opcodeType = VGPU10_OPCODE_DCL_GS_INPUT_PRIMITIVE; in emit_property_instructions()
[all …]
/aosp_15_r20/art/disassembler/
H A Ddisassembler_x86.cc337 const char* opcode0 = ""; // Prefix part. in DumpInstruction() local
561 opcode0 = "u"; in DumpInstruction()
1613 prefix_str, opcode0, opcode1, opcode2, opcode3, opcode4) in DumpInstruction()