Searched refs:LoadOperandType (Results 1 – 13 of 13) sorted by relevance
/art/compiler/utils/arm/ |
D | assembler_arm_shared.h | 23 enum LoadOperandType { enum
|
D | assembler_arm_vixl.h | 210 void LoadFromOffset(LoadOperandType type, 232 int32_t GetAllowedLoadOffsetBits(LoadOperandType type);
|
D | assembler_arm_vixl.cc | 167 int32_t ArmVIXLAssembler::GetAllowedLoadOffsetBits(LoadOperandType type) { in GetAllowedLoadOffsetBits() 207 static bool CanHoldLoadOffsetThumb(LoadOperandType type, int offset) { in CanHoldLoadOffsetThumb() 305 void ArmVIXLAssembler::LoadFromOffset(LoadOperandType type, in LoadFromOffset()
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.h | 44 enum LoadOperandType { enum
|
D | jni_macro_assembler_arm64.h | 218 void LoadWFromOffset(LoadOperandType type,
|
D | jni_macro_assembler_arm64.cc | 213 void Arm64JNIMacroAssembler::LoadWFromOffset(LoadOperandType type, in LoadWFromOffset()
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.h | 276 enum LoadOperandType { enum 971 void LoadLiteral(GpuRegister dest_reg, LoadOperandType load_type, Literal* literal); 1120 void LoadFromOffset(LoadOperandType type, 1169 void LoadFpuFromOffset(LoadOperandType type, 1304 void LoadFromOffset(LoadOperandType type, GpuRegister reg, GpuRegister base, int32_t offset); 1305 void LoadFpuFromOffset(LoadOperandType type, FpuRegister reg, GpuRegister base, int32_t offset);
|
D | assembler_mips64.cc | 2924 LoadOperandType load_type, in LoadLiteral() 3529 void Mips64Assembler::LoadFromOffset(LoadOperandType type, in LoadFromOffset() 3536 void Mips64Assembler::LoadFpuFromOffset(LoadOperandType type, in LoadFpuFromOffset()
|
/art/compiler/utils/mips/ |
D | assembler_mips.h | 45 enum LoadOperandType { enum 910 void LoadFromOffset(LoadOperandType type, 1092 void LoadFromOffset(LoadOperandType type, Register reg, Register base, int32_t offset);
|
D | assembler_mips.cc | 4690 void MipsAssembler::LoadFromOffset(LoadOperandType type, in LoadFromOffset()
|
/art/compiler/optimizing/ |
D | code_generator_mips64.cc | 1043 LoadOperandType load_type = double_slot ? kLoadDoubleword : kLoadWord; in Exchange() 1221 LoadOperandType load_type = source.IsStackSlot() ? kLoadWord : kLoadDoubleword; in MoveLocation() 1424 LoadOperandType load_type = mem_loc.IsStackSlot() ? kLoadWord : kLoadDoubleword; in SwapLocations() 2300 LoadOperandType load_type = in VisitArrayGet() 4753 LoadOperandType load_type = kLoadUnsignedByte; in HandleFieldGet()
|
D | code_generator_arm_vixl.cc | 285 static LoadOperandType GetLoadOperandType(DataType::Type type) { in GetLoadOperandType() 5721 LoadOperandType operand_type = GetLoadOperandType(load_type); in HandleFieldGet() 6116 LoadOperandType load_type = GetLoadOperandType(type); in VisitArrayGet()
|
D | code_generator_mips.cc | 6480 LoadOperandType load_type = kLoadUnsignedByte; in HandleFieldGet()
|