Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:vstm

4285 #CHECK: vstm    %v0, %v0, 0             # encoding: [0xe7,0x00,0x00,0x00,0x00,0x3e]
4286 #CHECK: vstm %v0, %v0, 4095 # encoding: [0xe7,0x00,0x0f,0xff,0x00,0x3e]
4287 #CHECK: vstm %v0, %v0, 0(%r15) # encoding: [0xe7,0x00,0xf0,0x00,0x00,0x3e]
4288 #CHECK: vstm %v0, %v31, 0 # encoding: [0xe7,0x0f,0x00,0x00,0x04,0x3e]
4289 #CHECK: vstm %v31, %v0, 0 # encoding: [0xe7,0xf0,0x00,0x00,0x08,0x3e]
4290 #CHECK: vstm
4292 vstm %v0, %v0, 0
4293 vstm %v0, %v0, 4095
4294 vstm %v0, %v0, 0(%r15)
4295 vstm %v0, %v31, 0
4296 vstm %v31, %v0, 0
4297 vstm %v14, %v17, 1074(%r5)