Home
last modified time | relevance | path

Searched refs:XP_ONLY (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/include/opcode/
Di860.h43 E_MOV = 1, E_ADDR, E_U32, E_AND, E_S32, E_DELAY, XP_ONLY enumerator
138 { "pfld.q", 0x60000004, 0x9c000003, "1(2),g", XP_ONLY }, /* pfld.q isrc1(isrc2),fdest */
139 { "pfld.q", 0x64000004, 0x98000003, "L(2),g", XP_ONLY }, /* pfld.q #const(isrc2),fdest */
140 { "pfld.q", 0x60000005, 0x9c000002, "1(2)++,g", XP_ONLY }, /* pfld.q isrc1(isrc2)++,fdest */
141 { "pfld.q", 0x64000005, 0x98000002, "L(2)++,g", XP_ONLY }, /* pfld.q #const(isrc2)++,fdest */
211 { "ldio.l", 0x4c000408, 0xb00003f7, "2,d", XP_ONLY }, /* ldio.l isrc2,idest */
212 { "ldio.s", 0x4c000208, 0xb00005f7, "2,d", XP_ONLY }, /* ldio.s isrc2,idest */
213 { "ldio.b", 0x4c000008, 0xb00007f7, "2,d", XP_ONLY }, /* ldio.b isrc2,idest */
214 { "stio.l", 0x4c000409, 0xb00003f6, "1,2", XP_ONLY }, /* stio.l isrc1ni,isrc2 */
215 { "stio.s", 0x4c000209, 0xb00005f6, "1,2", XP_ONLY }, /* stio.s isrc1ni,isrc2 */
[all …]
DChangeLog-9103119 * i860.h (expand_type): Add XP_ONLY.
/openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/
Di860.h43 E_MOV = 1, E_ADDR, E_U32, E_AND, E_S32, E_DELAY, XP_ONLY enumerator
138 { "pfld.q", 0x60000004, 0x9c000003, "1(2),g", XP_ONLY }, /* pfld.q isrc1(isrc2),fdest */
139 { "pfld.q", 0x64000004, 0x98000003, "L(2),g", XP_ONLY }, /* pfld.q #const(isrc2),fdest */
140 { "pfld.q", 0x60000005, 0x9c000002, "1(2)++,g", XP_ONLY }, /* pfld.q isrc1(isrc2)++,fdest */
141 { "pfld.q", 0x64000005, 0x98000002, "L(2)++,g", XP_ONLY }, /* pfld.q #const(isrc2)++,fdest */
211 { "ldio.l", 0x4c000408, 0xb00003f7, "2,d", XP_ONLY }, /* ldio.l isrc2,idest */
212 { "ldio.s", 0x4c000208, 0xb00005f7, "2,d", XP_ONLY }, /* ldio.s isrc2,idest */
213 { "ldio.b", 0x4c000008, 0xb00007f7, "2,d", XP_ONLY }, /* ldio.b isrc2,idest */
214 { "stio.l", 0x4c000409, 0xb00003f6, "1,2", XP_ONLY }, /* stio.l isrc1ni,isrc2 */
215 { "stio.s", 0x4c000209, 0xb00005f6, "1,2", XP_ONLY }, /* stio.s isrc1ni,isrc2 */
[all …]
DChangeLog-9103138 * i860.h (expand_type): Add XP_ONLY.
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-i860.c274 if (the_insn.expand != 0 && the_insn.expand != XP_ONLY in md_assemble()
988 if (insn->expand == XP_ONLY && ! target_xp) in i860_process_insn()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-i860.c274 if (the_insn.expand != 0 && the_insn.expand != XP_ONLY in md_assemble()
988 if (insn->expand == XP_ONLY && ! target_xp) in i860_process_insn()
/openbsd/src/gnu/usr.bin/binutils/gas/
DChangeLog-02031925 (md_assemble): Don't try expansions if XP_ONLY is set.
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
DChangeLog-02031925 (md_assemble): Don't try expansions if XP_ONLY is set.