Searched refs:riscv_call (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.td | 54 def riscv_call : SDNode<"RISCVISD::CALL", SDT_RISCVCall, 1030 def : Pat<(riscv_call tglobaladdr:$func), (PseudoCALL tglobaladdr:$func)>; 1031 def : Pat<(riscv_call texternalsym:$func), (PseudoCALL texternalsym:$func)>; 1039 [(riscv_call GPR:$rs1)]>,
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-riscv.c | 1646 riscv_call (int destreg, int tempreg, expressionS *ep, in riscv_call() function 1934 riscv_call (rd, rs1, imm_expr, *imm_reloc); in macro()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-riscv.c | 1980 riscv_call (int destreg, int tempreg, expressionS *ep, in riscv_call() function 2173 riscv_call (rd, rs1, imm_expr, *imm_reloc); in macro()
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-2020 | 1138 (riscv_call): Tie them off after the jalr.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-2020 | 1138 (riscv_call): Tie them off after the jalr.
|