Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-arm.c2346 #define T_OPCODE_STR_IH 0x8000 macro
10253 ? T_OPCODE_LDR_IH : T_OPCODE_STR_IH);
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-arm.c545 #define T_OPCODE_STR_IH 0x8000 macro
7226 case T_OPCODE_STR_IH: inst.instruction = T_OPCODE_STR_RH; break; in do_t_ldst()