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

  /art/compiler/utils/arm64/
assembler_arm64.cc 60 StoreToOffset(TR, SP, offset.Int32Value());
114 void Arm64Assembler::StoreToOffset(XRegister source, XRegister base, int32_t offset) {
136 StoreToOffset(src.AsXRegister(), SP, offs.Int32Value());
155 StoreToOffset(src.AsXRegister(), SP, offs.Int32Value());
172 StoreToOffset(scratch.AsXRegister(), TR, offs.Int32Value());
181 StoreToOffset(scratch.AsXRegister(), TR, tr_offs.Int32Value());
195 StoreToOffset(source.AsXRegister(), SP, dest_off.Int32Value());
197 StoreToOffset(scratch.AsXRegister(), SP, dest_off.Int32Value() + 8);
363 StoreToOffset(scratch.AsXRegister(), SP, fr_offs.Int32Value());
372 StoreToOffset(scratch.AsXRegister(), TR, tr_offs.Int32Value())
    [all...]
  /art/compiler/utils/arm/
assembler_arm32.cc     [all...]
assembler_thumb2.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.cc     [all...]
  /art/compiler/utils/mips/
assembler_mips.cc     [all...]

Completed in 265 milliseconds