Lines Matching full:bgec
367 COMPARE_PC_REL_COMPACT(bgec(a0, a1, -32768),
368 "58858000 bgec a0, a1, -32768", -32768);
369 COMPARE_PC_REL_COMPACT(bgec(a0, a1, -1),
370 "5885ffff bgec a0, a1, -1", -1);
371 COMPARE_PC_REL_COMPACT(bgec(a0, a1, 1), "58850001 bgec a0, a1, 1",
373 COMPARE_PC_REL_COMPACT(bgec(a0, a1, 32767),
374 "58857fff bgec a0, a1, 32767", 32767);