Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Driscv-opc.h320 #define MATCH_FDIV_Q 0x1e000053 macro
2670 DECLARE_INSN(fdiv_q, MATCH_FDIV_Q, MASK_FDIV_Q)
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Driscv-opc.c796 {"fdiv.q", 0, INSN_CLASS_Q_OR_ZQINX, "D,S,T", MATCH_FDIV_Q|MASK_RM, MASK_FDIV_Q|MASK_RM, …
797 {"fdiv.q", 0, INSN_CLASS_Q_OR_ZQINX, "D,S,T,m", MATCH_FDIV_Q, MASK_FDIV_Q, match_opcode, 0 …
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Driscv-opc.h320 #define MATCH_FDIV_Q 0x1e000053 macro
3625 DECLARE_INSN(fdiv_q, MATCH_FDIV_Q, MASK_FDIV_Q)
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Driscv-opc.c899 {"fdiv.q", 0, INSN_CLASS_Q_INX, "D,S,T", MATCH_FDIV_Q|MASK_RM, MASK_FDIV_Q|MASK_RM, match…
900 {"fdiv.q", 0, INSN_CLASS_Q_INX, "D,S,T,m", MATCH_FDIV_Q, MASK_FDIV_Q, match_opcode, 0 },