Searched refs:BitH (Results 1 – 3 of 3) sorted by relevance
643 uint8_t BitH = (Imm & 0x00000000000000ffULL) != 0; in encodeAdvSIMDModImmType10() local659 EncVal |= BitH; in encodeAdvSIMDModImmType10()692 uint8_t BitH = (Imm & 0x00080000ULL) != 0; in encodeAdvSIMDModImmType11() local708 EncVal |= BitH; in encodeAdvSIMDModImmType11()741 uint8_t BitH = (Imm & 0x0001000000000000ULL) != 0; in encodeAdvSIMDModImmType12() local757 EncVal |= BitH; in encodeAdvSIMDModImmType12()
218 static constexpr uint32_t BitH = 0x01000000;
566 R.Wd = R.Wd & ~FixupInfo<Arm_Call>::BitH; in applyFixupArm()