Home
last modified time | relevance | path

Searched defs:movw (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.cc1629 void Assembler::movw(Register dst, Operand src) { in movw() function in v8::internal::Assembler
1637 void Assembler::movw(Operand dst, Register src) { in movw() function in v8::internal::Assembler
1645 void Assembler::movw(Operand dst, Immediate imm) { in movw() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc1685 void Assembler::movw(Register reg, uint32_t immediate, Condition cond) { movw() function in v8::internal::Assembler
[all...]
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.cc7366 void Assembler::movw(Condition cond, Register rd, const Operand& operand) { in movw() function in vixl::aarch32::Assembler
H A Dassembler-aarch32.h2671 void movw(Register rd, const Operand& operand) { movw(al, rd, operand); } in movw() function in vixl::aarch32::Assembler
H A Ddisasm-aarch32.cc1943 void Disassembler::movw(Condition cond, Register rd, const Operand& operand) { in movw() function in vixl::aarch32::Disassembler
[all...]

Completed in 112 milliseconds