HomeSort by: relevance | last modified time | path
    Searched defs:COND_ALWAYS (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c 268 #define COND_ALWAYS 0x10
6339 inst.cond = COND_ALWAYS;
6353 if (inst.cond == COND_ALWAYS)
8921 gas_assert (inst.cond != COND_ALWAYS);
8925 else if (inst.cond != COND_ALWAYS)
tc-arm.c 601 #define COND_ALWAYS 0xE
1005 return inst.cond != COND_ALWAYS;
1037 if (inst.cond == COND_ALWAYS) \
8153 if (inst.cond < COND_ALWAYS)
9285 The bit pattern given in insns[] has the COND_ALWAYS condition,
9332 if (inst.cond == COND_ALWAYS)
9368 constraint (inst.cond != COND_ALWAYS, BAD_COND);
10177 Condition defaults to COND_ALWAYS.
10553 Condition defaults to COND_ALWAYS.
10568 Condition defaults to COND_ALWAYS
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c 268 #define COND_ALWAYS 0x10
6308 inst.cond = COND_ALWAYS;
6322 if (inst.cond == COND_ALWAYS)
8813 gas_assert (inst.cond != COND_ALWAYS);
8817 else if (inst.cond != COND_ALWAYS)
tc-arm.c 601 #define COND_ALWAYS 0xE
1009 return inst.cond != COND_ALWAYS;
1041 if (inst.cond == COND_ALWAYS) \
8156 if (inst.cond < COND_ALWAYS)
9288 The bit pattern given in insns[] has the COND_ALWAYS condition,
9335 if (inst.cond == COND_ALWAYS)
9371 constraint (inst.cond != COND_ALWAYS, BAD_COND);
10180 Condition defaults to COND_ALWAYS.
10556 Condition defaults to COND_ALWAYS.
10571 Condition defaults to COND_ALWAYS
    [all...]

Completed in 59 milliseconds