Home
last modified time | relevance | path

Searched defs:jirl (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/test/MC/LoongArch/Relocations/
H A Drelocations.s77 jirl $zero, $t1, %pc_lo12(foo) label
252 jirl $ra, $ra, %desc_call(foo) label
/llvm-project/llvm/test/tools/llvm-objdump/ELF/LoongArch/
H A Dbranches.s61 jirl $zero, $a0, 4 label
63 jirl $ra, $a0, 4 label
/llvm-project/llvm/test/MC/LoongArch/Basic/Integer/
H A Dbranch.s54 jirl $ra, $a0, 4 label
H A Dinvalid.s98 jirl $a0, $a0, 0x20000 label
/llvm-project/llvm/unittests/Target/LoongArch/
H A DMCInstrAnalysisTest.cpp57 static MCInst jirl(unsigned RD, unsigned RJ = LoongArch::R10) { in jirl() function