Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h545 #define TSFLAG_INSTR_FLAGS(X) ((X) << 9) // 2-bits macro
581 static const uint64_t InstrFlagIsWhile = TSFLAG_INSTR_FLAGS(0x1);
582 static const uint64_t InstrFlagIsPTestLike = TSFLAG_INSTR_FLAGS(0x2);
598 #undef TSFLAG_INSTR_FLAGS