Searched defs:oneByteOp64 (Results 1 – 1 of 1) sorted by relevance
/external/webkit/JavaScriptCore/assembler/ |
D | X86Assembler.h | 1747 void oneByteOp64(OneByteOpcodeID opcode) in oneByteOp64() function 1754 void oneByteOp64(OneByteOpcodeID opcode, RegisterID reg) in oneByteOp64() function 1761 void oneByteOp64(OneByteOpcodeID opcode, int reg, RegisterID rm) in oneByteOp64() function 1769 void oneByteOp64(OneByteOpcodeID opcode, int reg, RegisterID base, int offset) in oneByteOp64() function 1785 …void oneByteOp64(OneByteOpcodeID opcode, int reg, RegisterID base, RegisterID index, int scale, in… in oneByteOp64() function
|