Searched refs:FP_S (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/legacy/binutils/opcodes/
H A Dmips-opc.c188 {"abs.s", "D,V", 0x46000005, 0xffff003f, WR_D|RD_S|FP_S, 0, I1 },
193 {"add.s", "D,V,T", 0x46000000, 0xffe0003f, WR_D|RD_S|RD_T|FP_S, 0, I1 },
227 {"bc1any2f", "N,p", 0x45200000, 0xffe30000, CBD|RD_CC|FP_S, 0, M3D },
228 {"bc1any2t", "N,p", 0x45210000, 0xffe30000, CBD|RD_CC|FP_S, 0, M3D },
229 {"bc1any4f", "N,p", 0x45400000, 0xffe30000, CBD|RD_CC|FP_S, 0, M3D },
230 {"bc1any4t", "N,p", 0x45410000, 0xffe30000, CBD|RD_CC|FP_S, 0, M3D },
231 {"bc1f", "p", 0x45000000, 0xffff0000, CBD|RD_CC|FP_S, 0, I1 },
232 {"bc1f", "N,p", 0x45000000, 0xffe30000, CBD|RD_CC|FP_S, 0, I4|I32 },
233 {"bc1fl", "p", 0x45020000, 0xffff0000, CBL|RD_CC|FP_S, 0, I2|T3 },
234 {"bc1fl", "N,p", 0x45020000, 0xffe30000, CBL|RD_CC|FP_S,
[all...]
/haiku-buildtools/binutils/opcodes/
H A Dmicromips-opc.c290 {"prefx", "h,t(b)", 0x540001a0, 0xfc0007ff, RD_2|RD_3|FP_S|LM, 0, I1, 0, 0 },
315 {"abs.s", "T,V", 0x5400037b, 0xfc00ffff, WR_1|RD_2|FP_S, 0, I1, 0, 0 },
322 {"add.s", "D,V,T", 0x54000030, 0xfc0007ff, WR_1|RD_2|RD_3|FP_S, 0, I1, 0, 0 },
353 {"bc1f", "p", 0x43800000, 0xffff0000, RD_CC|CBD|FP_S, 0, I1, 0, 0 },
354 {"bc1f", "N,p", 0x43800000, 0xffe30000, RD_CC|CBD|FP_S, 0, I1, 0, 0 },
361 {"bc1t", "p", 0x43a00000, 0xffff0000, RD_CC|CBD|FP_S, 0, I1, 0, 0 },
362 {"bc1t", "N,p", 0x43a00000, 0xffe30000, RD_CC|CBD|FP_S, 0, I1, 0, 0 },
446 {"c.f.s", "S,T", 0x5400003c, 0xfc00ffff, RD_1|RD_2|WR_CC|FP_S, 0, I1, 0, 0 },
447 {"c.f.s", "M,S,T", 0x5400003c, 0xfc001fff, RD_2|RD_3|WR_CC|FP_S, 0, I1, 0, 0 },
452 {"c.un.s", "S,T", 0x5400007c, 0xfc00ffff, RD_1|RD_2|WR_CC|FP_S,
[all...]
H A Dmips-dis.c1072 if (opcode->pinfo & (FP_D | FP_S))
/haiku-buildtools/legacy/binutils/include/opcode/
H A Dmips.h431 #define FP_S 0x10000000 macro
/haiku-buildtools/binutils/gas/config/
H A Dtc-aarch64.c267 BASIC_REG_TYPE(FP_S) /* s[0-31] */ \
294 | REG_TYPE(FP_S) | REG_TYPE(FP_D) | REG_TYPE(FP_Q)) \
299 | REG_TYPE(FP_S) | REG_TYPE(FP_D) | REG_TYPE(FP_Q)) \
306 | REG_TYPE(FP_S) | REG_TYPE(FP_D) | REG_TYPE(FP_Q) \
6801 REGSET (s, FP_S), REGSET (S, FP_S),
H A Dtc-mips.c3256 fp_s = mo->pinfo & FP_S;
4687 if ((insn->pinfo & FP_S)
4694 switch (insn->pinfo & (FP_S | FP_D))
4696 case FP_S:
4877 if (opcode->pinfo & (FP_D | FP_S))
/haiku-buildtools/binutils/include/opcode/
H A Dmips.h1063 #define FP_S 0x01000000 macro
1088 only be set for macros. For instructions, FP_S in pinfo carries the

Completed in 115 milliseconds