Home
last modified time | relevance | path

Searched refs:M_LI_DD (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
Dmips.h1576 M_LI_DD, enumerator
/toolchain/binutils/binutils-2.27/opcodes/
Dmicromips-opc.c775 {"li.d", "T,L", 0, (int) M_LI_DD, INSN_MACRO, INSN2_M_FP_D, I1, 0, 0 },
Dmips-opc.c1263 {"li.d", "T,L", 0, (int) M_LI_DD, INSN_MACRO, INSN2_M_FP_D, I1, 0, SF },
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2014778 (macro): Update M_LI_DD similarly to match_float_constant. Generate
DChangeLog-2013956 ADDRESS_ADDI_INSN. Make the M_LI_DD code fall through into the
DChangeLog-92954401 * config/tc-mips.c (macro): Ensure that mips2 case of M_LI_DD in
5740 mips_pic. For M_LI_DD, decide how to handle it based on segment
9878 (macro): Added cases M_LI_S, M_LI_SS. Fixed M_LI_D and M_LI_DD.
DChangeLog-96971499 M_LI_DD.
DChangeLog-00011693 the width registers used in M_LI_DD macros. Use HAVE_32BIT_ADDRESSES
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c12139 case M_LI_DD: in macro()