Home
last modified time | relevance | path

Searched refs:MASK_FSGNJ_S (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Driscv-opc.h279 #define MASK_FSGNJ_S 0xfe00707f macro
2649 DECLARE_INSN(fsgnj_s, MATCH_FSGNJ_S, MASK_FSGNJ_S)
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Driscv-opc.c669 {"fmv.s", 0, INSN_CLASS_F, "D,U", MATCH_FSGNJ_S, MASK_FSGNJ_S, match_rs1_eq_rs2, INSN_…
672 {"fsgnj.s", 0, INSN_CLASS_F_OR_ZFINX, "D,S,T", MATCH_FSGNJ_S, MASK_FSGNJ_S, match_opcode, …
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Driscv-opc.h279 #define MASK_FSGNJ_S 0xfe00707f macro
3604 DECLARE_INSN(fsgnj_s, MATCH_FSGNJ_S, MASK_FSGNJ_S)
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Driscv-opc.c772 {"fmv.s", 0, INSN_CLASS_F_INX, "D,U", MATCH_FSGNJ_S, MASK_FSGNJ_S, match_rs1_eq_rs2, I…
775 {"fsgnj.s", 0, INSN_CLASS_F_INX, "D,S,T", MATCH_FSGNJ_S, MASK_FSGNJ_S, match_opcode, 0 },