Lines Matching refs:Best

1892     adc(al, Best, rd, rn, operand);
1895 adc(cond, Best, rd, rn, operand);
1910 adcs(al, Best, rd, rn, operand);
1913 adcs(cond, Best, rd, rn, operand);
1928 add(al, Best, rd, rn, operand);
1931 add(cond, Best, rd, rn, operand);
1949 adds(al, Best, rd, rn, operand);
1952 adds(cond, Best, rd, rn, operand);
1974 void adr(Register rd, Location* location) { adr(al, Best, rd, location); }
1976 adr(cond, Best, rd, location);
1988 and_(al, Best, rd, rn, operand);
1991 and_(cond, Best, rd, rn, operand);
2006 ands(al, Best, rd, rn, operand);
2009 ands(cond, Best, rd, rn, operand);
2024 asr(al, Best, rd, rm, operand);
2027 asr(cond, Best, rd, rm, operand);
2042 asrs(al, Best, rd, rm, operand);
2045 asrs(cond, Best, rd, rm, operand);
2059 void b(Location* location) { b(al, Best, location); }
2060 void b(Condition cond, Location* location) { b(cond, Best, location); }
2080 bic(al, Best, rd, rn, operand);
2083 bic(cond, Best, rd, rn, operand);
2098 bics(al, Best, rd, rn, operand);
2101 bics(cond, Best, rd, rn, operand);
2154 void cmn(Register rn, const Operand& operand) { cmn(al, Best, rn, operand); }
2156 cmn(cond, Best, rn, operand);
2166 void cmp(Register rn, const Operand& operand) { cmp(al, Best, rn, operand); }
2168 cmp(cond, Best, rn, operand);
2210 eor(al, Best, rd, rn, operand);
2213 eor(cond, Best, rd, rn, operand);
2228 eors(al, Best, rd, rn, operand);
2231 eors(cond, Best, rd, rn, operand);
2319 ldm(al, Best, rn, write_back, registers);
2325 ldm(cond, Best, rn, write_back, registers);
2380 ldmfd(al, Best, rn, write_back, registers);
2386 ldmfd(cond, Best, rn, write_back, registers);
2408 ldr(al, Best, rt, operand);
2411 ldr(cond, Best, rt, operand);
2423 void ldr(Register rt, Location* location) { ldr(al, Best, rt, location); }
2425 ldr(cond, Best, rt, location);
2436 ldrb(al, Best, rt, operand);
2439 ldrb(cond, Best, rt, operand);
2496 ldrh(al, Best, rt, operand);
2499 ldrh(cond, Best, rt, operand);
2517 ldrsb(al, Best, rt, operand);
2520 ldrsb(cond, Best, rt, operand);
2538 ldrsh(al, Best, rt, operand);
2541 ldrsh(cond, Best, rt, operand);
2560 lsl(al, Best, rd, rm, operand);
2563 lsl(cond, Best, rd, rm, operand);
2578 lsls(al, Best, rd, rm, operand);
2581 lsls(cond, Best, rd, rm, operand);
2596 lsr(al, Best, rd, rm, operand);
2599 lsr(cond, Best, rd, rm, operand);
2614 lsrs(al, Best, rd, rm, operand);
2617 lsrs(cond, Best, rd, rm, operand);
2645 void mov(Register rd, const Operand& operand) { mov(al, Best, rd, operand); }
2647 mov(cond, Best, rd, operand);
2658 movs(al, Best, rd, operand);
2661 movs(cond, Best, rd, operand);
2685 void mul(Register rd, Register rn, Register rm) { mul(al, Best, rd, rn, rm); }
2687 mul(cond, Best, rd, rn, rm);
2700 void mvn(Register rd, const Operand& operand) { mvn(al, Best, rd, operand); }
2702 mvn(cond, Best, rd, operand);
2713 mvns(al, Best, rd, operand);
2716 mvns(cond, Best, rd, operand);
2723 void nop() { nop(al, Best); }
2724 void nop(Condition cond) { nop(cond, Best); }
2743 orr(al, Best, rd, rn, operand);
2746 orr(cond, Best, rd, rn, operand);
2761 orrs(al, Best, rd, rn, operand);
2764 orrs(cond, Best, rd, rn, operand);
2805 void pop(RegisterList registers) { pop(al, Best, registers); }
2807 pop(cond, Best, registers);
2814 void pop(Register rt) { pop(al, Best, rt); }
2815 void pop(Condition cond, Register rt) { pop(cond, Best, rt); }
2819 void push(RegisterList registers) { push(al, Best, registers); }
2821 push(cond, Best, registers);
2828 void push(Register rt) { push(al, Best, rt); }
2829 void push(Condition cond, Register rt) { push(cond, Best, rt); }
2866 void rev(Register rd, Register rm) { rev(al, Best, rd, rm); }
2868 rev(cond, Best, rd, rm);
2875 void rev16(Register rd, Register rm) { rev16(al, Best, rd, rm); }
2877 rev16(cond, Best, rd, rm);
2884 void revsh(Register rd, Register rm) { revsh(al, Best, rd, rm); }
2886 revsh(cond, Best, rd, rm);
2898 ror(al, Best, rd, rm, operand);
2901 ror(cond, Best, rd, rm, operand);
2916 rors(al, Best, rd, rm, operand);
2919 rors(cond, Best, rd, rm, operand);
2940 rsb(al, Best, rd, rn, operand);
2943 rsb(cond, Best, rd, rn, operand);
2958 rsbs(al, Best, rd, rn, operand);
2961 rsbs(cond, Best, rd, rn, operand);
2995 sbc(al, Best, rd, rn, operand);
2998 sbc(cond, Best, rd, rn, operand);
3013 sbcs(al, Best, rd, rn, operand);
3016 sbcs(cond, Best, rd, rn, operand);
3321 stm(al, Best, rn, write_back, registers);
3327 stm(cond, Best, rn, write_back, registers);
3350 stmdb(al, Best, rn, write_back, registers);
3356 stmdb(cond, Best, rn, write_back, registers);
3371 stmea(al, Best, rn, write_back, registers);
3377 stmea(cond, Best, rn, write_back, registers);
3423 str(al, Best, rt, operand);
3426 str(cond, Best, rt, operand);
3437 strb(al, Best, rt, operand);
3440 strb(cond, Best, rt, operand);
3495 strh(al, Best, rt, operand);
3498 strh(cond, Best, rt, operand);
3510 sub(al, Best, rd, rn, operand);
3513 sub(cond, Best, rd, rn, operand);
3531 subs(al, Best, rd, rn, operand);
3534 subs(cond, Best, rd, rn, operand);
3576 sxtb(al, Best, rd, operand);
3579 sxtb(cond, Best, rd, operand);
3593 sxth(al, Best, rd, operand);
3596 sxth(cond, Best, rd, operand);
3615 void tst(Register rn, const Operand& operand) { tst(al, Best, rn, operand); }
3617 tst(cond, Best, rn, operand);
3639 void udf(uint32_t imm) { udf(al, Best, imm); }
3640 void udf(Condition cond, uint32_t imm) { udf(cond, Best, imm); }
3771 uxtb(al, Best, rd, operand);
3774 uxtb(cond, Best, rd, operand);
3788 uxth(al, Best, rd, operand);
3791 uxth(cond, Best, rd, operand);
6148 void yield() { yield(al, Best); }
6149 void yield(Condition cond) { yield(cond, Best); }