Searched refs:uhi (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/testsuite/gas/sparc/
H A Dreloc64.s4 sethi %uhi(0x1234567800000000),%g1
7 sethi %uhi(foo),%g1
10 sethi %uhi(foo+0x1234567800000000),%g1
/haiku-buildtools/binutils/gas/testsuite/gas/sparc/
H A Dreloc64.s4 sethi %uhi(0x1234567800000000),%g1
7 sethi %uhi(foo),%g1
10 sethi %uhi(foo+0x1234567800000000),%g1
/haiku-buildtools/binutils/gas/testsuite/gas/mep/
H A Dallinsn.s1410 sb $0,%uhi(0)($0)
1416 sh $0,%uhi(0)($0)
1422 sw $0,%uhi(0)($0)
1428 lb $0,%uhi(0)($0)
1434 lh $0,%uhi(0)($0)
1440 lw $0,%uhi(0)($0)
1446 lbu $0,%uhi(0)($0)
1452 lhu $0,%uhi(0)($0)
1459 sb $0,%uhi(1)($0)
1465 sh $0,%uhi(
[all...]
H A Ddj1.s414 mov $0,%uhi(symbol)
444 movu $0,%uhi(symbol)
445 movh $0,%uhi(symbol)
446 movu $15,%uhi(symbol)
447 movh $15,%uhi(symbol)
456 movu $0,%uhi(0x12345678)
457 movh $0,%uhi(0x12345678)
458 movu $15,%uhi(0x12345678)
459 movh $15,%uhi(0x12345678)
/haiku-buildtools/binutils/gas/testsuite/gas/crx/
H A Dcop_insn.s77 mfpr uhi , r10
H A Dcop_insn.d69 5e: 0a 30 0a 90 mfpr uhi, r10
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/crx/
H A Dcop_insn.s77 mfpr uhi , r10
H A Dcop_insn.d69 5e: 0a 30 0a 90 mfpr uhi, r10
/haiku-buildtools/legacy/binutils/include/opcode/
H A Dcrx.h41 uhi, ulo, enumerator in enum:__anon2953
/haiku-buildtools/binutils/include/opcode/
H A Dcrx.h42 uhi, ulo, enumerator in enum:__anon944
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dmethod.c274 unsigned HOST_WIDE_INT ulo, uhi, qlo, qhi;
278 uhi = hi;
283 uhi = (lo == 0 ? -hi : -hi-1);
286 if (uhi == 0
292 /* Divide 2^HOST_WIDE_INT*uhi+ulo by 10. */
293 qhi = uhi / 10;
294 uhi = uhi % 10;
295 qlo = uhi * (((unsigned HOST_WIDE_INT)1 << (HOST_BITS_PER_WIDE_INT - 1)) / 5);
298 ulo += uhi * (((unsigne
273 unsigned HOST_WIDE_INT ulo, uhi, qlo, qhi; local
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Dcrx-opc.c619 REG_CFG(uhi, 0x90),
/haiku-buildtools/binutils/opcodes/
H A Dcrx-opc.c623 REG_CFG(uhi, 0x90),
/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c6650 /* uhi is the end of the array (highest Unit to include) */
6652 /* The units ulo through uhi are reversed in place (if the number */
6656 static void decReverse(Unit *ulo, Unit *uhi) { argument
6658 for (; ulo<uhi; ulo++, uhi--) {
6660 *ulo=*uhi;
6661 *uhi=temp;

Completed in 217 milliseconds