Home | History | Annotate | Download | only in cctest

Lines Matching refs:blezc

374     COMPARE_PC_REL_COMPACT(blezc(a0, -32768),
375 "58048000 blezc a0, -32768", -32768);
376 COMPARE_PC_REL_COMPACT(blezc(a0, -1), "5804ffff blezc a0, -1", -1);
377 COMPARE_PC_REL_COMPACT(blezc(a0, 1), "58040001 blezc a0, 1", 1);
378 COMPARE_PC_REL_COMPACT(blezc(a0, 32767),
379 "58047fff blezc a0, 32767", 32767);