Lines Matching full:x20
73 # CHECK: fadd 2, 3, 4 # encoding: [0xfc,0x43,0x20,0x2a]
75 # CHECK: fadd. 2, 3, 4 # encoding: [0xfc,0x43,0x20,0x2b]
77 # CHECK: fadds 2, 3, 4 # encoding: [0xec,0x43,0x20,0x2a]
79 # CHECK: fadds. 2, 3, 4 # encoding: [0xec,0x43,0x20,0x2b]
81 # CHECK: fsub 2, 3, 4 # encoding: [0xfc,0x43,0x20,0x28]
83 # CHECK: fsub. 2, 3, 4 # encoding: [0xfc,0x43,0x20,0x29]
85 # CHECK: fsubs 2, 3, 4 # encoding: [0xec,0x43,0x20,0x28]
87 # CHECK: fsubs. 2, 3, 4 # encoding: [0xec,0x43,0x20,0x29]
98 # CHECK: fdiv 2, 3, 4 # encoding: [0xfc,0x43,0x20,0x24]
100 # CHECK: fdiv. 2, 3, 4 # encoding: [0xfc,0x43,0x20,0x25]
102 # CHECK: fdivs 2, 3, 4 # encoding: [0xec,0x43,0x20,0x24]
104 # CHECK: fdivs. 2, 3, 4 # encoding: [0xec,0x43,0x20,0x25]
233 # CHECK: fcmpu 2, 3, 4 # encoding: [0xfd,0x03,0x20,0x00]