Searched refs:COND_ALWAYS (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/gas/config/
H A Dtc-aarch64.c234 #define COND_ALWAYS 0x10
4857 inst.cond = COND_ALWAYS;
4881 if (inst.cond == COND_ALWAYS)
6670 gas_assert (inst.cond != COND_ALWAYS);
6674 else if (inst.cond != COND_ALWAYS)
233 #define COND_ALWAYS macro
H A Dtc-arm.c514 #define COND_ALWAYS 0xE macro
882 return inst.cond != COND_ALWAYS;
914 if (inst.cond == COND_ALWAYS) \
7335 if (inst.cond != COND_ALWAYS)
8454 The bit pattern given in insns[] has the COND_ALWAYS condition,
8501 if (inst.cond == COND_ALWAYS)
8537 constraint (inst.cond != COND_ALWAYS, BAD_COND);
9276 Condition defaults to COND_ALWAYS.
9649 Condition defaults to COND_ALWAYS.
9664 Condition defaults to COND_ALWAYS
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c329 #define COND_ALWAYS 0xE macro
4722 The bit pattern given in insns[] has the COND_ALWAYS condition,
4768 if (inst.cond == COND_ALWAYS)
4802 constraint (inst.cond != COND_ALWAYS, BAD_COND);
5225 Condition defaults to COND_ALWAYS.
5517 Condition defaults to COND_ALWAYS.
5532 Condition defaults to COND_ALWAYS.
5826 constraint (inst.cond != COND_ALWAYS, BAD_COND);
6663 cond = COND_ALWAYS;
6670 if (cond != COND_ALWAYS)
[all...]

Completed in 167 milliseconds