Home | History | Annotate | Download | only in arm64

Lines Matching refs:Mask

17   if (Mask(LoadStoreAnyFMask) != LoadStoreAnyFixed) {
21 if (Mask(LoadStorePairAnyFMask) == LoadStorePairAnyFixed) {
22 return Mask(LoadStorePairLBit) != 0;
24 LoadStoreOp op = static_cast<LoadStoreOp>(Mask(LoadStoreOpMask));
44 if (Mask(LoadStoreAnyFMask) != LoadStoreAnyFixed) {
48 if (Mask(LoadStorePairAnyFMask) == LoadStorePairAnyFixed) {
49 return Mask(LoadStorePairLBit) == 0;
51 LoadStoreOp op = static_cast<LoadStoreOp>(Mask(LoadStoreOpMask));
127 int mask = width - 1;
128 if ((imm_s & mask) == mask) {
131 uint64_t bits = (1UL << ((imm_s & mask) + 1)) - 1;
133 RotateRight(bits, imm_r & mask, width),
244 SetInstructionBits(Mask(~ImmPCRel_mask) | imm);
283 SetInstructionBits(Mask(~imm_mask) | branch_imm);
309 Instr mask = ImmLLiteral_mask;
311 SetInstructionBits(Mask(~mask) | imm);