Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dsimulator-a64.cc3884 SimVRegister& rn2 = vreg((instr->Rn() + 1) % kNumberOfVRegisters); in VisitNEONTable() local
3891 case NEON_TBL_2v: tbl(vf, rd, rn, rn2, rm); break; in VisitNEONTable()
3892 case NEON_TBL_3v: tbl(vf, rd, rn, rn2, rn3, rm); break; in VisitNEONTable()
3893 case NEON_TBL_4v: tbl(vf, rd, rn, rn2, rn3, rn4, rm); break; in VisitNEONTable()
3895 case NEON_TBX_2v: tbx(vf, rd, rn, rn2, rm); break; in VisitNEONTable()
3896 case NEON_TBX_3v: tbx(vf, rd, rn, rn2, rn3, rm); break; in VisitNEONTable()
3897 case NEON_TBX_4v: tbx(vf, rd, rn, rn2, rn3, rn4, rm); break; in VisitNEONTable()