Searched refs:mnem (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/binutils/opcodes/
H A Dcgen-asm.in69 const char *mnem = CGEN_INSN_MNEMONIC (insn);
88 for (; *mnem; mnem++)
90 char c = *mnem;
H A Dmep-asm.c1043 const char *mnem = CGEN_INSN_MNEMONIC (insn);
1062 for (; *mnem; mnem++)
1064 char c = *mnem;
1041 const char *mnem = CGEN_INSN_MNEMONIC (insn); local
H A Dmep-opc.c2187 #define CGEN_ASM_HASH(mnem) (*(unsigned char *) (mnem) % CGEN_ASM_HASH_SIZE)
2189 #define CGEN_ASM_HASH(mnem) (*(unsigned char *) (mnem) % CGEN_ASM_HASH_SIZE) /*FIXME*/
2207 asm_hash_insn (mnem)
2208 const char * mnem;
2210 return CGEN_ASM_HASH (mnem);
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-arm.c14768 #define TxCE(mnem, op, top, nops, ops, ae, te) \
14769 { #mnem, OPS##nops ops, OT_csuffix, 0x##op, top, ARM_VARIANT, \
14774 #define TCE(mnem, aop, top, nops, ops, ae, te) \
14775 TxCE(mnem, aop, 0x##top, nops, ops, ae, te)
14776 #define tCE(mnem, aop, top, nops, ops, ae, te) \
14777 TxCE(mnem, aop, T_MNEM_##top, nops, ops, ae, te)
14781 #define TxC3(mnem, op, top, nops, ops, ae, te) \
14782 { #mnem, OPS##nops ops, OT_cinfix3, 0x##op, top, ARM_VARIANT, \
14784 #define TxC3w(mnem, op, top, nops, ops, ae, te) \
14785 { #mnem, OP
[all...]
/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c9143 const char * mnem;
9164 mnem = "asl";
9168 mnem = "asr";
9172 mnem = "lsr";
9182 mnem = "ror";
9211 mnem = "lsr";
9220 return mnem;
9128 const char * mnem; local
/freebsd-10-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c3583 c.param[0].mnem =
6891 __be32 *p = &c.param[0].mnem;
6944 __be32 *p = &c.param[0].mnem;
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
H A Dt4fw_interface.h3737 __be32 mnem; member in struct:fw_params_cmd::fw_params_param
/freebsd-10-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h5005 __be32 mnem; member in struct:fw_params_cmd::fw_params_param

Completed in 247 milliseconds