Searched refs:IS_INSN_MNEMONIC (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/binutils/opcodes/
H A Dcr16-dis.c391 if ((IS_INSN_MNEMONIC ("cbitb"))
392 || (IS_INSN_MNEMONIC ("sbitb"))
393 || (IS_INSN_MNEMONIC ("tbitb")))
460 if (IS_INSN_MNEMONIC ("loadw")
461 || IS_INSN_MNEMONIC ("loadd")
462 || IS_INSN_MNEMONIC ("storw")
463 || IS_INSN_MNEMONIC ("stord"))
476 || (IS_INSN_MNEMONIC ("bal"))
559 if (IS_INSN_MNEMONIC ("excp"))
629 if (IS_INSN_TYPE (BRANCH_INS) || IS_INSN_MNEMONIC ("ba
[all...]
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-cr16.c905 if (IS_INSN_MNEMONIC ("loadb") || IS_INSN_MNEMONIC ("storb"))
944 if (IS_INSN_MNEMONIC ("bal"))
1195 if ((IS_INSN_MNEMONIC ("b")) && ((ret_val = get_cc (operand)) != -1))
1225 if (!(IS_INSN_MNEMONIC ("lprd") || (IS_INSN_MNEMONIC ("sprd")))
1405 if (IS_INSN_MNEMONIC ("excp"))
1833 if (IS_INSN_MNEMONIC ("cbitb") || IS_INSN_MNEMONIC ("sbitb")
1834 || IS_INSN_MNEMONIC ("tbit
[all...]
/freebsd-12-stable/contrib/binutils/include/opcode/
H A Dcr16.h420 #define IS_INSN_MNEMONIC(MNEMONIC) \ macro

Completed in 162 milliseconds