Home | History | Annotate | Download | only in a64

Lines Matching refs:IsImmMovz

293   if (IsImmMovz(imm, reg_size) && !rd.IsSP()) {
373 bool MacroAssembler::IsImmMovz(uint64_t imm, unsigned reg_size) {
382 return IsImmMovz(~imm, reg_size);