Home
last modified time | relevance | path

Searched refs:StoreOperandType (Results 1 – 15 of 15) sorted by relevance

/art/compiler/utils/arm64/
Dassembler_arm64.h56 enum StoreOperandType { enum
257 void StoreWToOffset(StoreOperandType type, WRegister source,
Dassembler_arm64.cc97 void Arm64Assembler::StoreWToOffset(StoreOperandType type, WRegister source, in StoreWToOffset()
/art/compiler/utils/mips64/
Dassembler_mips64.h47 enum StoreOperandType { enum
357 void StoreToOffset(StoreOperandType type, GpuRegister reg, GpuRegister base, int32_t offset);
358 void StoreFpuToOffset(StoreOperandType type, FpuRegister reg, GpuRegister base, int32_t offset);
Dassembler_mips64.cc1906 void Mips64Assembler::StoreToOffset(StoreOperandType type, GpuRegister reg, GpuRegister base, in StoreToOffset()
1943 void Mips64Assembler::StoreFpuToOffset(StoreOperandType type, FpuRegister reg, GpuRegister base, in StoreFpuToOffset()
/art/compiler/utils/arm/
Dassembler_thumb2_test.cc283 arm::StoreOperandType type = arm::kStoreWord; in TEST_F()
299 arm::StoreOperandType type = arm::kStoreWord; in TEST_F()
324 arm::StoreOperandType type = arm::kStoreWordPair; in TEST_F()
348 arm::StoreOperandType type = arm::kStoreWordPair; in TEST_F()
Dassembler_arm.h230 enum StoreOperandType { enum
294 static bool CanHoldStoreOffsetArm(StoreOperandType type, int offset);
297 static bool CanHoldStoreOffsetThumb(StoreOperandType type, int offset);
787 virtual void StoreToOffset(StoreOperandType type,
Dassembler_arm.cc318 bool Address::CanHoldStoreOffsetArm(StoreOperandType type, int offset) { in CanHoldStoreOffsetArm()
355 bool Address::CanHoldStoreOffsetThumb(StoreOperandType type, int offset) { in CanHoldStoreOffsetThumb()
Dassembler_thumb2.h325 void StoreToOffset(StoreOperandType type,
775 static int32_t GetAllowedStoreOffsetBits(StoreOperandType type);
Dassembler_arm32.h276 void StoreToOffset(StoreOperandType type,
Dassembler_thumb2.cc3597 int32_t Thumb2Assembler::GetAllowedStoreOffsetBits(StoreOperandType type) { in GetAllowedStoreOffsetBits()
3733 void Thumb2Assembler::StoreToOffset(StoreOperandType type, in StoreToOffset()
Dassembler_arm32.cc1544 void Arm32Assembler::StoreToOffset(StoreOperandType type, in StoreToOffset()
/art/compiler/utils/mips/
Dassembler_mips.h47 enum StoreOperandType { enum
391 void StoreToOffset(StoreOperandType type, Register reg, Register base, int32_t offset);
Dassembler_mips.cc2366 void MipsAssembler::StoreToOffset(StoreOperandType type, Register reg, Register base, in StoreToOffset()
/art/compiler/optimizing/
Dcode_generator_mips64.cc488 StoreOperandType store_type = double_slot ? kStoreDoubleword : kStoreWord; in Exchange()
747 StoreOperandType store_type = destination.IsStackSlot() ? kStoreWord : kStoreDoubleword; in MoveLocation()
762 StoreOperandType store_type = destination.IsStackSlot() ? kStoreWord : kStoreDoubleword; in MoveLocation()
833 StoreOperandType store_type = mem_loc.IsStackSlot() ? kStoreWord : kStoreDoubleword; in SwapLocations()
2790 StoreOperandType store_type = kStoreByte; in HandleFieldSet()
Dcode_generator_mips.cc3550 StoreOperandType store_type = kStoreByte; in HandleFieldSet()