Searched refs:opcode_ext (Results 1 – 4 of 4) sorted by relevance
| /third_party/flutter/skia/src/core/ |
| D | SkVM.h | 191 void op(int opcode, int opcode_ext, GP64 dst, int imm); 202 void op(int prefix, int map, int opcode, int opcode_ext, Ymm dst, Ymm x, int imm);
|
| D | SkVM.cpp | 362 void Assembler::op(int opcode, int opcode_ext, GP64 dst, int imm) { in op() argument 374 this->byte(mod_rm(Mod::Direct, opcode_ext, dst&7)); in op() 430 void Assembler::op(int prefix, int map, int opcode, int opcode_ext, Ymm dst, Ymm x, int imm) { in op() argument 433 this->op(prefix, map, opcode, (Ymm)opcode_ext,dst,x); in op()
|
| /third_party/skia/src/core/ |
| D | SkVM.h | 405 void op(int opcode, int opcode_ext, Operand dst, int imm);
|
| D | SkVM.cpp | 1963 void Assembler::op(int opcode, int opcode_ext, Operand dst, int imm) { in op() argument 1972 this->op(opcode, dst, (GP64)opcode_ext); in op()
|