Searched refs:OPS (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | i370-opc.c | 267 #define OPS(x) ((((unsigned short) (x)) & 0xff) << 8) macro 268 #define OPS_MASK OPS (0xff) 294 (OPS (op) | ((((unsigned short) (r1)) & 0xf) << 4) | \ 301 (OPS (op) | (((unsigned short) (i)) & 0xff))
|
D | rx-decode.opc | 894 /* BIT OPS */
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-arm.c | 18227 { mnem, OPS##nops ops, OT_csuffix, 0x##op, top, ARM_VARIANT, \ 18240 { mnem, OPS##nops ops, OT_cinfix3, 0x##op, top, ARM_VARIANT, \ 18243 { mnem, OPS##nops ops, OT_cinfix3_deprecated, 0x##op, top, ARM_VARIANT, \ 18258 { mnem, OPS##nops ops, OT_unconditional, 0x##op, 0x##top, ARM_VARIANT, \ 18265 { mnem, OPS##nops ops, OT_unconditional, 0x##op, 0x##top, ARM_VARIANT, \ 18271 { mnem, OPS##nops ops, OT_unconditionalF, 0x##op, 0x##top, ARM_VARIANT, \ 18276 { mnem, OPS##nops ops, OT_csuffix, 0x##op, 0x0, ARM_VARIANT, 0, do_##ae, NULL } 18279 { #mnem, OPS##nops ops, OT_cinfix3, 0x##op, 0x0, ARM_VARIANT, 0, do_##ae, NULL } 18284 { mnem, OPS##nops ops, OT_cinfix3_legacy, \ 18289 { mnem, OPS##nops ops, OT_csuffix, 0x##op, 0xe##op, ARM_VARIANT, ARM_VARIANT, do_##ae, do_##ae } [all …]
|