Lines Matching full:to
16 * Accesses to the operand of execute-type instructions are instruction fetches.
27 * to the first register. No branch is taken in this test, because 0 is
53 * According to PoP (Branch-Address Generation), the address calculated relative
54 * to the instruction address is relative to BRAS when it is the target of an
55 * execute-type instruction, not relative to the execute-type instruction.
73 * In case the address calculation is correct, we jump by the relative offset 1b-0b from 0b to 1b. in test_bras()
74 * In case the address calculation is relative to the exrl (i.e. a test failure), in test_bras()
99 report(after_target == branch_addr, "address calculated relative to BRAS"); in test_bras()
107 * to the LARL.
124 report(target == addr, "address calculated relative to LARL"); in test_larl()
130 * to the LLGFRL.
158 * to the CRL.
182 report(!cc, "operand compared to is relative to CRL"); in test_crl()