Lines Matching +full:nand +full:- +full:rb
1 // SPDX-License-Identifier: GPL-2.0+
11 * Ternary instructions instr rA,rS,rB
13 * Logic instructions: or, orc, xor, nand, nor, eqv
16 * The test contains a pre-built table of instructions, operands and
131 ASM_STW(stk, 1, -4), in cpu_post_test_threex()
132 ASM_ADDI(stk, 1, -24), in cpu_post_test_threex()
140 ASM_12X(test->cmd, reg2, reg1, reg0), in cpu_post_test_threex()
147 ASM_LWZ(stk, 1, -4), in cpu_post_test_threex()
152 ASM_STW(stk, 1, -4), in cpu_post_test_threex()
153 ASM_ADDI(stk, 1, -24), in cpu_post_test_threex()
161 ASM_12X(test->cmd, reg2, reg1, reg0) | BIT_C, in cpu_post_test_threex()
168 ASM_LWZ(stk, 1, -4), in cpu_post_test_threex()
177 cpu_post_exec_22 (code, & cr, & res, test->op1, test->op2); in cpu_post_test_threex()
179 ret = res == test->res && cr == 0 ? 0 : -1; in cpu_post_test_threex()
189 cpu_post_exec_22 (codecr, & cr, & res, test->op1, test->op2); in cpu_post_test_threex()
191 ret = res == test->res && in cpu_post_test_threex()
192 (cr & 0xe0000000) == cpu_post_makecr (res) ? 0 : -1; in cpu_post_test_threex()