Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-arm.c2246 #define INDEX_UP 0x00800000 macro
3713 inst.instruction |= INDEX_UP;
3761 inst.instruction |= PRE_INDEX | INDEX_UP;
3791 pre_inc = PRE_INDEX | INDEX_UP;
3826 inst.instruction |= INDEX_UP;
3926 inst.instruction |= INDEX_UP;
3977 pre_inc = PRE_INDEX | INDEX_UP;
4418 inst.instruction |= INDEX_UP | HWOFFSET_IMM;
6629 inst.instruction |= INDEX_UP | PRE_INDEX;
7388 int add = INDEX_UP;
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.c465 #define INDEX_UP 0x00800000 macro
4424 inst.instruction |= INDEX_UP; in encode_arm_addr_mode_2()
4463 inst.instruction |= INDEX_UP; in encode_arm_addr_mode_3()
4496 inst.instruction |= INDEX_UP; in encode_arm_cp_address()
5807 if (inst.instruction & (PRE_INDEX | INDEX_UP)) in do_fpa_ldmstm()
5820 if (!(inst.instruction & INDEX_UP)) in do_fpa_ldmstm()
11787 newval |= value | (sign ? INDEX_UP : 0); in md_apply_fix()
11811 newval |= ((value >> 4) << 8) | (value & 0xf) | (sign ? INDEX_UP : 0); in md_apply_fix()
12292 newval |= (value >> 2) | (sign ? INDEX_UP : 0); in md_apply_fix()