Lines Matching refs:index
16 #include "src/objects/tagged-index.h"
187 void Mov(const VRegister& vd, const VRegister& vn, int index) {
189 mov(vd, vn, index);
1177 void Dup(const VRegister& vd, const VRegister& vn, int index) {
1179 dup(vd, vn, index);
1284 int index) {
1286 ext(vd, vn, vm, index);
1301 void LoadRoot(Register destination, RootIndex index) final;
1302 void PushRoot(RootIndex index);
1410 const Register& base, const Register& index,
1414 const Register& index,
1417 const Register& base, const Register& index,
1973 void CompareRoot(const Register& obj, RootIndex index);
1976 void JumpIfRoot(const Register& obj, RootIndex index, Label* if_equal);
1979 void JumpIfNotRoot(const Register& obj, RootIndex index, Label* if_not_equal);
2081 void LoadNativeContextSlot(Register dst, int index);