HomeSort by relevance Sort by last modified time
    Searched defs:EmitOperand (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
disassemble.cpp 93 void EmitOperand(const spv_parsed_instruction_t& inst,
189 EmitOperand(inst, i);
209 void Disassembler::EmitOperand(const spv_parsed_instruction_t& inst,
  /art/compiler/utils/x86/
assembler_x86.cc 45 EmitOperand(2, address);
77 EmitOperand(6, address);
102 EmitOperand(0, address);
123 EmitOperand(dst, src);
130 EmitOperand(src, dst);
137 EmitOperand(0, dst);
144 EmitOperand(0, dst);
152 EmitOperand(src, dst);
172 EmitOperand(dst, src);
186 EmitOperand(dst, src)
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 51 EmitOperand(2, address);
74 EmitOperand(6, address);
102 EmitOperand(0, address);
136 EmitOperand(0, dst);
162 EmitOperand(dst.LowBits(), src);
170 EmitOperand(dst.LowBits(), src);
178 EmitOperand(src.LowBits(), dst);
186 EmitOperand(src.LowBits(), dst);
193 EmitOperand(0, dst);
202 EmitOperand(src.LowBits(), dst)
    [all...]

Completed in 333 milliseconds