Home | History | Annotate | Download | only in cctest

Lines Matching full:xori

405   COMPARE(xori(a0, a1, 0x1),
406 "38a40001 xori
407 COMPARE(xori(v0, v1, 0xffff),
408 "3862ffff xori v0, v1, 0xffff");