Home
last modified time | relevance | path

Searched refs:FixedValueA (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp457 uint64_t FixedValueA, FixedValueB; in handleAddSubRelocations() local
504 Asm.getWriter().recordRelocation(Assembler, &F, FA, A, FixedValueA); in handleAddSubRelocations()
506 FixedValue = FixedValueA - FixedValueB; in handleAddSubRelocations()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp584 uint64_t FixedValueA, FixedValueB; in handleAddSubRelocations() local
619 Asm.getWriter().recordRelocation(Assembler, &F, FA, A, FixedValueA); in handleAddSubRelocations()
621 FixedValue = FixedValueA - FixedValueB; in handleAddSubRelocations()