HomeSort by relevance Sort by last modified time
    Searched defs:NZCV (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 66 STATISTIC(NumMultNZCVUses, "Number of ccmps rejected (NZCV used)");
67 STATISTIC(NumUnknNZCVDefs, "Number of ccmps rejected (NZCV def unknown)");
102 // operand that specifies the NZCV flag values when the condition is false and
125 // ccmp w1, #17, 4, ne ; 4 = nZcv
303 if (!I->readsRegister(AArch64::NZCV)) {
354 MIOperands(I).analyzePhysReg(AArch64::NZCV, TRI);
382 // Reject any live-in physregs. It's probably NZCV/EFLAGS, and very hard to
425 if (&I != CmpMI && I.modifiesRegister(AArch64::NZCV, TRI)) {
646 // The NZCV immediate operand should provide flags for the case where Head
649 unsigned NZCV = AArch64CC::getNZCVToSatisfyCondCode(CmpBBTailCC)
    [all...]
  /external/chromium_org/v8/src/arm64/
constants-arm64.h 173 V_(Nzcv, 3, 0, Bits) \
208 /* NZCV */ \
214 M_(NZCV, Flags_mask) \
379 NZCV = ((0x1 << SysO0_offset) |
    [all...]
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 241 /// Given a condition code, return NZCV flags that would satisfy that condition.
246 // NZCV flags encoded as expected by ccmp instructions, ARMv8 ISA 5.5.7.
765 NZCV = 0xda10, // 11 011 0100 0010 000
    [all...]
  /external/vixl/src/a64/
constants-a64.h 97 V_(Nzcv, 3, 0, Bits) \
132 /* NZCV */ \
138 M_(NZCV, Flags_mask) \
269 NZCV = ((0x1 << SysO0_offset) |
    [all...]

Completed in 141 milliseconds