Home
last modified time | relevance | path

Searched defs:opcode_ext (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/core/
DSkVM.cpp362 void Assembler::op(int opcode, int opcode_ext, GP64 dst, int imm) { in op()
430 void Assembler::op(int prefix, int map, int opcode, int opcode_ext, Ymm dst, Ymm x, int imm) { in op()
/third_party/skia/src/core/
DSkVM.cpp1963 void Assembler::op(int opcode, int opcode_ext, Operand dst, int imm) { in op()