Home
last modified time | relevance | path

Searched refs:extra_offset_mask (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.cc255 uint32_t extra_offset_mask) { in MemOperandComputationHelper() argument
262 if ((offset & extra_offset_mask) == offset) return MemOperand(base, offset); in MemOperandComputationHelper()
267 uint32_t load_store_offset = offset & extra_offset_mask; in MemOperandComputationHelper()
268 uint32_t add_offset = offset & ~extra_offset_mask; in MemOperandComputationHelper()
292 load_store_offset = (offset + sub_pc_offset) & extra_offset_mask; in MemOperandComputationHelper()
293 add_offset = (offset + sub_pc_offset) & ~extra_offset_mask; in MemOperandComputationHelper()
1712 uint32_t extra_offset_mask = GetOffsetMask(type, addrmode); in Delegate() local
1715 uint32_t load_store_offset = offset & extra_offset_mask; in Delegate()
1716 uint32_t add_offset = offset & ~extra_offset_mask; in Delegate()
1934 uint32_t extra_offset_mask = GetOffsetMask(type, addrmode); in Delegate() local
[all …]
Dmacro-assembler-aarch32.h343 uint32_t extra_offset_mask = 0);
348 uint32_t extra_offset_mask = 0) {
353 extra_offset_mask);
358 uint32_t extra_offset_mask = 0) {
369 extra_offset_mask);
373 uint32_t extra_offset_mask = 0) {
377 extra_offset_mask);