Home
last modified time | relevance | path

Searched refs:OneByteOpcodeID (Results 1 – 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/assembler/
DX86Assembler.h159 } OneByteOpcodeID; typedef
1618 void prefix(OneByteOpcodeID pre) in prefix()
1637 void oneByteOp(OneByteOpcodeID opcode) in oneByteOp()
1643 void oneByteOp(OneByteOpcodeID opcode, RegisterID reg) in oneByteOp()
1650 void oneByteOp(OneByteOpcodeID opcode, int reg, RegisterID rm) in oneByteOp()
1658 void oneByteOp(OneByteOpcodeID opcode, int reg, RegisterID base, int offset) in oneByteOp()
1666 void oneByteOp_disp32(OneByteOpcodeID opcode, int reg, RegisterID base, int offset) in oneByteOp_disp32()
1674 …void oneByteOp(OneByteOpcodeID opcode, int reg, RegisterID base, RegisterID index, int scale, int … in oneByteOp()
1683 void oneByteOp(OneByteOpcodeID opcode, int reg, void* address) in oneByteOp()
1742 void oneByteOp64(OneByteOpcodeID opcode) in oneByteOp64()
[all …]