Searched refs:opcode_ext (Results 1 – 2 of 2) sorted by relevance
405 void op(int opcode, int opcode_ext, Operand dst, int imm);
1784 void Assembler::op(int opcode, int opcode_ext, Operand dst, int imm) { in op() argument1793 this->op(opcode, dst, (GP64)opcode_ext); in op()