Home
last modified time | relevance | path

Searched refs:F_FLOAT (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dsparc-opc.c1380 { opcode, (mask), (lose), "1,f,g", (flags) | F_FLOAT, 0, 0, v9 }
1382 { opcode, (mask), (lose), "1,B,H", (flags) | F_FLOAT, 0, 0, v9 }
1384 { opcode, (mask), (lose), "1,R,J", (flags) | F_FLOAT, 0, 0, v9 }
1502 …nd,0), F3F(~2, ~0x35, ~(0x100+fpsize))|MCOND(~cond,~0), "z," args, flags | F_FLOAT, 0, 0, v9 }, \
1503 …ond,0), F3F(~2, ~0x35, ~(0x000+fpsize))|MCOND(~fcond,~0), "6," args, flags | F_FLOAT, 0, 0, v9 }, \
1504 …nd,0), F3F(~2, ~0x35, ~(0x180+fpsize))|MCOND(~cond,~0), "Z," args, flags | F_FLOAT, 0, 0, v9 }, \
1505 …ond,0), F3F(~2, ~0x35, ~(0x040+fpsize))|MCOND(~fcond,~0), "7," args, flags | F_FLOAT, 0, 0, v9 }, \
1506 …ond,0), F3F(~2, ~0x35, ~(0x080+fpsize))|MCOND(~fcond,~0), "8," args, flags | F_FLOAT, 0, 0, v9 }, \
1507 …(fcond,0), F3F(~2, ~0x35, ~(0x0c0+fpsize))|MCOND(~fcond,~0), "9," args, flags | F_FLOAT, 0, 0, v9 }
1700 { "fdtoi", F3F(2, 0x34, 0x0d2), F3F(~2, ~0x34, ~0x0d2)|RS1_G0, "B,g", F_FLOAT, 0, 0, v6 },
[all …]
DChangeLog-92971977 Set F_FLOAT on other floating point instructions.
/toolchain/binutils/binutils-2.27/include/opcode/
Dsparc.h122 #define F_FLOAT 0x00000020 /* Floating point instruction (not a branch). */ macro
DChangeLog-91032288 * sparc.h (F_FLOAT, F_FBR): Define.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sparc.c1595 && (last_insn->flags & F_FLOAT) != 0) in md_assemble()