HomeSort by relevance Sort by last modified time
    Searched refs:fixup_riscv_branch (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVFixupKinds.h 41 // fixup_riscv_branch - 12-bit fixup for symbol references in the branch
43 fixup_riscv_branch, enumerator in enum:llvm::RISCV::Fixups
RISCVELFObjectWriter.cpp 89 case RISCV::fixup_riscv_branch:
RISCVMCCodeEmitter.cpp 247 FixupKind = RISCV::fixup_riscv_branch;
RISCVAsmBackend.cpp 90 { "fixup_riscv_branch", 0, 32, MCFixupKindInfo::FKF_IsPCRel },
264 case RISCV::fixup_riscv_branch: {
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/
fixups.s 34 # CHECK-FIXUP: fixup A - offset: 0, value: .LBB0, kind: fixup_riscv_branch
37 # CHECK-FIXUP: fixup A - offset: 0, value: .LBB1, kind: fixup_riscv_branch
linker-relaxation.s 26 # RELAX-FIXUP: fixup A - offset: 0, value: .L1, kind: fixup_riscv_branch
relocations.s 85 # FIXUP: fixup A - offset: 0, value: foo, kind: fixup_riscv_branch

Completed in 79 milliseconds