Searched defs:movb (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/v8/src/codegen/x64/ |
| D | assembler-x64.cc | 1587 void Assembler::movb(Register dst, Operand src) { in movb() function in v8::internal::Assembler 1599 void Assembler::movb(Register dst, Immediate imm) { in movb() function in v8::internal::Assembler 1609 void Assembler::movb(Operand dst, Register src) { in movb() function in v8::internal::Assembler 1621 void Assembler::movb(Operand dst, Immediate imm) { in movb() function in v8::internal::Assembler
|
| /third_party/skia/src/core/ |
| D | SkVM.cpp | 1986 void Assembler::movb(Operand dst, int imm) { in movb() function in skvm::Assembler 1995 void Assembler::movb(Operand dst, GP64 x) { this->op(0x88, dst,x); } in movb() function in skvm::Assembler 2001 void Assembler::movb(GP64 dst, Operand x) { this->op(0x8A, x,dst); } in movb() function in skvm::Assembler
|
| D | SkVM.h | 272 void movb(GP64 dst, GP64 x) { this->movb(Operand(dst), x); } in movb() function
|