Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.c329 #define COND_ALWAYS 0xE macro
4841 if (inst.cond == COND_ALWAYS) in do_bl()
4875 constraint (inst.cond != COND_ALWAYS, BAD_COND); in do_blx()
5908 constraint (inst.cond != COND_ALWAYS, BAD_COND); in do_iwmmxt_wldstw()
6743 cond = COND_ALWAYS; in do_t_branch()
6750 if (cond != COND_ALWAYS) in do_t_branch()
6758 if (cond == COND_ALWAYS) in do_t_branch()
6770 if (cond == COND_ALWAYS) in do_t_branch()
6788 constraint (inst.cond != COND_ALWAYS, in do_t_bkpt()
8362 inst.cond = COND_ALWAYS; in opcode_lookup()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-arm.c358 #define COND_ALWAYS 0xe0000000 macro
5933 if (inst.instruction != COND_ALWAYS)
6436 if ((inst.instruction & COND_MASK) != COND_ALWAYS)