Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-arm.c2241 #define INST_IMMEDIATE 0x02000000 macro
4146 inst.instruction |= INST_IMMEDIATE;
7164 inst.instruction |= INST_IMMEDIATE;
7189 inst.instruction |= INST_IMMEDIATE;
7580 inst.instruction |= (INST_IMMEDIATE
7593 inst.instruction |= (INST_IMMEDIATE
7913 inst.instruction |= INST_IMMEDIATE | (OPCODE_MOV << DATA_OP_SHIFT);
7925 inst.instruction |= INST_IMMEDIATE | (OPCODE_MVN << DATA_OP_SHIFT);
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-arm.c460 #define INST_IMMEDIATE 0x02000000 macro
4368 inst.instruction |= INST_IMMEDIATE; in encode_arm_shifter_operand()
4421 inst.instruction |= INST_IMMEDIATE; /* yes, this is backwards */ in encode_arm_addr_mode_2()
4575 inst.instruction |= INST_IMMEDIATE | (OPCODE_MOV << DATA_OP_SHIFT); in move_or_literal_pool()
4585 inst.instruction |= INST_IMMEDIATE | (OPCODE_MVN << DATA_OP_SHIFT); in move_or_literal_pool()
5257 inst.instruction |= INST_IMMEDIATE; in do_msr()