Searched refs:match_c_add_with_hint (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | riscv-opc.c | 171 match_c_add_with_hint (const struct riscv_opcode *op, insn_t insn) in match_c_add_with_hint() function 852 {"c.mv", 0, INSN_CLASS_C, "d,CV", MATCH_C_MV, MASK_C_MV, match_c_add_with_hint, 0 }, 858 {"c.add", 0, INSN_CLASS_C, "d,CV", MATCH_C_ADD, MASK_C_ADD, match_c_add_with_hint, 0 },
|
H A D | ChangeLog-2017 | 3 * riscv-opc.c (match_c_add_with_hint, match_c_lui_with_hint): New. 8 <c.mv, c.add>: Use match_c_add_with_hint instead of match_c_add.
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | riscv-opc.c | 209 match_c_add_with_hint (const struct riscv_opcode *op, insn_t insn) in match_c_add_with_hint() function 955 {"c.mv", 0, INSN_CLASS_C, "d,CV", MATCH_C_MV, MASK_C_MV, match_c_add_with_hint, 0 }, 961 {"c.add", 0, INSN_CLASS_C, "d,CV", MATCH_C_ADD, MASK_C_ADD, match_c_add_with_hint, 0 },
|
H A D | ChangeLog-2017 | 3 * riscv-opc.c (match_c_add_with_hint, match_c_lui_with_hint): New. 8 <c.mv, c.add>: Use match_c_add_with_hint instead of match_c_add.
|
/netbsd-src/external/gpl3/gdb/dist/opcodes/ |
H A D | ChangeLog-2017 | 3 * riscv-opc.c (match_c_add_with_hint, match_c_lui_with_hint): New. 8 <c.mv, c.add>: Use match_c_add_with_hint instead of match_c_add.
|
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
H A D | ChangeLog-2017 | 3 * riscv-opc.c (match_c_add_with_hint, match_c_lui_with_hint): New. 8 <c.mv, c.add>: Use match_c_add_with_hint instead of match_c_add.
|