Home
last modified time | relevance | path

Searched defs:mov (Results 76 - 81 of 81) sorted by relevance

1234

/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc1867 void Assembler::mov(const Register& rd, const Register& rm) { in mov() function in v8::internal::Assembler
1908 void Assembler::mov(const Register& rd, const VRegister& vn, int vn_index) { in mov() function in v8::internal::Assembler
2060 void Assembler::mov(const VRegister& vd, int vd_index, const Register& rn) { in mov() function in v8::internal::Assembler
2096 void Assembler::mov(const VRegister& vd, const VRegister& vn, int vn_index) { in mov() function in v8::internal::Assembler
2215 void Assembler::mov(const VRegister& vd, int vd_index, const VRegister& vn, in mov() function in v8::internal::Assembler
3198 void Assembler::mov(const VRegister& vd, const VRegister& vn) { in mov() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc1636 void Assembler::mov(Register dst, const Operand& src, SBit s, Condition cond) { mov() function in v8::internal::Assembler
1643 void Assembler::mov(Register dst, Register src, SBit s, Condition cond) { mov() function in v8::internal::Assembler
[all...]
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.cc7054 void Assembler::mov(Condition cond, in mov() function in vixl::aarch32::Assembler
H A Dassembler-aarch32.h2645 void mov(Register rd, const Operand& operand) { mov(al, Best, rd, operand); } in mov() function in vixl::aarch32::Assembler
2646 void mov(Condition cond, Register rd, const Operand& operand) { in mov() function in vixl::aarch32::Assembler
2649 void mov(EncodingSize size, Register rd, const Operand& operand) { in mov() function in vixl::aarch32::Assembler
H A Ddisasm-aarch32.cc1919 void Disassembler::mov(Condition cond, in mov() function in vixl::aarch32::Disassembler
[all...]
/third_party/vixl/src/aarch64/
H A Dassembler-sve-aarch64.cc6514 void Assembler::mov(const PRegister& pd, const PRegister& pn) { in mov() function in vixl::aarch64::Assembler
6521 void Assembler::mov(const PRegisterWithLaneSize& pd, in mov() function in vixl::aarch64::Assembler
6528 void Assembler::mov(const PRegisterWithLaneSize& pd, in mov() function in vixl::aarch64::Assembler
6535 void Assembler::mov(const ZRegister& zd, in mov() function in vixl::aarch64::Assembler
6543 void Assembler::mov(const ZRegister& zd, const Register& xn) { dup(zd, xn); } in mov() function in vixl::aarch64::Assembler
6545 void Assembler::mov(const ZRegister& zd, const VRegister& vn) { in mov() function in vixl::aarch64::Assembler
6551 void Assembler::mov(const ZRegister& zd, const ZRegister& zn) { in mov() function in vixl::aarch64::Assembler
6556 void Assembler::mov(const ZRegister& zd, const ZRegister& zn, unsigned index) { in mov() function in vixl::aarch64::Assembler
6561 void Assembler::mov(const ZRegister& zd, in mov() function in vixl::aarch64::Assembler
6567 void Assembler::mov(cons function in vixl::aarch64::Assembler
6575 void Assembler::mov(const ZRegister& zd, mov() function in vixl::aarch64::Assembler
6582 void Assembler::mov(const ZRegister& zd, uint64_t imm) { mov() function in vixl::aarch64::Assembler
6589 void Assembler::mov(const ZRegister& zd, int imm8, int shift) { mov() function in vixl::aarch64::Assembler
[all...]

Completed in 123 milliseconds

1234