Lines Matching refs:prologue
26 ; Standard prologue.
43 ; Standard prologue using short instructions.
57 ; Standard prologue without `sub sp,sp,INTEGER`.
72 ; Standard prologue of leaf function.
85 ; Prologue with `push fp`.
92 ; mov fp,sp is part of prologue, but this test will not verify that.
101 ; Prologue with frame pointer and store relative to FP.
118 ; Verify that store of the non-callee saved registers is not part of prologue.
122 ; part of prologue.
167 ; BLINK is saved, but after an instruction that is not part of prologue.
169 ; that is not a part of prologue. This might be not the best way, but it is
205 ; Not part of the prologue.
222 ; prologue.
224 ; Not part of the prologue.
312 ; Prologue with maximum length.
314 ; even for values that don't need it, thus letting us test maksimum prologue
347 ; End of prologue.
351 ; Few tests that test that prologue analysis stops at branch. There are four
359 ; This store on stack is not a prologue.
372 ; This store on stack is not a prologue.
384 ; This store on stack is not a prologue.
395 ; It doesn't matter if jump is taken or not - prologue analysis has to
398 ; This store on stack is not a prologue.
411 ; prologue, so it will halt analysis purely because of its predicate.
412 sub.eq sp,sp,0 ; This is not a prologue anymore.
417 ; Loops should halt prologue analysis.
425 push r26 ; Not part of prologue.
445 ; Test that store to immediate address halts prologue analysis.
645 ; Check prologue that uses `push_s RR` instructions. `push_s b` and `push_s
662 ; Check for SUB_S c,b,u3 presence - it doesn't affect prologue.
672 ; Check for SUB_S b,b,c presence - it doesn't affect prologue.
696 ; flags). It shouldn't stop prologue analysis.
717 ; Check for sub_s.ne b,b,b. Has a condition code, hence should halt prologue.
749 ; Check that MOV_S h,s3 doesn't prevent prologue analysis.
759 ; Check that MOV_S b,u8 doesn't prevent prologue analysis.
769 ; Check that `mov_s.ne b,h` halts prologue analysis.
803 ; modify stack dynamically in the function body - after the prologue.
813 add r0,r1,r2 ; Not a prologue anymore.