Home
last modified time | relevance | path

Searched refs:sbit (Results 1 – 4 of 4) sorted by relevance

/src/crypto/openssl/crypto/bn/asm/
H A Dsparcv9-mont.pl303 $sbit="%o5";
320 and $car0,1,$sbit
337 or $sbit,$acc0,$acc0
339 srlx $acc0,32,$sbit
358 or $sbit,$acc0,$acc0
359 srlx $acc0,32,$sbit
370 or $sbit,$acc0,$acc0
371 srlx $acc0,32,$sbit
378 or $sbit,$car0,$car0
404 and $car0,1,$sbit
[all …]
H A Dx86-mont.pl438 $sbit=$num;
445 &mov ($sbit,"edx");
447 &and ($sbit,1);
456 &lea ($carry,&DWP(0,$sbit,"eax",2));
459 &mov ($sbit,"eax");
470 &lea ($carry,&DWP(0,$sbit,"eax",2));
541 &mov ($sbit,"edx"); # zaps $num
543 &and ($sbit,1);
555 &add ($carry,$sbit);
559 &mov ($sbit,"eax");
[all …]
/src/contrib/tcsh/
H A Dsh.exec.c97 # define sbit(f, i) tbit(f, i, unsigned short) macro
105 ((hashwidth==sizeof(unsigned short) ? sbit(f,i) : \
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td967 Instruction sbit, Instruction sbyte> {
970 (sbit VR128:$x, (VREPIB (UIMM8 imm:$amt)))>;
974 (sbit (sbyte VR128:$x, (VREPIB (UIMM8 imm:$amt))),
977 (sbit (sbyte VR128:$x, (VREPB (VLVGP32 GR32:$amt, GR32:$amt), 15)),