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

  /art/compiler/utils/arm/
assembler_arm_vixl.cc 228 void ArmVIXLAssembler::StoreToOffset(StoreOperandType type,
  /art/compiler/utils/arm64/
jni_macro_assembler_arm64.cc 56 StoreToOffset(TR, SP, offset.Int32Value());
114 void Arm64JNIMacroAssembler::StoreToOffset(XRegister source, XRegister base, int32_t offset) {
136 StoreToOffset(src.AsXRegister(), SP, offs.Int32Value());
155 StoreToOffset(src.AsXRegister(), SP, offs.Int32Value());
174 StoreToOffset(scratch.AsXRegister(), TR, tr_offs.Int32Value());
190 StoreToOffset(source.AsXRegister(), SP, dest_off.Int32Value());
192 StoreToOffset(scratch.AsXRegister(), SP, dest_off.Int32Value() + 8);
367 StoreToOffset(scratch.AsXRegister(), SP, fr_offs.Int32Value());
376 StoreToOffset(scratch.AsXRegister(), TR, tr_offs.Int32Value());
400 StoreToOffset(scratch.AsXRegister(), SP, dest.Int32Value())
    [all...]
  /art/compiler/utils/mips/
assembler_mips.h     [all...]
assembler_mips.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h     [all...]
assembler_mips64.cc     [all...]

Completed in 636 milliseconds