HomeSort by relevance Sort by last modified time
    Searched defs:NZCV (Results 1 - 5 of 5) 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...]
AArch64ISelLowering.cpp 205 // Add/Sub overflow ops with MVT::Glues are lowered to NZCV dependences.
    [all...]
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 242 /// Given a condition code, return NZCV flags that would satisfy that condition.
247 // NZCV flags encoded as expected by ccmp instructions, ARMv8 ISA 5.5.7.
814 NZCV = 0xda10, // 11 011 0100 0010 000
    [all...]
  /external/v8/src/arm64/
constants-arm64.h 171 V_(Nzcv, 3, 0, Bits) \
205 /* NZCV */ \
211 M_(NZCV, Flags_mask) \
376 NZCV = ((0x1 << SysO0_offset) |
    [all...]
  /external/vixl/src/vixl/a64/
constants-a64.h 97 V_(Nzcv, 3, 0, Bits) \
168 /* NZCV */ \
174 M_(NZCV, Flags_mask) \
336 NZCV = ((0x1 << SysO0_offset) |
    [all...]

Completed in 213 milliseconds