Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Driscv-opc.h273 #define MASK_FSUB_S 0xfe00007f macro
2646 DECLARE_INSN(fsub_s, MATCH_FSUB_S, MASK_FSUB_S)
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Driscv-opc.c677 {"fsub.s", 0, INSN_CLASS_F_OR_ZFINX, "D,S,T", MATCH_FSUB_S|MASK_RM, MASK_FSUB_S|MASK_RM, …
678 {"fsub.s", 0, INSN_CLASS_F_OR_ZFINX, "D,S,T,m", MATCH_FSUB_S, MASK_FSUB_S, match_opcode, 0 …
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Driscv-opc.h273 #define MASK_FSUB_S 0xfe00007f macro
3601 DECLARE_INSN(fsub_s, MATCH_FSUB_S, MASK_FSUB_S)
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Driscv-opc.c780 {"fsub.s", 0, INSN_CLASS_F_INX, "D,S,T", MATCH_FSUB_S|MASK_RM, MASK_FSUB_S|MASK_RM, match…
781 {"fsub.s", 0, INSN_CLASS_F_INX, "D,S,T,m", MATCH_FSUB_S, MASK_FSUB_S, match_opcode, 0 },