Home
last modified time | relevance | path

Searched defs:movb (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/core/
DSkVM.cpp1986 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
DSkVM.h272 void movb(GP64 dst, GP64 x) { this->movb(Operand(dst), x); } in movb() function
/third_party/flutter/skia/src/core/
DSkVM.cpp617 void Assembler::movb(GP64 dst, GP64 src) { in movb() function in skvm::Assembler