Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp657 uint32_t I2Bit = (offset & 0x200000) >> 21; in adjustFixupValue() local
658 uint32_t J2Bit = (I2Bit ^ 0x1) ^ signBit; in adjustFixupValue()
694 uint32_t I2Bit = (offset & 0x100000) >> 20; in adjustFixupValue() local
695 uint32_t J2Bit = (I2Bit ^ 0x1) ^ signBit; in adjustFixupValue()