Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64_constants.h320 #define DECL_FIELDS_IN_INSTRUCTION(INSTNAME, FIELD_NAME, HIGHBITS, LOWBITS) \ argument
321 static const uint32_t INSTNAME##_##FIELD_NAME##_HIGHBITS = HIGHBITS; \
322 static const uint32_t INSTNAME##_##FIELD_NAME##_LOWBITS = LOWBITS; \
323 static const uint32_t INSTNAME##_##FIELD_NAME##_WIDTH = ((HIGHBITS - LOWBITS) + 1); \
324 static const uint32_t INSTNAME##_##FIELD_NAME##_MASK = (((1 << INSTNAME##_##FIELD_NAME##_WIDTH) - 1…