Home | History | Annotate | Download | only in cctest

Lines Matching full:bgeuc

310     COMPARE_PC_REL_COMPACT(bgeuc(a0, a1, -32768),
311 "18858000 bgeuc a0, a1, -32768", -32768);
312 COMPARE_PC_REL_COMPACT(bgeuc(a0, a1, -1),
313 "1885ffff bgeuc a0, a1, -1", -1);
314 COMPARE_PC_REL_COMPACT(bgeuc(a0, a1, 1), "18850001 bgeuc a0, a1, 1",
316 COMPARE_PC_REL_COMPACT(bgeuc(a0, a1, 32767),
317 "18857fff bgeuc a0, a1, 32767", 32767);