Searched refs:ONE_BYTE_OPCODE (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/s390/ |
D | constants-s390.cc | 19 ONE_BYTE_OPCODE, // 0x04 20 ONE_BYTE_OPCODE, // 0x05 21 ONE_BYTE_OPCODE, // 0x06 22 ONE_BYTE_OPCODE, // 0x07 23 ONE_BYTE_OPCODE, // 0x08 24 ONE_BYTE_OPCODE, // 0x09 25 ONE_BYTE_OPCODE, // 0x0a 26 ONE_BYTE_OPCODE, // 0x0b 27 ONE_BYTE_OPCODE, // 0x0c 28 ONE_BYTE_OPCODE, // 0x0d [all …]
|
D | constants-s390.h | 1877 ONE_BYTE_OPCODE, // One Byte - Bits 0 to 7 enumerator 2069 case ONE_BYTE_OPCODE: in S390OpcodeValue()
|