Lines Matching refs:values
18 # The following tests all share the same structure, signature and return values:
181 # Test catch-phi runtime support for constant values.
211 # Test catch-phi runtime support for 32-bit values stored in core registers.
213 # Register v0 holds different integer values at two throwing instructions.
249 # Test catch-phi runtime support for 64-bit values stored in core registers.
251 # Register pair (v0, v1) holds different long values at two throwing instructions.
256 # Note: values will be spilled on x86 because of too few callee-save core registers.
300 # Test catch-phi runtime support for 32-bit values stored in FPU registers.
302 # Register v0 holds different float values at two throwing instructions. Runtime
306 # Note: values will be spilled on x86 as there are no callee-save FPU registers.
342 # Test catch-phi runtime support for 64-bit values stored in FPU registers.
344 # Register pair (v0, v1) holds different double values at two throwing instructions.
349 # Note: values will be spilled on x86 as there are no callee-save FPU registers.
384 # Test catch-phi runtime support for 32-bit values stored on the stack.
386 # Register v0 holds different integer values at two throwing instructions.
387 # These values were forced to spill by an always-throwing try/catch after their
433 # Test catch-phi runtime support for 64-bit values stored on the stack.
435 # Register pair (v0, v1) holds different double values at two throwing instructions.
436 # These values were forced to spill by an always-throwing try/catch after their