Home
last modified time | relevance | path

Searched refs:fixup_riscv_jal (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/
Dfixups.s28 # CHECK-FIXUP: fixup A - offset: 0, value: .LBB0, kind: fixup_riscv_jal
31 # CHECK-FIXUP: fixup A - offset: 0, value: .LBB2, kind: fixup_riscv_jal
Drelocations.s80 # FIXUP: fixup A - offset: 0, value: foo, kind: fixup_riscv_jal
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVFixupKinds.h40 fixup_riscv_jal, enumerator
DRISCVELFObjectWriter.cpp87 case RISCV::fixup_riscv_jal: in getRelocType()
DRISCVMCCodeEmitter.cpp245 FixupKind = RISCV::fixup_riscv_jal; in getImmOpValue()
DRISCVAsmBackend.cpp247 case RISCV::fixup_riscv_jal: { in adjustFixupValue()