Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/
Dfixups-compressed.s15 # CHECK-FIXUP: fixup A - offset: 0, value: .LBB0_2, kind: fixup_riscv_rvc_branch
18 # CHECK-FIXUP: fixup A - offset: 0, value: .LBB0_2, kind: fixup_riscv_rvc_branch
Dcompressed-relocations.s22 # FIXUP: fixup A - offset: 0, value: foo, kind: fixup_riscv_rvc_branch
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVFixupKinds.h49 fixup_riscv_rvc_branch, enumerator
DRISCVAsmBackend.cpp136 case RISCV::fixup_riscv_rvc_branch: in fixupNeedsRelaxationAdvanced()
304 case RISCV::fixup_riscv_rvc_branch: { in adjustFixupValue()
DRISCVELFObjectWriter.cpp93 case RISCV::fixup_riscv_rvc_branch: in getRelocType()
DRISCVMCCodeEmitter.cpp251 FixupKind = RISCV::fixup_riscv_rvc_branch; in getImmOpValue()