Home | History | Annotate | Download | only in AArch64

Lines Matching refs:eor

3176         eor w3, w6, #0xe0e0e0e0
3177 eor wsp, wzr, #0x03030303
3178 eor w16, w17, #0x81818181
3179 // CHECK: eor w3, w6, #0xe0e0e0e0 // encoding: [0xc3,0xc8,0x03,0x52]
3180 // CHECK: eor wsp, wzr, #0x3030303 // encoding: [0xff,0xc7,0x00,0x52]
3181 // CHECK: eor w16, w17, #0x81818181 // encoding: [0x30,0xc6,0x01,0x52]
3198 eor x3, x5, #0xffffffffc000000
3201 // CHECK: eor x3, x5, #0xffffffffc000000 // encoding: [0xa3,0x84,0x66,0xd2]
3222 eor x3, x6, #0xe0e0e0e0e0e0e0e0
3223 eor sp, xzr, #0x0303030303030303
3224 eor x16, x17, #0x8181818181818181
3225 // CHECK: eor x3, x6, #0xe0e0e0e0e0e0e0e0 // encoding: [0xc3,0xc8,0x03,0xd2]
3226 // CHECK: eor sp, xzr, #0x303030303030303 // encoding: [0xff,0xc7,0x00,0xd2]
3227 // CHECK: eor x16, x17, #0x8181818181818181 // encoding: [0x30,0xc6,0x01,0xd2]
3252 eor w16, w17, #-7
3256 // CHECK: eor w16, w17, #0xfffffff9 // encoding: [0x30,0x76,0x1d,0x52]