1 1.1 christos # frv testcase for or $GRi,$GRj,$GRk 2 1.1 christos # mach: all 3 1.1 christos 4 1.1 christos .include "testutils.inc" 5 1.1 christos 6 1.1 christos start 7 1.1 christos 8 1.1 christos .global or 9 1.1 christos or: 10 1.1 christos set_gr_limmed 0xaaaa,0xaaaa,gr7 11 1.1 christos set_gr_limmed 0x5555,0x5555,gr8 12 1.1 christos set_icc 0x07,0 ; Set mask opposite of expected 13 1.1 christos or gr7,gr8,gr8 14 1.1 christos test_icc 0 1 1 1 icc0 15 1.1 christos test_gr_limmed 0xffff,0xffff,gr8 16 1.1 christos 17 1.1 christos set_gr_immed 0x00000000,gr7 18 1.1 christos set_gr_immed 0x00000000,gr8 19 1.1 christos set_icc 0x08,0 ; Set mask opposite of expected 20 1.1 christos or gr7,gr8,gr8 21 1.1 christos test_icc 1 0 0 0 icc0 22 1.1 christos test_gr_immed 0x00000000,gr8 23 1.1 christos 24 1.1 christos set_gr_limmed 0xdead,0x0000,gr7 25 1.1 christos set_gr_limmed 0x0000,0xbeef,gr8 26 1.1 christos set_icc 0x05,0 ; Set mask opposite of expected 27 1.1 christos or gr7,gr8,gr8 28 1.1 christos test_icc 0 1 0 1 icc0 29 1.1 christos test_gr_limmed 0xdead,0xbeef,gr8 30 1.1 christos 31 1.1 christos pass 32