/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | sparc-opc.c | 1559 #define fmoviccx(opcode, fpsize, args, cond, flags) /* v9 */ \ argument 1560 { opcode, F3F(2, 0x35, 0x100+fpsize)|MCOND(cond,0), F3F(~2, ~0x35, ~(0x100+fpsize))|MCOND(~cond,~0… 1561 { opcode, F3F(2, 0x35, 0x180+fpsize)|MCOND(cond,0), F3F(~2, ~0x35, ~(0x180+fpsize))|MCOND(~cond,~0… 1563 #define fmovfccx(opcode, fpsize, args, fcond, flags) /* v9 */ \ argument 1564 { opcode, F3F(2, 0x35, 0x000+fpsize)|MCOND(fcond,0), F3F(~2, ~0x35, ~(0x000+fpsize))|MCOND(~fcond,~… 1565 { opcode, F3F(2, 0x35, 0x040+fpsize)|MCOND(fcond,0), F3F(~2, ~0x35, ~(0x040+fpsize))|MCOND(~fcond,~… 1566 { opcode, F3F(2, 0x35, 0x080+fpsize)|MCOND(fcond,0), F3F(~2, ~0x35, ~(0x080+fpsize))|MCOND(~fcond,~… 1567 { opcode, F3F(2, 0x35, 0x0c0+fpsize)|MCOND(fcond,0), F3F(~2, ~0x35, ~(0x0c0+fpsize))|MCOND(~fcond,~… 1570 #define fmovccx(opcode, fpsize, args, cond, fcond, flags) /* v9 */ \ argument 1571 { opcode, F3F(2, 0x35, 0x100+fpsize)|MCOND(cond,0), F3F(~2, ~0x35, ~(0x100+fpsize))|MCOND(~cond,~0… [all …]
|
H A D | ChangeLog-2004 | 509 (fmovicc, fmovfcc, fmovcc): Remove fpsize argument, change opcode to 510 suffix. Use fmov*x macros, create all 3 fpsize variants in one
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | sparc-opc.c | 1559 #define fmoviccx(opcode, fpsize, args, cond, flags) /* v9 */ \ argument 1560 { opcode, F3F(2, 0x35, 0x100+fpsize)|MCOND(cond,0), F3F(~2, ~0x35, ~(0x100+fpsize))|MCOND(~cond,~0… 1561 { opcode, F3F(2, 0x35, 0x180+fpsize)|MCOND(cond,0), F3F(~2, ~0x35, ~(0x180+fpsize))|MCOND(~cond,~0… 1563 #define fmovfccx(opcode, fpsize, args, fcond, flags) /* v9 */ \ argument 1564 { opcode, F3F(2, 0x35, 0x000+fpsize)|MCOND(fcond,0), F3F(~2, ~0x35, ~(0x000+fpsize))|MCOND(~fcond,~… 1565 { opcode, F3F(2, 0x35, 0x040+fpsize)|MCOND(fcond,0), F3F(~2, ~0x35, ~(0x040+fpsize))|MCOND(~fcond,~… 1566 { opcode, F3F(2, 0x35, 0x080+fpsize)|MCOND(fcond,0), F3F(~2, ~0x35, ~(0x080+fpsize))|MCOND(~fcond,~… 1567 { opcode, F3F(2, 0x35, 0x0c0+fpsize)|MCOND(fcond,0), F3F(~2, ~0x35, ~(0x0c0+fpsize))|MCOND(~fcond,~… 1570 #define fmovccx(opcode, fpsize, args, cond, fcond, flags) /* v9 */ \ argument 1571 { opcode, F3F(2, 0x35, 0x100+fpsize)|MCOND(cond,0), F3F(~2, ~0x35, ~(0x100+fpsize))|MCOND(~cond,~0… [all …]
|
H A D | ChangeLog-2004 | 509 (fmovicc, fmovfcc, fmovcc): Remove fpsize argument, change opcode to 510 suffix. Use fmov*x macros, create all 3 fpsize variants in one
|
/netbsd-src/sys/arch/riscv/riscv/ |
H A D | db_disasm.c | 997 riscv_int_size(unsigned fpsize) 999 switch (fpsize) { in riscv_int_size() argument 1011 riscv_fp_size(unsigned fpsize) in riscv_int_size() 1013 switch (fpsize) { 1014 riscv_fp_size(unsigned fpsize) riscv_fp_size() argument
|
/netbsd-src/external/gpl3/gdb/dist/opcodes/ |
H A D | ChangeLog-2004 | 509 (fmovicc, fmovfcc, fmovcc): Remove fpsize argument, change opcode to 510 suffix. Use fmov*x macros, create all 3 fpsize variants in one
|
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
H A D | ChangeLog-2004 | 509 (fmovicc, fmovfcc, fmovcc): Remove fpsize argument, change opcode to 510 suffix. Use fmov*x macros, create all 3 fpsize variants in one
|