| /netbsd-src/sys/arch/riscv/riscv/ |
| H A D | db_machdep.c | 136 return (OPCODE_P(insn, JAL) && ri.type_u.u_rd == 1) in inst_unconditional_flow_transfer() 145 return OPCODE_P(insn, JAL) || OPCODE_P(insn, JALR); in inst_return() 182 if (OPCODE_P(insn, JAL)) { in branch_taken()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.cpp | 168 Res.setOpcode(RISCV::JAL); in relaxInstruction() 174 Res.setOpcode(RISCV::JAL); in relaxInstruction() 194 return RISCV::JAL; in getRelaxedOpcode()
|
| H A D | RISCVMCTargetDesc.cpp | 126 if (Inst.getOpcode() == RISCV::JAL) { in evaluateBranch()
|
| H A D | RISCVMCCodeEmitter.cpp | 361 if (Desc.getOpcode() == RISCV::JAL) { in getImmOpValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/MCTargetDesc/ |
| H A D | BPFMCCodeEmitter.cpp | 102 if (MI.getOpcode() == BPF::JAL) in getMachineOpValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsNaClELFStreamer.cpp | 82 case Mips::JAL: in isCall()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/mips/ |
| H A D | m16.igen | 1061 // JAL 1062 00011,0,5.IMM_20_16,5.IMM_25_21 + 16.IMMED_15_0:JAL:16::JAL
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| H A D | BPFInstrInfo.td | 513 def JAL : CALL<"call">; 608 def : Pat<(BPFcall tglobaladdr:$dst), (JAL tglobaladdr:$dst)>; 609 def : Pat<(BPFcall texternalsym:$dst), (JAL texternalsym:$dst)>; 610 def : Pat<(BPFcall imm:$dst), (JAL imm:$dst)>;
|
| H A D | BTFDebug.cpp | 1099 } else if (MI->getOpcode() == BPF::JAL) { in beginInstruction()
|
| /netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
| H A D | mt.cpu | 278 BRLT BRLE BREQ JMP JAL BRNEQ DBNZ LOOP 351 (name JAL-HAZARD) 916 (dni jal "JAL DstReg, SrcReg1" 917 (BR-INSN DELAY-SLOT BR-INSN USES-FRDR USES-FRSR1 JAL-HAZARD) 979 (DELAY-SLOT BR-INSN USES-FRSR1 JAL-HAZARD)
|
| /netbsd-src/external/gpl3/gdb/dist/cpu/ |
| H A D | mt.cpu | 278 BRLT BRLE BREQ JMP JAL BRNEQ DBNZ LOOP 351 (name JAL-HAZARD) 916 (dni jal "JAL DstReg, SrcReg1" 917 (BR-INSN DELAY-SLOT BR-INSN USES-FRDR USES-FRSR1 JAL-HAZARD) 979 (DELAY-SLOT BR-INSN USES-FRSR1 JAL-HAZARD)
|
| /netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
| H A D | mt.cpu | 278 BRLT BRLE BREQ JMP JAL BRNEQ DBNZ LOOP 351 (name JAL-HAZARD) 916 (dni jal "JAL DstReg, SrcReg1" 917 (BR-INSN DELAY-SLOT BR-INSN USES-FRDR USES-FRSR1 JAL-HAZARD) 979 (DELAY-SLOT BR-INSN USES-FRSR1 JAL-HAZARD)
|
| /netbsd-src/external/gpl3/binutils/dist/cpu/ |
| H A D | mt.cpu | 278 BRLT BRLE BREQ JMP JAL BRNEQ DBNZ LOOP 351 (name JAL-HAZARD) 916 (dni jal "JAL DstReg, SrcReg1" 917 (BR-INSN DELAY-SLOT BR-INSN USES-FRDR USES-FRSR1 JAL-HAZARD) 979 (DELAY-SLOT BR-INSN USES-FRSR1 JAL-HAZARD)
|
| H A D | ChangeLog | 810 (JAL-HAZARD): New hazard. 814 (jal, reti): Has JAL-HAZARD.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.td | 464 def JAL : RVInstJ<OPC_JAL, (outs GPR:$rd), (ins simm21_lsb0_jal:$imm20), 731 def : InstAlias<"j $offset", (JAL X0, simm21_lsb0_jal:$offset)>; 732 def : InstAlias<"jal $offset", (JAL X1, simm21_lsb0_jal:$offset)>; 998 PseudoInstExpansion<(JAL X0, simm21_lsb0_jal:$imm20)>;
|
| H A D | RISCVInstrFormats.td | 21 // inserted into the instruction. e.g. although JAL's immediate is logically
|
| H A D | RISCVInstrInfoC.td | 812 def : CompressPat<(JAL X1, simm12_lsb0:$offset), 867 def : CompressPat<(JAL X0, simm12_lsb0:$offset),
|
| H A D | RISCVInstrInfo.cpp | 705 case RISCV::JAL: in isBranchOffsetInRange()
|
| /netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
| H A D | sljitNativeMIPS_common.c | 138 #define JAL (HI(3)) macro 310 inst[-1] = (jump->flags & IS_JAL) ? JAL : J; in detect_jump_type() 317 inst[0] = (jump->flags & IS_JAL) ? JAL : J; in detect_jump_type()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsDelaySlotFiller.cpp | 587 case Mips::JAL: in getEquivalentCallShort()
|
| H A D | Mips16InstrFormats.td | 404 // Format JAL instruction class in Mips16 :
|
| H A D | MipsCallLowering.cpp | 534 Info.Callee.isReg() || IsCalleeGlobalPIC ? Mips::JALRPseudo : Mips::JAL); in lowerCall()
|
| H A D | MipsAsmPrinter.cpp | 860 I.setOpcode(Mips::JAL); in EmitJal()
|
| H A D | MipsSEISelDAGToDAG.cpp | 181 case Mips::JAL: in processFunctionAfterISel()
|
| /netbsd-src/sys/arch/mips/mips/ |
| H A D | bds_emul.S | 77 PTR_WORD bcemul_sigill # 003 JAL
|