Searched refs:StoreOperandType (Results 1 – 15 of 15) sorted by relevance
/art/compiler/utils/arm64/ |
D | assembler_arm64.h | 56 enum StoreOperandType { enum 257 void StoreWToOffset(StoreOperandType type, WRegister source,
|
D | assembler_arm64.cc | 97 void Arm64Assembler::StoreWToOffset(StoreOperandType type, WRegister source, in StoreWToOffset()
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.h | 47 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);
|
D | assembler_mips64.cc | 1906 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/ |
D | assembler_thumb2_test.cc | 283 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()
|
D | assembler_arm.h | 230 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,
|
D | assembler_arm.cc | 318 bool Address::CanHoldStoreOffsetArm(StoreOperandType type, int offset) { in CanHoldStoreOffsetArm() 355 bool Address::CanHoldStoreOffsetThumb(StoreOperandType type, int offset) { in CanHoldStoreOffsetThumb()
|
D | assembler_thumb2.h | 325 void StoreToOffset(StoreOperandType type, 775 static int32_t GetAllowedStoreOffsetBits(StoreOperandType type);
|
D | assembler_arm32.h | 276 void StoreToOffset(StoreOperandType type,
|
D | assembler_thumb2.cc | 3597 int32_t Thumb2Assembler::GetAllowedStoreOffsetBits(StoreOperandType type) { in GetAllowedStoreOffsetBits() 3733 void Thumb2Assembler::StoreToOffset(StoreOperandType type, in StoreToOffset()
|
D | assembler_arm32.cc | 1544 void Arm32Assembler::StoreToOffset(StoreOperandType type, in StoreToOffset()
|
/art/compiler/utils/mips/ |
D | assembler_mips.h | 47 enum StoreOperandType { enum 391 void StoreToOffset(StoreOperandType type, Register reg, Register base, int32_t offset);
|
D | assembler_mips.cc | 2366 void MipsAssembler::StoreToOffset(StoreOperandType type, Register reg, Register base, in StoreToOffset()
|
/art/compiler/optimizing/ |
D | code_generator_mips64.cc | 488 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()
|
D | code_generator_mips.cc | 3550 StoreOperandType store_type = kStoreByte; in HandleFieldSet()
|