• Home
  • Raw
  • Download

Lines Matching refs:Best

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