Home
last modified time | relevance | path

Searched refs:mnem (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/binutils/opcodes/
HDcgen-asm.in67 const char *mnem = CGEN_INSN_MNEMONIC (insn);
86 for (; *mnem; mnem++)
88 char c = *mnem;
HDmep-opc.c2187 #define CGEN_ASM_HASH(mnem) (*(unsigned char *) (mnem) % CGEN_ASM_HASH_SIZE) argument
2189 #define CGEN_ASM_HASH(mnem) (*(unsigned char *) (mnem) % CGEN_ASM_HASH_SIZE) /*FIXME*/ argument
2207 asm_hash_insn (mnem) in asm_hash_insn() argument
2208 const char * mnem; in asm_hash_insn()
2210 return CGEN_ASM_HASH (mnem);
HDmep-asm.c1041 const char *mnem = CGEN_INSN_MNEMONIC (insn); in mep_cgen_build_insn_regex() local
1060 for (; *mnem; mnem++) in mep_cgen_build_insn_regex()
1062 char c = *mnem; in mep_cgen_build_insn_regex()
/trueos/contrib/binutils/gas/config/
HDtc-arm.c14724 #define TxCE(mnem, op, top, nops, ops, ae, te) \ argument
14725 { #mnem, OPS##nops ops, OT_csuffix, 0x##op, top, ARM_VARIANT, \
14730 #define TCE(mnem, aop, top, nops, ops, ae, te) \ argument
14731 TxCE(mnem, aop, 0x##top, nops, ops, ae, te)
14732 #define tCE(mnem, aop, top, nops, ops, ae, te) \ argument
14733 TxCE(mnem, aop, T_MNEM_##top, nops, ops, ae, te)
14737 #define TxC3(mnem, op, top, nops, ops, ae, te) \ argument
14738 { #mnem, OPS##nops ops, OT_cinfix3, 0x##op, top, ARM_VARIANT, \
14740 #define TxC3w(mnem, op, top, nops, ops, ae, te) \ argument
14741 { #mnem, OPS##nops ops, OT_cinfix3_deprecated, 0x##op, top, ARM_VARIANT, \
[all …]
/trueos/contrib/gcc/config/arm/
HDarm.c9128 const char * mnem; in shift_op() local
9149 mnem = "asl"; in shift_op()
9153 mnem = "asr"; in shift_op()
9157 mnem = "lsr"; in shift_op()
9167 mnem = "ror"; in shift_op()
9196 mnem = "lsr"; in shift_op()
9205 return mnem; in shift_op()
/trueos/sys/dev/cxgbe/common/
HDt4_hw.c4791 __be32 *p = &c.param[0].mnem; in t4_query_params()
4830 __be32 *p = &c.param[0].mnem; in t4_set_params()
/trueos/sys/dev/cxgbe/firmware/
HDt4fw_interface.h3808 __be32 mnem; member