Searched refs:I1Bit (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp620 uint32_t I1Bit = (offset & 0x400000) >> 22; local
621 uint32_t J1Bit = (I1Bit ^ 0x1) ^ signBit;
656 uint32_t I1Bit = (offset & 0x200000) >> 21; local
657 uint32_t J1Bit = (I1Bit ^ 0x1) ^ signBit;

Completed in 27 milliseconds