Home
last modified time | relevance | path

Searched refs:stack_pointer (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dverify.c43 extern int stack_pointer;
249 int cur_length = stack_pointer + nlocals;
315 type[index] = stack_type_map[stack_pointer - 1];
319 type[index] = stack_type_map[stack_pointer - 2];
522 int size = DECL_MAX_LOCALS(current_function_decl)+stack_pointer;
953 if (wide + index > stack_pointer)
961 if (stack_pointer < index)
963 stack_pointer -= index;
966 if (stack_pointer < 2)
970 tree type1 = stack_type_map[stack_pointer - 1];
[all …]
H A Dexpr.c133 int stack_pointer; variable
210 int stack_index = stack_pointer; in flush_quick_stack()
250 if (stack_pointer + n_words > DECL_MAX_STACK (current_function_decl))
252 stack_type_map[stack_pointer++] = type;
255 stack_type_map[stack_pointer++] = TYPE_SECOND;
306 if (stack_pointer < n_words)
313 if (stack_type_map[--stack_pointer] != void_type_node)
319 t = stack_type_map[--stack_pointer];
465 return find_stack_slot (stack_pointer, promote_type (type));
479 if (stack_pointer == 0)
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp83 unsigned long long stack_pointer = env[kSpIndex]; in InternalLongjmp() local
86 __hwasan_handle_longjmp((void *)stack_pointer); in InternalLongjmp()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mn10200/
H A Dmn10200.md1050 ;; by (plus (stack_pointer) (const_int)).
1149 ;; by (plus (stack_pointer) (const_int)).
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm.c9808 int stack_pointer; local
9812 stack_pointer = number_of_first_bit_set (regs_available_for_popping);
9815 asm_fprintf (f, "\tmov\t%r, %r\n", SP_REGNUM, stack_pointer);
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Darm.c13228 int stack_pointer; in thumb_exit() local
13232 stack_pointer = number_of_first_bit_set (regs_available_for_popping); in thumb_exit()
13235 asm_fprintf (f, "\tmov\t%r, %r\n", SP_REGNUM, stack_pointer); in thumb_exit()
/openbsd-src/sys/dev/pci/
H A Dif_iwx.c9895 uint32_t stack_pointer; /* core register 28 */ in iwx_rx_pkt()
9942 table.stack_pointer); in iwx_rx_pkt()
9488 uint32_t stack_pointer; /* core register 28 */ global() member
H A Dif_iwm.c10738 uint32_t stack_pointer; /* core register 28 */ member
10785 table.stack_pointer); in iwm_nic_umac_error()