• Home
  • Raw
  • Download

Lines Matching refs:phi

181 # Test catch-phi runtime support for constant values.
184 # expected to load them from stack map and copy to the catch phi's location.
211 # Test catch-phi runtime support for 32-bit values stored in core registers.
215 # to the location of the catch phi.
234 move v0, v1 # Set catch phi value
237 move v0, v2 # Set catch phi value
249 # Test catch-phi runtime support for 64-bit values stored in core registers.
253 # to the location of the catch phi. The sum of the low and high 32 bits treated
275 move-wide v0, v2 # Set catch phi value
278 move-wide v0, v4 # Set catch phi value
300 # Test catch-phi runtime support for 32-bit values stored in FPU registers.
304 # location of the catch phi. The value is converted to int and returned.
325 move v0, v1 # Set catch phi value
328 move v0, v2 # Set catch phi value
342 # Test catch-phi runtime support for 64-bit values stored in FPU registers.
346 # to the location of the catch phi. The value is converted to int and returned.
368 move-wide v0, v2 # Set catch phi value
371 move-wide v0, v4 # Set catch phi value
384 # Test catch-phi runtime support for 32-bit values stored on the stack.
389 # copy the value to the location of the catch phi. The value is then returned.
419 move v0, v1 # Set catch phi value
422 move v0, v2 # Set catch phi value
433 # Test catch-phi runtime support for 64-bit values stored on the stack.
438 # copy the value to the location of the catch phi. The value is converted to int
469 move-wide v0, v2 # Set catch phi value
472 move-wide v0, v4 # Set catch phi value