Searched refs:subopcode (Results 1 – 2 of 2) sorted by relevance
42 #define MAKE_HEADER(type, opcode, subopcode) \ argument43 ((((unsigned) (type)) << 29) | ((opcode) << 23) | ((subopcode) << 16))
9970 VGPU10_VMWARE_OPCODE_TYPE subopcode) in emit_vmware() argument9989 assert((subopcode > 0 && emit->version >= 50) || subopcode == 0); in emit_vmware()9993 token0.vmwareOpcodeType = subopcode; in emit_vmware()9996 if (subopcode == VGPU10_VMWARE_OPCODE_IDIV) { in emit_vmware()