BCx               325 nanojit/NativePPC.h     #define BLT(cr,bd) BCx(blt, BO_true,  lt, cr, bd, 0, 0)
BCx               326 nanojit/NativePPC.h     #define BGT(cr,bd) BCx(bgt, BO_true,  gt, cr, bd, 0, 0)
BCx               327 nanojit/NativePPC.h     #define BEQ(cr,bd) BCx(beq, BO_true,  eq, cr, bd, 0, 0)
BCx               328 nanojit/NativePPC.h     #define BGE(cr,bd) BCx(bge, BO_false, lt, cr, bd, 0, 0)
BCx               329 nanojit/NativePPC.h     #define BLE(cr,bd) BCx(ble, BO_false, gt, cr, bd, 0, 0)
BCx               330 nanojit/NativePPC.h     #define BNE(cr,bd) BCx(bne, BO_false, eq, cr, bd, 0, 0)
BCx               331 nanojit/NativePPC.h     #define BNG(cr,bd) BCx(bng, BO_false, gt, cr, bd, 0, 0)
BCx               332 nanojit/NativePPC.h     #define BNL(cr,bd) BCx(bnl, BO_false, lt, cr, bd, 0, 0)