Home | History | Annotate | Download | only in cctest

Lines Matching refs:SetCC

107   COMPARE(and_(r2, r3, Operand(r4), SetCC),
114 COMPARE(eor(r4, r5, Operand(r7, LSL, 1), SetCC),
118 COMPARE(eor(r4, r5, Operand(r9, LSL, 3), SetCC, cs),
123 COMPARE(sub(r5, r6, Operand(r10, LSL, 30), SetCC, cc),
127 COMPARE(sub(r5, r6, Operand(r10, LSL, 16), SetCC, mi),
134 COMPARE(rsb(r6, r7, Operand(fp, LSR, 0), SetCC),
143 COMPARE(add(r7, r8, Operand(ip), SetCC),
145 COMPARE(add(r7, r8, Operand(ip, ASR, 31), SetCC, vs),
152 COMPARE(adc(r5, sp, Operand(ip), SetCC),
154 COMPARE(adc(r8, lr, Operand(ip, ASR, 31), SetCC, vc),
161 COMPARE(sbc(r7, r10, Operand(ip), SetCC),
163 COMPARE(sbc(r7, ip, Operand(ip, ROR, 31), SetCC, hi),
170 COMPARE(rsc(r7, r8, Operand(ip), SetCC),
172 COMPARE(rsc(r7, r8, Operand(ip, LSL, r3), SetCC, ls),
215 COMPARE(orr(r7, r8, Operand(sp), SetCC),
217 COMPARE(orr(r7, r8, Operand(ip), SetCC, al),
224 COMPARE(mov(r0, Operand(r3), SetCC),
226 COMPARE(mov(r0, Operand(r4), SetCC, pl),
233 COMPARE(bic(r0, r5, Operand(r3), SetCC),
235 COMPARE(bic(r0, r1, Operand(r4), SetCC, pl),
242 COMPARE(mvn(r0, Operand(r3), SetCC),
244 COMPARE(mvn(r5, Operand(r4), SetCC, cc),
251 COMPARE(mov(r4, Operand(-2), SetCC, al),
253 COMPARE(mov(r5, Operand(0x0ffffff0), SetCC, ne),
261 COMPARE(mvn(r4, Operand(-2), SetCC, al),
263 COMPARE(mvn(r5, Operand(0x0ffffff0), SetCC, ne),
275 // Movw can't do setcc, so first move to ip, then the following instruction
276 // moves to r5. Mov immediate with setcc is pretty strange anyway.
277 COMPARE(mov(r5, Operand(0x01234), SetCC, ne),
284 // The eor does the setcc so we get a movw here.
285 COMPARE(eor(r5, r4, Operand(0x1234), SetCC, ne),
296 COMPARE(eor(r5, r4, Operand(0xffffff34), SetCC, ne),
338 COMPARE(and_(r2, r3, Operand(0x00000010), SetCC),
342 COMPARE(and_(r4, r5, Operand(0x00001000), SetCC, ne),
349 COMPARE(eor(r4, r3, Operand(0x00100000), SetCC),
353 COMPARE(eor(r4, r1, Operand(0x10000000), SetCC, cc),