Searched refs:DECLARE_FIELD_FOR_SIX_BYTE_INSTR (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | constants-s390.h | 2062 #define DECLARE_FIELD_FOR_SIX_BYTE_INSTR(name, T, lo, hi) \ macro 2101 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(M1Value, uint32_t, 8, 12) 2102 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(RI2Value, int, 12, 24) 2103 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(RI3Value, int, 24, 47) 2308 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(R1Value, int, 8, 12) 2309 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(R2Value, int, 12, 16) 2310 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(M5Value, uint32_t, 24, 28) 2311 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(M4Value, uint32_t, 28, 32) 2312 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(M3Value, uint32_t, 32, 36) 2317 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(R1Valu [all...] |
Completed in 5 milliseconds