Searched refs:DECLARE_FIELD_FOR_SIX_BYTE_INSTR (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/s390/ |
D | constants-s390.h | 2057 #define DECLARE_FIELD_FOR_SIX_BYTE_INSTR(name, T, lo, hi) \ macro 2096 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(M1Value, uint32_t, 8, 12); 2097 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(RI2Value, int, 12, 24); 2098 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(RI3Value, int, 24, 47); 2303 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(R1Value, int, 8, 12); 2304 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(R2Value, int, 12, 16); 2305 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(R3Value, int, 16, 20); 2306 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(M6Value, uint32_t, 24, 28); 2307 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(M5Value, uint32_t, 28, 32); 2308 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(M4Value, uint32_t, 32, 36);
|