BO_false          328 nanojit/NativePPC.h     #define BGE(cr,bd) BCx(bge, BO_false, lt, cr, bd, 0, 0)
BO_false          329 nanojit/NativePPC.h     #define BLE(cr,bd) BCx(ble, BO_false, gt, cr, bd, 0, 0)
BO_false          330 nanojit/NativePPC.h     #define BNE(cr,bd) BCx(bne, BO_false, eq, cr, bd, 0, 0)
BO_false          331 nanojit/NativePPC.h     #define BNG(cr,bd) BCx(bng, BO_false, gt, cr, bd, 0, 0)
BO_false          332 nanojit/NativePPC.h     #define BNL(cr,bd) BCx(bnl, BO_false, lt, cr, bd, 0, 0)
BO_false          340 nanojit/NativePPC.h     #define BGECTR(cr) BCCTRx(bge, BO_false, lt, cr, 0)
BO_false          341 nanojit/NativePPC.h     #define BLECTR(cr) BCCTRx(ble, BO_false, gt, cr, 0)
BO_false          342 nanojit/NativePPC.h     #define BNECTR(cr) BCCTRx(bne, BO_false, eq, cr, 0)
BO_false          343 nanojit/NativePPC.h     #define BNGCTR(cr) BCCTRx(bng, BO_false, gt, cr, 0)
BO_false          344 nanojit/NativePPC.h     #define BNLCTR(cr) BCCTRx(bnl, BO_false, lt, cr, 0)