Home | History | Annotate | Download | only in cctest

Lines Matching refs:sxtb

407     COMPARE(sxtb(r1, r7, 0, eq), "06af1077       sxtbeq r1, r7");
408 COMPARE(sxtb(r0, r0, 8, ne), "16af0470 sxtbne r0, r0, ror #8");
409 COMPARE(sxtb(r9, r10, 16), "e6af987a sxtb r9, r10, ror #16");
410 COMPARE(sxtb(r4, r3, 24), "e6af4c73 sxtb r4, r3, ror #24");