Lines Matching refs:MP
3 ; RUN: llc -mtriple=thumb-eabi -mattr=+v7 -mattr=+mp %s -o - | FileCheck %s -check-prefix=THUMB2-MP
5 ; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a9 %s -o - | FileCheck %s -check-prefix=ARM-MP
16 ; ARM-MP-LABEL: t1:
17 ; ARM-MP: pldw [r0]
18 ; ARM-MP: pld [r0]
107 ;ARM-MP: pldw [sp]
108 ;ARM-MP: pldw [sp, #50]
109 ;ARM-MP: pldw [sp, #-50]
111 ;THUMB2-MP-LABEL: t7:
112 ;THUMB2-MP: pldw [sp]
113 ;THUMB2-MP: pldw [sp, #50]
114 ;THUMB2-MP: pldw [sp, #-50]