Searched refs:subopcode (Results 1 – 2 of 2) sorted by relevance
41 #define MAKE_HEADER(type, opcode, subopcode) \ argument42 ((((unsigned) (type)) << 29) | ((opcode) << 23) | ((subopcode) << 16))
9168 VGPU10_VMWARE_OPCODE_TYPE subopcode) in emit_vmware() argument9180 assert((subopcode > 0 && emit->version >= 50) || subopcode == 0); in emit_vmware()9184 token0.vmwareOpcodeType = subopcode; in emit_vmware()9187 if (subopcode == VGPU10_VMWARE_OPCODE_IDIV) { in emit_vmware()