Searched refs:lhi (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | pow.c | 368 double_t lhi = asdouble (asuint64 (hi) & -1ULL << 27); in pow() local 369 double_t llo = hi - lhi + lo; in pow() 370 ehi = yhi * lhi; in pow() 371 elo = ylo * lhi + y * llo; /* |elo| < |ehi| * 2^-25. */ in pow()
|
/freebsd/crypto/openssl/crypto/chacha/asm/ |
H A D | chacha-s390x.pl | 273 &{$z? \&lghi:\&lhi} ("%r1",-$frame); 302 lhi ("%r14",10); 377 lhi (@x[12],1); 409 &{$z? \&lghi:\&lhi} (@x[6],0); 458 &{$z? \&lghi:\&lhi} ("%r1",-$FRAME); 473 lhi ("%r0",10); 474 lhi ("%r1",0); 748 &{$z? \&lghi:\&lhi} ("%r1",-$FRAME); 763 lhi ("%r0",10); 984 lhi ("%r0",10);
|
/freebsd/sys/contrib/openzfs/module/lua/setjmp/ |
H A D | setjmp_s390x.S | 59 lhi %r2, 1
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | README.txt | 106 lhi %r0, 1 112 lhi %r0, 1
|
H A D | SystemZInstrInfo.td | 453 def LHI : UnaryRI<"lhi", 0xA78, bitconvert, GR32, imm32sx16>;
|
/freebsd/crypto/openssl/crypto/poly1305/asm/ |
H A D | poly1305-s390x.pl | 280 lhi ("%r0",0); 473 lhi ("%r0",1); 849 &{$z? \&lghi:\&lhi} ($len,0);
|