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

  /art/compiler/utils/x86/
assembler_x86.cc 45 EmitOperand(2, address);
76 EmitOperand(6, address);
101 EmitOperand(0, address);
122 EmitOperand(dst, src);
129 EmitOperand(src, dst);
136 EmitOperand(0, dst);
143 EmitOperand(0, dst);
159 EmitOperand(dst, src);
175 EmitOperand(dst, src);
187 EmitOperand(src, dst)
    [all...]
assembler_x86.h 582 void EmitOperand(int rm, const Operand& operand);
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 51 EmitOperand(2, address);
73 EmitOperand(6, address);
101 EmitOperand(0, address);
150 EmitOperand(dst.LowBits(), src);
158 EmitOperand(dst.LowBits(), src);
166 EmitOperand(src.LowBits(), dst);
174 EmitOperand(src.LowBits(), dst);
181 EmitOperand(0, dst);
199 EmitOperand(dst.LowBits(), src);
217 EmitOperand(dst.LowBits(), src)
    [all...]
assembler_x86_64.h 626 void EmitOperand(uint8_t rm, const Operand& operand);

Completed in 44 milliseconds