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

/art/compiler/utils/mips/
H A Dassembler_mips.h44 enum StoreOperandType { enum in namespace:art::mips
144 void StoreToOffset(StoreOperandType type, Register reg, Register base, int32_t offset);
/art/compiler/utils/arm64/
H A Dassembler_arm64.h71 enum StoreOperandType { enum in namespace:art::arm64
222 void StoreWToOffset(StoreOperandType type, WRegister source,
/art/compiler/utils/arm/
H A Dassembler_arm.h160 enum StoreOperandType { enum in namespace:art::arm
220 static bool CanHoldStoreOffsetArm(StoreOperandType type, int offset);
223 static bool CanHoldStoreOffsetThumb(StoreOperandType type, int offset);
551 virtual void StoreToOffset(StoreOperandType type,

Completed in 51 milliseconds