Home
last modified time | relevance | path

Searched refs:Icc_NE (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/arch/sparc64/include/
Dinstr.h97 #define Icc_NE 0x9 /* not equal (equiv. not zero) */ macro
379 #define I_BNE(a, d) _I_BRANCH(a, Icc_NE, IOP2_Bicc, d)
380 #define I_BNZ(a, d) _I_BRANCH(a, Icc_NE, IOP2_Bicc, d)