Searched refs:BH (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A D20100825-1_0.c36 UINT128 BH; local
48 BH.w[0] = (BH.w[0] >> amount) | (BH.w[1] << (64 - amount));
49 BL = bcoeff.w[0] - BH.w[0] * 1000000000000000000ull;
51 { UINT64 CXH, CXL, CYH,CYL,PL,PH,PM,PM2; CXH = (BH.w[0]) >> 32; CXL = (UINT32)(BH.w[0]); CYH = (d109) >> 32; CYL = (UINT32)(d109); PM = CXH*CYL; PH = CXH*CYH; PL = CXL*CYL; PM2 = CXL*CYH; PH += (PM>>32); PM = (UINT64)((UINT32)PM)+PM2+(PL>>32); };
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dwhite.s13 movb $ foo , % BH
H A Dwhite.l16 13 0020 B713 movb \$ foo , % BH
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i386/
H A Dwhite.s13 movb $ foo , % BH
H A Dwhite.l16 13 0020 B713 movb \$ foo , % BH
/haiku-buildtools/binutils/gas/
H A Drl78-parse.h90 BH = 300, enumerator in enum:yytokentype
210 #define BH 300 macro
H A Drl78-parse.c272 BH = 300, enumerator in enum:yytokentype
392 #define BH 300 macro
828 "DOT_UW", "ADD", "ADDC", "ADDW", "AND_", "AND1", "BF", "BH", "BNC",
4455 OPC(BH),
/haiku-buildtools/gcc/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c295 UINT128 BH, d1018, BT2, BT1; local
321 __mul_128x128_high (BH, bcoeff, d1018);
323 BH.w[0] = (BH.w[0] >> amount) | (BH.w[1] << (64 - amount));
324 BL = bcoeff.w[0] - BH.w[0] * 1000000000000000000ull;
326 __mul_64x64_to_128 (BT1, BH.w[0], d109);
328 BHL32 = (unsigned int) BH.w[0] - BHH32 * 1000000000;
/haiku-buildtools/binutils/gas/config/
H A Drl78-parse.y167 %token BF BH BNC BNH BNZ BR BRK BRK1 BT BTCLR BZ
308 | BH '$' EXPR
1269 OPC(BH),
/haiku-buildtools/legacy/binutils/opcodes/
H A Dppc-opc.c201 #define BH BOE + 1
205 #define BT BH + 1
1718 /* A mask for branch instructions using the BH field. */
2992 { "bclr", XLLK(19,16,0), XLBH_MASK, PPCCOM, { BO, BI, BH } },
2993 { "bclrl", XLLK(19,16,1), XLBH_MASK, PPCCOM, { BO, BI, BH } },
3178 { "bcctr", XLLK(19,528,0), XLBH_MASK, PPCCOM, { BO, BI, BH } },
3179 { "bcctrl", XLLK(19,528,1), XLBH_MASK, PPCCOM, { BO, BI, BH } },
199 #define BH macro
H A Di386-dis.c286 #define BH OP_IMREG, bh_reg macro
/haiku-buildtools/binutils/opcodes/
H A Dppc-opc.c250 #define BH RM + 1
254 #define BT BH + 1
2935 /* A mask for branch instructions using the BH field. */
4497 {"bclr", XLLK(19,16,0), XLBH_MASK, PPCCOM, PPCVLE, {BO, BI, BH}},
4499 {"bclrl", XLLK(19,16,1), XLBH_MASK, PPCCOM, PPCVLE, {BO, BI, BH}},
4702 {"bcctr", XLLK(19,528,0), XLBH_MASK, PPCCOM, PPCVLE, {BO, BI, BH}},
4704 {"bcctrl", XLLK(19,528,1), XLBH_MASK, PPCCOM, PPCVLE, {BO, BI, BH}},
4711 {"bctar", XLLK(19,560,0), XLBH_MASK, POWER8, PPCVLE, {BO, BI, BH}},
4712 {"bctarl", XLLK(19,560,1), XLBH_MASK, POWER8, PPCVLE, {BO, BI, BH}},
248 #define BH macro
H A Di386-dis.c342 #define BH { OP_IMREG, bh_reg } macro

Completed in 533 milliseconds