Searched refs:F_FLOAT (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/binutils/opcodes/ |
| HD | sparc-opc.c | 1173 { opcode, (mask), (lose), "1,f,g", (flags) | F_FLOAT, v9 } 1175 { opcode, (mask), (lose), "1,B,H", (flags) | F_FLOAT, v9 } 1177 { opcode, (mask), (lose), "1,R,J", (flags) | F_FLOAT, v9 } 1295 …OND(cond,0), F3F(~2, ~0x35, ~(0x100+fpsize))|MCOND(~cond,~0), "z," args, flags | F_FLOAT, v9 }, \ 1296 …OND(fcond,0), F3F(~2, ~0x35, ~(0x000+fpsize))|MCOND(~fcond,~0), "6," args, flags | F_FLOAT, v9 }, \ 1297 …OND(cond,0), F3F(~2, ~0x35, ~(0x180+fpsize))|MCOND(~cond,~0), "Z," args, flags | F_FLOAT, v9 }, \ 1298 …OND(fcond,0), F3F(~2, ~0x35, ~(0x040+fpsize))|MCOND(~fcond,~0), "7," args, flags | F_FLOAT, v9 }, \ 1299 …OND(fcond,0), F3F(~2, ~0x35, ~(0x080+fpsize))|MCOND(~fcond,~0), "8," args, flags | F_FLOAT, v9 }, \ 1300 …|MCOND(fcond,0), F3F(~2, ~0x35, ~(0x0c0+fpsize))|MCOND(~fcond,~0), "9," args, flags | F_FLOAT, v9 } 1493 { "fdtoi", F3F(2, 0x34, 0x0d2), F3F(~2, ~0x34, ~0x0d2)|RS1_G0, "B,g", F_FLOAT, v6 }, [all …]
|
| HD | ChangeLog-9297 | 1977 Set F_FLOAT on other floating point instructions.
|
| /trueos/contrib/binutils/include/opcode/ |
| HD | sparc.h | 110 #define F_FLOAT 32 /* Floating point instruction (not a branch). */ macro
|
| HD | ChangeLog-9103 | 2288 * sparc.h (F_FLOAT, F_FBR): Define.
|
| /trueos/contrib/binutils/gas/config/ |
| HD | tc-sparc.c | 1338 && (last_insn->flags & F_FLOAT) != 0)
|