Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dconstants-s390.cc19 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 …]
Dconstants-s390.h1877 ONE_BYTE_OPCODE, // One Byte - Bits 0 to 7 enumerator
2069 case ONE_BYTE_OPCODE: in S390OpcodeValue()