Lines Matching refs:int32_t
102 void ArmVIXLAssembler::LoadImmediate(vixl32::Register rd, int32_t value) { in LoadImmediate()
137 bool ArmVIXLAssembler::CanSplitLoadStoreOffset(int32_t allowed_offset_bits, in CanSplitLoadStoreOffset()
138 int32_t offset, in CanSplitLoadStoreOffset()
139 /*out*/ int32_t* add_to_base, in CanSplitLoadStoreOffset()
140 /*out*/ int32_t* offset_for_load_store) { in CanSplitLoadStoreOffset()
141 int32_t other_bits = offset & ~allowed_offset_bits; in CanSplitLoadStoreOffset()
150 int32_t ArmVIXLAssembler::AdjustLoadStoreOffset(int32_t allowed_offset_bits, in AdjustLoadStoreOffset()
153 int32_t offset) { in AdjustLoadStoreOffset()
155 int32_t add_to_base, offset_for_load; in AdjustLoadStoreOffset()
167 int32_t ArmVIXLAssembler::GetAllowedLoadOffsetBits(LoadOperandType type) { in GetAllowedLoadOffsetBits()
188 int32_t ArmVIXLAssembler::GetAllowedStoreOffsetBits(StoreOperandType type) { in GetAllowedStoreOffsetBits()
250 int32_t offset) { in StoreToOffset()
308 int32_t offset) { in LoadFromOffset()
312 int32_t allowed_offset_bits = GetAllowedLoadOffsetBits(type); in LoadFromOffset()
314 int32_t add_to_base, offset_for_load; in LoadFromOffset()
361 int32_t offset) { in StoreSToOffset()
367 int32_t offset) { in StoreDToOffset()
373 int32_t offset) { in LoadSFromOffset()
379 int32_t offset) { in LoadDFromOffset()
428 void ArmVIXLAssembler::AddConstant(vixl32::Register rd, int32_t value) { in AddConstant()
435 int32_t value) { in AddConstant()
450 int32_t value, in AddConstantInIt()