Searched defs:BitA (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h617 uint8_t BitA = (Imm & 0xff00000000000000ULL) != 0; local
626 uint8_t EncVal = BitA;
666 uint8_t BitA = (Imm & 0x80000000ULL) != 0; local
675 uint8_t EncVal = BitA;
715 uint8_t BitA = (Imm & 0x8000000000000000ULL) != 0; local
724 uint8_t EncVal = BitA;

Completed in 117 milliseconds