Lines Matching defs:base
47 #include "src/base/numbers/double.h"
48 #include "src/base/small-vector.h"
235 Register rn_; // base
263 Register rn_; // base
271 explicit NeonListOperand(DoubleRegister base, int register_count = 1)
272 : base_(base), register_count_(register_count) {}
275 DoubleRegister base() const { return base_; }
631 void ldm(BlockAddrMode am, Register base, RegList dst, Condition cond = al);
632 void stm(BlockAddrMode am, Register base, RegList src, Condition cond = al);
674 void ldc(Coprocessor coproc, CRegister crd, Register base, int option,
679 void ldc2(Coprocessor coproc, CRegister crd, Register base, int option,
685 void vldr(const DwVfpRegister dst, const Register base, int offset,
690 void vldr(const SwVfpRegister dst, const Register base, int offset,
695 void vstr(const DwVfpRegister src, const Register base, int offset,
700 void vstr(const SwVfpRegister src, const Register base, int offset,
705 void vldm(BlockAddrMode am, Register base, DwVfpRegister first,
708 void vstm(BlockAddrMode am, Register base, DwVfpRegister first,
711 void vldm(BlockAddrMode am, Register base, SwVfpRegister first,
714 void vstm(BlockAddrMode am, Register base, SwVfpRegister first,
718 void vmov(const DwVfpRegister dst, base::Double imm,
1277 base::SmallVector<ConstantPoolEntry, kTypicalNumPending32Constants>