Searched defs:oneByteOp64 (Results 1 – 1 of 1) sorted by relevance
/external/webkit/JavaScriptCore/assembler/ |
D | X86Assembler.h | 1742 void oneByteOp64(OneByteOpcodeID opcode) in oneByteOp64() function 1749 void oneByteOp64(OneByteOpcodeID opcode, RegisterID reg) in oneByteOp64() function 1756 void oneByteOp64(OneByteOpcodeID opcode, int reg, RegisterID rm) in oneByteOp64() function 1764 void oneByteOp64(OneByteOpcodeID opcode, int reg, RegisterID base, int offset) in oneByteOp64() function 1780 …void oneByteOp64(OneByteOpcodeID opcode, int reg, RegisterID base, RegisterID index, int scale, in… in oneByteOp64() function
|