From cc917fd93d2a836adfd61b91df021cf835e88fd1 Mon Sep 17 00:00:00 2001 From: Kito Cheng Date: Tue, 3 Jan 2017 17:42:01 +0000 Subject: Add support for the Q extension to the RISCV ISA. gas * config/tc-riscv.c (riscv_set_arch): Whitelist the "q" ISA extension. (riscv_after_parse_args): Set FLOAT_ABI_QUAD when the Q ISA is enabled and no other ABI is specified. include * opcode/riscv-opc.h: Add support for the "q" ISA extension. opcodes * riscv-opc.c (riscv-opcodes): Add support for the "q" ISA extension. * riscv-opcodes/all-opcodes: Likewise. --- include/opcode/riscv.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/opcode/riscv.h') diff --git a/include/opcode/riscv.h b/include/opcode/riscv.h index b21e8c9..719565d 100644 --- a/include/opcode/riscv.h +++ b/include/opcode/riscv.h @@ -323,8 +323,10 @@ enum M_SD, M_FLW, M_FLD, + M_FLQ, M_FSW, M_FSD, + M_FSQ, M_CALL, M_J, M_LI, -- cgit v1.1