Home
last modified time | relevance | path

Searched refs:OPS (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Di370-opc.c267 #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))
Drx-decode.opc894 /* BIT OPS */
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c18227 { 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 …]