Lines Matching refs:bnvc
271 COMPARE_PC_REL_COMPACT(bnvc(a0, a0, static_cast<int16_t>(0)),
272 "60840000 bnvc a0, a0, 0", 0);
273 COMPARE_PC_REL_COMPACT(bnvc(a1, a0, static_cast<int16_t>(0)),
274 "60a40000 bnvc a1, a0, 0", 0);
275 COMPARE_PC_REL_COMPACT(bnvc(a1, a0, 32767),
276 "60a47fff bnvc a1, a0, 32767", 32767);
277 COMPARE_PC_REL_COMPACT(bnvc(a1, a0, -32768),
278 "60a48000 bnvc a1, a0, -32768", -32768);