Lines Matching refs:ops
18226 #define TxCE(mnem, op, top, nops, ops, ae, te) \ argument
18227 { mnem, OPS##nops ops, OT_csuffix, 0x##op, top, ARM_VARIANT, \
18232 #define TCE(mnem, aop, top, nops, ops, ae, te) \ argument
18233 TxCE (mnem, aop, 0x##top, nops, ops, ae, te)
18234 #define tCE(mnem, aop, top, nops, ops, ae, te) \ argument
18235 TxCE (mnem, aop, T_MNEM##top, nops, ops, ae, te)
18239 #define TxC3(mnem, op, top, nops, ops, ae, te) \ argument
18240 { mnem, OPS##nops ops, OT_cinfix3, 0x##op, top, ARM_VARIANT, \
18242 #define TxC3w(mnem, op, top, nops, ops, ae, te) \ argument
18243 { mnem, OPS##nops ops, OT_cinfix3_deprecated, 0x##op, top, ARM_VARIANT, \
18245 #define TC3(mnem, aop, top, nops, ops, ae, te) \ argument
18246 TxC3 (mnem, aop, 0x##top, nops, ops, ae, te)
18247 #define TC3w(mnem, aop, top, nops, ops, ae, te) \ argument
18248 TxC3w (mnem, aop, 0x##top, nops, ops, ae, te)
18249 #define tC3(mnem, aop, top, nops, ops, ae, te) \ argument
18250 TxC3 (mnem, aop, T_MNEM##top, nops, ops, ae, te)
18251 #define tC3w(mnem, aop, top, nops, ops, ae, te) \ argument
18252 TxC3w (mnem, aop, T_MNEM##top, nops, ops, ae, te)
18257 #define TUE(mnem, op, top, nops, ops, ae, te) \ argument
18258 { mnem, OPS##nops ops, OT_unconditional, 0x##op, 0x##top, ARM_VARIANT, \
18264 #define TUEc(mnem, op, top, nops, ops, en) \ argument
18265 { mnem, OPS##nops ops, OT_unconditional, 0x##op, 0x##top, ARM_VARIANT, \
18270 #define TUF(mnem, op, top, nops, ops, ae, te) \ argument
18271 { mnem, OPS##nops ops, OT_unconditionalF, 0x##op, 0x##top, ARM_VARIANT, \
18275 #define CE(mnem, op, nops, ops, ae) \ argument
18276 { mnem, OPS##nops ops, OT_csuffix, 0x##op, 0x0, ARM_VARIANT, 0, do_##ae, NULL }
18278 #define C3(mnem, op, nops, ops, ae) \ argument
18279 { #mnem, OPS##nops ops, OT_cinfix3, 0x##op, 0x0, ARM_VARIANT, 0, do_##ae, NULL }
18283 #define CL(mnem, op, nops, ops, ae) \ argument
18284 { mnem, OPS##nops ops, OT_cinfix3_legacy, \
18288 #define cCE(mnem, op, nops, ops, ae) \ argument
18289 { mnem, OPS##nops ops, OT_csuffix, 0x##op, 0xe##op, ARM_VARIANT, ARM_VARIANT, do_##ae, do_##ae }
18294 #define cCL(mnem, op, nops, ops, ae) \ argument
18295 { mnem, OPS##nops ops, OT_cinfix3_legacy, \
18300 #define C3E(mnem, op, nops, ops, ae) \ argument
18301 { mnem, OPS##nops ops, OT_csuf_or_in3, \
18304 #define xCM_(m1, m2, m3, op, nops, ops, ae) \ argument
18305 { m1 #m2 m3, OPS##nops ops, \
18309 #define CM(m1, m2, op, nops, ops, ae) \ argument
18310 xCM_ (m1, , m2, op, nops, ops, ae), \
18311 xCM_ (m1, eq, m2, op, nops, ops, ae), \
18312 xCM_ (m1, ne, m2, op, nops, ops, ae), \
18313 xCM_ (m1, cs, m2, op, nops, ops, ae), \
18314 xCM_ (m1, hs, m2, op, nops, ops, ae), \
18315 xCM_ (m1, cc, m2, op, nops, ops, ae), \
18316 xCM_ (m1, ul, m2, op, nops, ops, ae), \
18317 xCM_ (m1, lo, m2, op, nops, ops, ae), \
18318 xCM_ (m1, mi, m2, op, nops, ops, ae), \
18319 xCM_ (m1, pl, m2, op, nops, ops, ae), \
18320 xCM_ (m1, vs, m2, op, nops, ops, ae), \
18321 xCM_ (m1, vc, m2, op, nops, ops, ae), \
18322 xCM_ (m1, hi, m2, op, nops, ops, ae), \
18323 xCM_ (m1, ls, m2, op, nops, ops, ae), \
18324 xCM_ (m1, ge, m2, op, nops, ops, ae), \
18325 xCM_ (m1, lt, m2, op, nops, ops, ae), \
18326 xCM_ (m1, gt, m2, op, nops, ops, ae), \
18327 xCM_ (m1, le, m2, op, nops, ops, ae), \
18328 xCM_ (m1, al, m2, op, nops, ops, ae)
18330 #define UE(mnem, op, nops, ops, ae) \ argument
18331 { #mnem, OPS##nops ops, OT_unconditional, 0x##op, 0, ARM_VARIANT, 0, do_##ae, NULL }
18333 #define UF(mnem, op, nops, ops, ae) \ argument
18334 { #mnem, OPS##nops ops, OT_unconditionalF, 0x##op, 0, ARM_VARIANT, 0, do_##ae, NULL }
18339 #define NUF(mnem, op, nops, ops, enc) \ argument
18340 { #mnem, OPS##nops ops, OT_unconditionalF, 0x##op, 0x##op, \
18345 #define nUF(mnem, op, nops, ops, enc) \ argument
18346 { #mnem, OPS##nops ops, OT_unconditionalF, N_MNEM##op, N_MNEM##op, \
18351 #define NCE_tag(mnem, op, nops, ops, enc, tag) \ argument
18352 { #mnem, OPS##nops ops, tag, 0x##op, 0x##op, ARM_VARIANT, \
18355 #define NCE(mnem, op, nops, ops, enc) \ argument
18356 NCE_tag (mnem, op, nops, ops, enc, OT_csuffix)
18358 #define NCEF(mnem, op, nops, ops, enc) \ argument
18359 NCE_tag (mnem, op, nops, ops, enc, OT_csuffixF)
18362 #define nCE_tag(mnem, op, nops, ops, enc, tag) \ argument
18363 { #mnem, OPS##nops ops, tag, N_MNEM##op, N_MNEM##op, \
18366 #define nCE(mnem, op, nops, ops, enc) \ argument
18367 nCE_tag (mnem, op, nops, ops, enc, OT_csuffix)
18369 #define nCEF(mnem, op, nops, ops, enc) \ argument
18370 nCE_tag (mnem, op, nops, ops, enc, OT_csuffixF)