Searched refs:FP_S (Results 1 – 9 of 9) sorted by relevance
| /trueos/contrib/binutils/opcodes/ |
| HD | mips-opc.c | 196 {"abs.s", "D,V", 0x46000005, 0xffff003f, WR_D|RD_S|FP_S, 0, I1 }, 201 {"add.s", "D,V,T", 0x46000000, 0xffe0003f, WR_D|RD_S|RD_T|FP_S, 0, I1 }, 242 {"bc1any2f", "N,p", 0x45200000, 0xffe30000, CBD|RD_CC|FP_S, 0, M3D }, 243 {"bc1any2t", "N,p", 0x45210000, 0xffe30000, CBD|RD_CC|FP_S, 0, M3D }, 244 {"bc1any4f", "N,p", 0x45400000, 0xffe30000, CBD|RD_CC|FP_S, 0, M3D }, 245 {"bc1any4t", "N,p", 0x45410000, 0xffe30000, CBD|RD_CC|FP_S, 0, M3D }, 246 {"bc1f", "p", 0x45000000, 0xffff0000, CBD|RD_CC|FP_S, 0, I1 }, 247 {"bc1f", "N,p", 0x45000000, 0xffe30000, CBD|RD_CC|FP_S, 0, I4|I32 }, 248 {"bc1fl", "p", 0x45020000, 0xffff0000, CBL|RD_CC|FP_S, 0, I2|T3 }, 249 {"bc1fl", "N,p", 0x45020000, 0xffe30000, CBL|RD_CC|FP_S, 0, I4|I32 }, [all …]
|
| HD | mips-dis.c | 1198 ((opp->pinfo & (FP_D | FP_S)) != 0 in print_insn_args()
|
| HD | ChangeLog-2006 | 482 FP_S and FP_D flags to denote single and double register
|
| /trueos/lib/libc/mips/gen/ |
| HD | setjmp.S | 119 FP_S $f20, (_JB_FPREG_F20 * SZREG)(a0) 120 FP_S $f22, (_JB_FPREG_F22 * SZREG)(a0) 123 FP_S $f21, (_JB_FPREG_F21 * SZREG)(a0) 124 FP_S $f23, (_JB_FPREG_F23 * SZREG)(a0) 127 FP_S $f24, (_JB_FPREG_F24 * SZREG)(a0) 128 FP_S $f26, (_JB_FPREG_F26 * SZREG)(a0) 129 FP_S $f28, (_JB_FPREG_F28 * SZREG)(a0) 130 FP_S $f30, (_JB_FPREG_F30 * SZREG)(a0) 133 FP_S $f25, (_JB_FPREG_F25 * SZREG)(a0) 134 FP_S $f27, (_JB_FPREG_F27 * SZREG)(a0) [all …]
|
| /trueos/sys/mips/include/ |
| HD | asm.h | 315 #define FP_S swc1 macro 321 #define FP_S sdc1 macro
|
| /trueos/contrib/binutils/include/opcode/ |
| HD | mips.h | 457 #define FP_S 0x10000000 macro
|
| HD | ChangeLog-9103 | 1850 * mips.h (FP_S, FP_D): Define. Bitmasks indicating if an insn
|
| /trueos/sys/mips/mips/ |
| HD | swtch.S | 78 FP_S reg, U_PCB_FPREGS + (SZFPREG * offs) (base)
|
| /trueos/contrib/binutils/gas/config/ |
| HD | tc-mips.c | 8513 switch (insn->pinfo & (FP_S | FP_D)) in mips_oddfpreg_ok() 8515 case FP_S: in mips_oddfpreg_ok() 8532 if ((insn->pinfo & FP_S) in mips_oddfpreg_ok() 8647 || (insn->pinfo & FP_S) !=0 in mips_ip() 9925 if (ip->insn_mo->pinfo & (FP_D| FP_S)) in mips_ip()
|