Lines Matching refs:opcode
150 // in modR/M, SIB, and opcode bytes.
257 // in modR/M, SIB, and opcode bytes.
621 // One byte opcode for test eax,0xXXXXXXXX.
623 // One byte opcode for test al, 0xXX.
625 // One byte opcode for nop.
1183 // Takes a branch opcode (cc) and a label (L) and generates
1550 // a three-bit opcode extension into the ModR/M byte.
1570 // similar, differing just in the opcode or in the reg field of the
1572 void arithmetic_op_16(byte opcode, Register reg, Register rm_reg);
1573 void arithmetic_op_16(byte opcode, Register reg, const Operand& rm_reg);
1574 void arithmetic_op_32(byte opcode, Register reg, Register rm_reg);
1575 void arithmetic_op_32(byte opcode, Register reg, const Operand& rm_reg);
1576 void arithmetic_op(byte opcode, Register reg, Register rm_reg);
1577 void arithmetic_op(byte opcode, Register reg, const Operand& rm_reg);