Lines Matching refs:_Unwind_Sword
91 _Unwind_Sword offset;
108 _Unwind_Sword cfa_offset;
122 _Unwind_Sword data_align;
335 _Unwind_Sword offset, stmp; in execute_stack_op()
582 if ((_Unwind_Sword) result < 0) in execute_stack_op()
628 result = (_Unwind_Sword) second / (_Unwind_Sword) first; in execute_stack_op()
634 result = (_Unwind_Sword) second % (_Unwind_Sword) first; in execute_stack_op()
652 result = (_Unwind_Sword) second >> first; in execute_stack_op()
658 result = (_Unwind_Sword) first <= (_Unwind_Sword) second; in execute_stack_op()
661 result = (_Unwind_Sword) first >= (_Unwind_Sword) second; in execute_stack_op()
664 result = (_Unwind_Sword) first == (_Unwind_Sword) second; in execute_stack_op()
667 result = (_Unwind_Sword) first < (_Unwind_Sword) second; in execute_stack_op()
670 result = (_Unwind_Sword) first > (_Unwind_Sword) second; in execute_stack_op()
673 result = (_Unwind_Sword) first != (_Unwind_Sword) second; in execute_stack_op()
745 _Unwind_Sword offset, stmp; in execute_cfa_program()
753 offset = (_Unwind_Sword) utmp * fs->data_align; in execute_cfa_program()
789 offset = (_Unwind_Sword) utmp * fs->data_align; in execute_cfa_program()