Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:cdb

2072 #CHECK: cdb	%f0, 0                  # encoding: [0xed,0x00,0x00,0x00,0x00,0x19]
2073 #CHECK: cdb %f0, 4095 # encoding: [0xed,0x00,0x0f,0xff,0x00,0x19]
2074 #CHECK: cdb %f0, 0(%r1) # encoding: [0xed,0x00,0x10,0x00,0x00,0x19]
2075 #CHECK: cdb %f0, 0(%r15) # encoding: [0xed,0x00,0xf0,0x00,0x00,0x19]
2076 #CHECK: cdb %f0, 4095(%r1,%r15) # encoding: [0xed,0x01,0xff,0xff,0x00,0x19]
2077 #CHECK: cdb %f0, 4095(%r15,%r1) # encoding: [0xed,0x0f,0x1f,0xff,0x00,0x19]
2078 #CHECK: cdb %f15, 0 # encoding: [0xed,0xf0,0x00,0x00,0x00,0x19]
2080 cdb %f0, 0
2081 cdb %f0, 4095
2082 cdb %f0, 0(%r1)
2083 cdb %f0, 0(%r15)
2084 cdb %f0, 4095(%r1,%r15)
2085 cdb %f0, 4095(%r15,%r1)
2086 cdb %f15, 0