Lines Matching refs:test_rts
34 .macro test_rts entry:req, lc:req, exp5:req, exp6:req, exp7:req, expLC:req macro
56 test_rts hws, 0, 1, 1, 1, 0
57 test_rts hws, 1, 1, 1, 1, 0
58 test_rts hws, 2, 2, 2, 2, 0
59 test_rts hws, 20, 20, 20, 20, 0
61 test_rts hwm, 0, 0, 1, 1, 0
62 test_rts hwm, 1, 0, 1, 1, 0
63 test_rts hwm, 2, 1, 2, 2, 0
64 test_rts hwm, 20, 19, 20, 20, 0
66 test_rts hwe, 0, 0, 0, 1, 0
67 test_rts hwe, 1, 0, 0, 1, 0
68 test_rts hwe, 2, 1, 1, 2, 0
69 test_rts hwe, 20, 19, 19, 20, 0
71 test_rts hwp, 0, 0, 0, 0, 0
72 test_rts hwp, 1, 0, 0, 0, 1
73 test_rts hwp, 2, 0, 0, 0, 2