Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:cdb

1300 #CHECK: cdb	%f0, 0                  # encoding: [0xed,0x00,0x00,0x00,0x00,0x19]
1301 #CHECK: cdb %f0, 4095 # encoding: [0xed,0x00,0x0f,0xff,0x00,0x19]
1302 #CHECK: cdb %f0, 0(%r1) # encoding: [0xed,0x00,0x10,0x00,0x00,0x19]
1303 #CHECK: cdb %f0, 0(%r15) # encoding: [0xed,0x00,0xf0,0x00,0x00,0x19]
1304 #CHECK: cdb %f0, 4095(%r1,%r15) # encoding: [0xed,0x01,0xff,0xff,0x00,0x19]
1305 #CHECK: cdb %f0, 4095(%r15,%r1) # encoding: [0xed,0x0f,0x1f,0xff,0x00,0x19]
1306 #CHECK: cdb %f15, 0 # encoding: [0xed,0xf0,0x00,0x00,0x00,0x19]
1308 cdb %f0, 0
1309 cdb %f0, 4095
1310 cdb %f0, 0(%r1)
1311 cdb %f0, 0(%r15)
1312 cdb %f0, 4095(%r1,%r15)
1313 cdb %f0, 4095(%r15,%r1)
1314 cdb %f15, 0