Home
last modified time | relevance | path

Searched refs:AppropriateZeroRegFor (Results 1 – 3 of 3) sorted by relevance

/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc728 Ands(AppropriateZeroRegFor(rn), rn, operand); in Tst()
1378 Register zr = AppropriateZeroRegFor(rd); in CselSubHelperRightSmallImmediate()
1441 Adds(AppropriateZeroRegFor(rn), rn, operand); in Cmn()
1447 Subs(AppropriateZeroRegFor(rn), rn, operand); in Cmp()
1589 Sub(rd, AppropriateZeroRegFor(rd), operand); in Neg()
1596 Subs(rd, AppropriateZeroRegFor(rd), operand); in Negs()
1809 Register zr = AppropriateZeroRegFor(rd); in Ngc()
1816 Register zr = AppropriateZeroRegFor(rd); in Ngcs()
Dassembler-aarch64.cc484 Register zr = AppropriateZeroRegFor(rn); in cmn()
504 Register zr = AppropriateZeroRegFor(rn); in cmp()
510 Register zr = AppropriateZeroRegFor(rd); in neg()
516 Register zr = AppropriateZeroRegFor(rd); in negs()
569 Register zr = AppropriateZeroRegFor(rd); in ngc()
575 Register zr = AppropriateZeroRegFor(rd); in ngcs()
596 ands(AppropriateZeroRegFor(rn), rn, operand); in tst()
758 Register zr = AppropriateZeroRegFor(rd); in cset()
765 Register zr = AppropriateZeroRegFor(rd); in csetm()
900 DataProcessing3Source(rd, rn, rm, AppropriateZeroRegFor(rd), MADD); in mul()
[all …]
Dassembler-aarch64.h782 bfi(rd, AppropriateZeroRegFor(rd), lsb, width); in bfc()
7631 static Register AppropriateZeroRegFor(const CPURegister& reg) { in AppropriateZeroRegFor() function