Home
last modified time | relevance | path

Searched refs:FP_S (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dmicromips-opc.c290 {"prefx", "h,t(b)", 0x540001a0, 0xfc0007ff, RD_2|RD_3|FP_S|LM, 0, I1, 0, 0 },
314 {"abs.s", "T,V", 0x5400037b, 0xfc00ffff, WR_1|RD_2|FP_S, 0, I1, 0, 0 },
321 {"add.s", "D,V,T", 0x54000030, 0xfc0007ff, WR_1|RD_2|RD_3|FP_S, 0, I1, 0, 0 },
352 {"bc1f", "p", 0x43800000, 0xffff0000, RD_CC|CBD|FP_S, 0, I1, 0, 0 },
353 {"bc1f", "N,p", 0x43800000, 0xffe30000, RD_CC|CBD|FP_S, 0, I1, 0, 0 },
360 {"bc1t", "p", 0x43a00000, 0xffff0000, RD_CC|CBD|FP_S, 0, I1, 0, 0 },
361 {"bc1t", "N,p", 0x43a00000, 0xffe30000, RD_CC|CBD|FP_S, 0, I1, 0, 0 },
441 {"c.f.s", "S,T", 0x5400003c, 0xfc00ffff, RD_1|RD_2|WR_CC|FP_S, 0, I1, 0, 0 },
442 {"c.f.s", "M,S,T", 0x5400003c, 0xfc001fff, RD_2|RD_3|WR_CC|FP_S, 0, I1, 0, 0 },
447 {"c.un.s", "S,T", 0x5400007c, 0xfc00ffff, RD_1|RD_2|WR_CC|FP_S, 0, I1, 0, 0 },
[all …]
Dmips-opc.c478 {"prefx", "h,t(b)", 0x4c00000f, 0xfc0007ff, RD_2|RD_3|FP_S|LM, 0, I4_33, 0, I37 },
688 {"abs.s", "D,V", 0x46000005, 0xffff003f, WR_1|RD_2|FP_S, 0, I1, 0, 0 },
696 {"add", "D,S,T", 0x45c00000, 0xffe0003f, WR_1|RD_2|RD_3|FP_S, 0, IL2E, 0, 0 },
697 {"add", "D,S,T", 0x4b40000c, 0xffe0003f, WR_1|RD_2|RD_3|FP_S, 0, IL2F|IL3A, 0, 0 },
698 {"add.s", "D,V,T", 0x46000000, 0xffe0003f, WR_1|RD_2|RD_3|FP_S, 0, I1, 0, 0 },
707 {"adda.s", "S,T", 0x46000018, 0xffe007ff, RD_1|RD_2|FP_S, 0, EE, 0, 0 },
717 {"addu", "D,S,T", 0x45800000, 0xffe0003f, WR_1|RD_2|RD_3|FP_S, 0, IL2E, 0, 0 },
718 {"addu", "D,S,T", 0x4b00000c, 0xffe0003f, WR_1|RD_2|RD_3|FP_S, 0, IL2F|IL3A, 0, 0 },
745 {"bc1any2f", "N,p", 0x45200000, 0xffe30000, RD_CC|CBD|FP_S, 0, 0, M3D, 0 },
746 {"bc1any2t", "N,p", 0x45210000, 0xffe30000, RD_CC|CBD|FP_S, 0, 0, M3D, 0 },
[all …]
DChangeLog338 (cfc1, ctc1): Remove FP_S attribute.
341 * mips-opc.c (cfc1, cftc1, ctc, cttc1): Remove FP_S attribute.
Dmips-dis.c1064 if (opcode->pinfo & (FP_D | FP_S)) in print_reg()
DChangeLog-2006482 FP_S and FP_D flags to denote single and double register
DChangeLog-2008529 instructions FP_S. Mark l.s, li.s, lwc1, swc1, s.s, trunc.w.s and
DChangeLog-2007354 * mips-opc.c (mips_builtin_opcodes): Mark lwxc1 as working on FP_S
/toolchain/binutils/binutils-2.25/include/opcode/
Dmips.h1069 #define FP_S 0x01000000 macro
DChangeLog-91031850 * mips.h (FP_S, FP_D): Define. Bitmasks indicating if an insn
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-aarch64.c287 BASIC_REG_TYPE(FP_S) /* s[0-31] */ \
300 | REG_TYPE(FP_S) | REG_TYPE(FP_D) | REG_TYPE(FP_Q)) \
305 | REG_TYPE(FP_S) | REG_TYPE(FP_D) | REG_TYPE(FP_Q)) \
5729 REGSET (s, FP_S), REGSET (S, FP_S),
Dtc-mips.c3262 fp_s = mo->pinfo & FP_S; in is_opcode_valid()
4661 if ((insn->pinfo & FP_S) in mips_oddfpreg_ok()
4668 switch (insn->pinfo & (FP_S | FP_D)) in mips_oddfpreg_ok()
4670 case FP_S: in mips_oddfpreg_ok()
4857 if (opcode->pinfo & (FP_D | FP_S)) in convert_reg_type()