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

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp506 uint32_t I2Bit = (offset & 0x200000) >> 21; local
507 uint32_t J2Bit = (I2Bit ^ 0x1) ^ signBit;
537 uint32_t I2Bit = (offset & 0x100000) >> 20; local
538 uint32_t J2Bit = (I2Bit ^ 0x1) ^ signBit;

Completed in 43 milliseconds