Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Driscv-opc.h275 #define MASK_FMUL_S 0xfe00007f macro
2647 DECLARE_INSN(fmul_s, MATCH_FMUL_S, MASK_FMUL_S)
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Driscv-opc.c679 {"fmul.s", 0, INSN_CLASS_F_OR_ZFINX, "D,S,T", MATCH_FMUL_S|MASK_RM, MASK_FMUL_S|MASK_RM, …
680 {"fmul.s", 0, INSN_CLASS_F_OR_ZFINX, "D,S,T,m", MATCH_FMUL_S, MASK_FMUL_S, match_opcode, 0 …
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Driscv-opc.h275 #define MASK_FMUL_S 0xfe00007f macro
3602 DECLARE_INSN(fmul_s, MATCH_FMUL_S, MASK_FMUL_S)
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Driscv-opc.c782 {"fmul.s", 0, INSN_CLASS_F_INX, "D,S,T", MATCH_FMUL_S|MASK_RM, MASK_FMUL_S|MASK_RM, match…
783 {"fmul.s", 0, INSN_CLASS_F_INX, "D,S,T,m", MATCH_FMUL_S, MASK_FMUL_S, match_opcode, 0 },