Home | History | Annotate | Download | only in cctest

Lines Matching refs:SetCC

108   COMPARE(and_(r2, r3, Operand(r4), SetCC),
115 COMPARE(eor(r4, r5, Operand(r7, LSL, 1), SetCC),
119 COMPARE(eor(r4, r5, Operand(r9, LSL, 3), SetCC, cs),
124 COMPARE(sub(r5, r6, Operand(r10, LSL, 30), SetCC, cc),
128 COMPARE(sub(r5, r6, Operand(r10, LSL, 16), SetCC, mi),
135 COMPARE(rsb(r6, r7, Operand(fp, LSR, 0), SetCC),
144 COMPARE(add(r7, r8, Operand(ip), SetCC),
146 COMPARE(add(r7, r8, Operand(ip, ASR, 31), SetCC, vs),
153 COMPARE(adc(r5, sp, Operand(ip), SetCC),
155 COMPARE(adc(r8, lr, Operand(ip, ASR, 31), SetCC, vc),
162 COMPARE(sbc(r7, r10, Operand(ip), SetCC),
164 COMPARE(sbc(r7, ip, Operand(ip, ROR, 31), SetCC, hi),
171 COMPARE(rsc(r7, r8, Operand(ip), SetCC),
173 COMPARE(rsc(r7, r8, Operand(ip, LSL, r3), SetCC, ls),
216 COMPARE(orr(r7, r8, Operand(sp), SetCC),
218 COMPARE(orr(r7, r8, Operand(ip), SetCC, al),
225 COMPARE(mov(r0, Operand(r3), SetCC),
227 COMPARE(mov(r0, Operand(r4), SetCC, pl),
234 COMPARE(bic(r0, r5, Operand(r3), SetCC),
236 COMPARE(bic(r0, r1, Operand(r4), SetCC, pl),
243 COMPARE(mvn(r0, Operand(r3), SetCC),
245 COMPARE(mvn(r5, Operand(r4), SetCC, cc),
252 COMPARE(mov(r4, Operand(-2), SetCC, al),
254 COMPARE(mov(r5, Operand(0x0ffffff0), SetCC, ne),
262 COMPARE(mvn(r4, Operand(-2), SetCC, al),
264 COMPARE(mvn(r5, Operand(0x0ffffff0), SetCC, ne),
276 // Movw can't do setcc, so first move to ip, then the following instruction
277 // moves to r5. Mov immediate with setcc is pretty strange anyway.
278 COMPARE(mov(r5, Operand(0x01234), SetCC, ne),
285 // The eor does the setcc so we get a movw here.
286 COMPARE(eor(r5, r4, Operand(0x1234), SetCC, ne),
297 COMPARE(eor(r5, r4, Operand(0xffffff34), SetCC, ne),
339 COMPARE(and_(r2, r3, Operand(0x00000010), SetCC),
343 COMPARE(and_(r4, r5, Operand(0x00001000), SetCC, ne),
350 COMPARE(eor(r4, r3, Operand(0x00100000), SetCC),
354 COMPARE(eor(r4, r1, Operand(0x10000000), SetCC, cc),