Home | History | Annotate | Download | only in cctest

Lines Matching full:bgec

1021     COMPARE_PC_REL_COMPACT(bgec(a0, a1, -32768),
1022 "58858000 bgec a0, a1, -32768", -32768);
1023 COMPARE_PC_REL_COMPACT(bgec(a0, a1, -1),
1024 "5885ffff bgec a0, a1, -1", -1);
1025 COMPARE_PC_REL_COMPACT(bgec(a0, a1, 1), "58850001 bgec a0, a1, 1",
1027 COMPARE_PC_REL_COMPACT(bgec(a0, a1, 32767),
1028 "58857fff bgec a0, a1, 32767", 32767);