Searched refs:BBO (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/ppc/xmon/ |
D | ppc-opc.c | 1003 #define BBO(op, bo, aa, lk) (B ((op), (aa), (lk)) | (((bo) & 0x1f) << 21)) macro 1004 #define BBO_MASK BBO (0x3f, 0x1f, 1, 1) 1015 (BBO ((op), (bo), (aa), (lk)) | (((cb) & 0x3) << 16)) 1333 { "bdnz-", BBO(16,BODNZ,0,0), BBOYBI_MASK, PPC, { BDM } }, 1334 { "bdnz+", BBO(16,BODNZ,0,0), BBOYBI_MASK, PPC, { BDP } }, 1335 { "bdnz", BBO(16,BODNZ,0,0), BBOYBI_MASK, PPC, { BD } }, 1336 { "bdn", BBO(16,BODNZ,0,0), BBOYBI_MASK, POWER, { BD } }, 1337 { "bdnzl-", BBO(16,BODNZ,0,1), BBOYBI_MASK, PPC, { BDM } }, 1338 { "bdnzl+", BBO(16,BODNZ,0,1), BBOYBI_MASK, PPC, { BDP } }, 1339 { "bdnzl", BBO(16,BODNZ,0,1), BBOYBI_MASK, PPC, { BD } }, [all …]
|
/linux-2.4.37.9/arch/ppc64/xmon/ |
D | ppc-opc.c | 1003 #define BBO(op, bo, aa, lk) (B ((op), (aa), (lk)) | (((bo) & 0x1f) << 21)) macro 1004 #define BBO_MASK BBO (0x3f, 0x1f, 1, 1) 1015 (BBO ((op), (bo), (aa), (lk)) | (((cb) & 0x3) << 16)) 1333 { "bdnz-", BBO(16,BODNZ,0,0), BBOYBI_MASK, PPC, { BDM } }, 1334 { "bdnz+", BBO(16,BODNZ,0,0), BBOYBI_MASK, PPC, { BDP } }, 1335 { "bdnz", BBO(16,BODNZ,0,0), BBOYBI_MASK, PPC, { BD } }, 1336 { "bdn", BBO(16,BODNZ,0,0), BBOYBI_MASK, POWER, { BD } }, 1337 { "bdnzl-", BBO(16,BODNZ,0,1), BBOYBI_MASK, PPC, { BDM } }, 1338 { "bdnzl+", BBO(16,BODNZ,0,1), BBOYBI_MASK, PPC, { BDP } }, 1339 { "bdnzl", BBO(16,BODNZ,0,1), BBOYBI_MASK, PPC, { BD } }, [all …]
|