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.h1819 ONE_BYTE_OPCODE, // One Byte - Bits 0 to 7 enumerator
2011 case ONE_BYTE_OPCODE: in S390OpcodeValue()