Searched defs:movw (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64.cc | 1629 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 D | assembler-arm.cc | 1685 void Assembler::movw(Register reg, uint32_t immediate, Condition cond) { movw() function in v8::internal::Assembler [all...] |
/third_party/vixl/src/aarch32/ |
H A D | assembler-aarch32.cc | 7366 void Assembler::movw(Condition cond, Register rd, const Operand& operand) { in movw() function in vixl::aarch32::Assembler
|
H A D | assembler-aarch32.h | 2671 void movw(Register rd, const Operand& operand) { movw(al, rd, operand); } in movw() function in vixl::aarch32::Assembler
|
H A D | disasm-aarch32.cc | 1943 void Disassembler::movw(Condition cond, Register rd, const Operand& operand) { in movw() function in vixl::aarch32::Disassembler [all...] |
Completed in 112 milliseconds