Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc5979 SimVRegister& rn2 = vreg((instr->Rn() + 1) % kNumberOfVRegisters);
5989 tbl(vf, rd, rn, rn2, rm);
5992 tbl(vf, rd, rn, rn2, rn3, rm);
5995 tbl(vf, rd, rn, rn2, rn3, rn4, rm);
6001 tbx(vf, rd, rn, rn2, rm);
6004 tbx(vf, rd, rn, rn2, rn3, rm);
6007 tbx(vf, rd, rn, rn2, rn3, rn4, rm);
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc9567 SimVRegister& rn2 = ReadVRegister((instr->GetRn() + 1) % kNumberOfVRegisters); in Simulator() local
9577 tbl(vf, rd, rn, rn2, rm); in Simulator()
9580 tbl(vf, rd, rn, rn2, rn3, rm); in Simulator()
9583 tbl(vf, rd, rn, rn2, rn3, rn4, rm); in Simulator()
9589 tbx(vf, rd, rn, rn2, rm); in Simulator()
9592 tbx(vf, rd, rn, rn2, rn3, rm); in Simulator()
9595 tbx(vf, rd, rn, rn2, rn3, rn4, rm); in Simulator()

Completed in 23 milliseconds