Searched defs:StoreOperandType (Results 1 - 4 of 4) sorted by relevance

/art/compiler/utils/arm64/
H A Dassembler_arm64.h56 enum StoreOperandType { enum in namespace:art::arm64
257 void StoreWToOffset(StoreOperandType type, WRegister source,
/art/compiler/utils/mips/
H A Dassembler_mips.h47 enum StoreOperandType { enum in namespace:art::mips
391 void StoreToOffset(StoreOperandType type, Register reg, Register base, int32_t offset);
/art/compiler/utils/mips64/
H A Dassembler_mips64.h47 enum StoreOperandType { enum in namespace:art::mips64
357 void StoreToOffset(StoreOperandType type, GpuRegister reg, GpuRegister base, int32_t offset);
358 void StoreFpuToOffset(StoreOperandType type, FpuRegister reg, GpuRegister base, int32_t offset);
/art/compiler/utils/arm/
H A Dassembler_arm.h230 enum StoreOperandType { enum in namespace:art::arm
294 static bool CanHoldStoreOffsetArm(StoreOperandType type, int offset);
297 static bool CanHoldStoreOffsetThumb(StoreOperandType type, int offset);
787 virtual void StoreToOffset(StoreOperandType type,

Completed in 488 milliseconds