Lines Matching refs:Mask

82   switch (instr->Mask(LoadStoreMask)) {  in LoadStoreHelper()
105 switch (instr->Mask(LoadStorePairMask)) { in LoadStorePairHelper()
145 switch (instr->Mask(AtomicMemoryMask)) { in VisitAtomicMemory()
208 switch (instr->Mask(DataProcessing1SourceMask)) { in VisitDataProcessing1Source()
237 switch (instr->Mask(DataProcessing2SourceMask)) { in VisitDataProcessing2Source()
276 switch (instr->Mask(FPCompareMask)) { in VisitFPCompare()
293 switch (instr->Mask(FPConditionalCompareMask)) { in VisitFPConditionalCompare()
308 if (instr->Mask(FPConditionalSelectMask) == FCSEL_h) { in VisitFPConditionalSelect()
318 switch (instr->Mask(FPDataProcessing1SourceMask)) { in VisitFPDataProcessing1Source()
345 switch (instr->Mask(FPDataProcessing2SourceMask)) { in VisitFPDataProcessing2Source()
368 switch (instr->Mask(FPDataProcessing3SourceMask)) { in VisitFPDataProcessing3Source()
385 switch (instr->Mask(FPFixedPointConvertMask)) { in VisitFPFixedPointConvert()
406 if (instr->Mask(FPImmediateMask) == FMOV_h_imm) { in VisitFPImmediate()
415 switch (instr->Mask(FPIntegerConvertMask)) { in VisitFPIntegerConvert()
461 switch (instr->Mask(LoadLiteralMask)) { in VisitLoadLiteral()
477 switch (instr->Mask(LoadStoreExclusiveMask)) { in VisitLoadStoreExclusive()
579 switch (instr->Mask(NEON2RegMiscFPMask)) { in VisitNEON2RegMisc()
638 if (instr->Mask(NEON3SameFPFMask) == NEON3SameFPFixed) { in VisitNEON3Same()
647 if ((instr->Mask(NEON3SameExtraFCMLAMask) == NEON_FCMLA) || in VisitNEON3SameExtra()
648 (instr->Mask(NEON3SameExtraFCADDMask) == NEON_FCADD)) { in VisitNEON3SameExtra()
652 switch (instr->Mask(NEON3SameExtraMask)) { in VisitNEON3SameExtra()
679 if (instr->Mask(NEONAcrossLanesFP16FMask) == NEONAcrossLanesFP16Fixed) { in VisitNEONAcrossLanes()
682 } else if (instr->Mask(NEONAcrossLanesFPFMask) == NEONAcrossLanesFPFixed) { in VisitNEONAcrossLanes()
692 switch (instr->Mask(NEONByIndexedElementMask)) { in VisitNEONByIndexedElement()
705 switch (instr->Mask(NEONByIndexedElementFPMask)) { in VisitNEONByIndexedElement()
719 switch (instr->Mask(NEONByIndexedElementFPComplexMask)) { in VisitNEONByIndexedElement()
799 switch (instr->Mask(NEONScalar2RegMiscFPMask)) { in VisitNEONScalar2RegMisc()
847 if (instr->Mask(NEONScalar3SameFPFMask) == NEONScalar3SameFPFixed) { in VisitNEONScalar3Same()
871 switch (instr->Mask(NEONScalarByIndexedElementMask)) { in VisitNEONScalarByIndexedElement()
877 switch (instr->Mask(NEONScalarByIndexedElementFPMask)) { in VisitNEONScalarByIndexedElement()
907 switch (instr->Mask(NEONScalarPairwiseMask)) { in VisitNEONScalarPairwise()
933 switch (instr->Mask(NEONScalarShiftImmediateMask)) { in VisitNEONScalarShiftImmediate()
954 switch (instr->Mask(NEONShiftImmediateMask)) { in VisitNEONShiftImmediate()
985 if (instr->Mask(SystemHintFMask) == SystemHintFixed) { in VisitSystem()
1033 switch (instr->Mask(UnconditionalBranchToRegisterMask)) { in VisitUnconditionalBranchToRegister()