Lines Matching refs:opcode
153 // in modR/M, SIB, and opcode bytes.
276 // in modR/M, SIB, and opcode bytes.
631 // One byte opcode for test eax,0xXXXXXXXX.
633 // One byte opcode for test al, 0xXX.
635 // One byte opcode for nop.
1223 // Takes a branch opcode (cc) and a label (L) and generates
1630 // a three-bit opcode extension into the ModR/M byte.
1656 // similar, differing just in the opcode or in the reg field of the
1658 void arithmetic_op_16(byte opcode, Register reg, Register rm_reg);
1659 void arithmetic_op_16(byte opcode, Register reg, const Operand& rm_reg);
1660 void arithmetic_op_32(byte opcode, Register reg, Register rm_reg);
1661 void arithmetic_op_32(byte opcode, Register reg, const Operand& rm_reg);
1662 void arithmetic_op(byte opcode, Register reg, Register rm_reg);
1663 void arithmetic_op(byte opcode, Register reg, const Operand& rm_reg);