HomeSort by relevance Sort by last modified time
    Searched refs:STW (Results 1 - 6 of 6) sorted by null

  /external/openssl/crypto/sha/asm/
sha512-ia64.pl 71 $STW="st8";
85 $STW="st4";
579 { .mmi; $STW [r8]=A_,4*$SZ
580 $STW [r9]=B_,4*$SZ
582 { .mmi; $STW [r10]=C_,4*$SZ
583 $STW [r11]=D_,4*$SZ
585 { .mmb; $STW [r8]=E_
586 $STW [r9]=F_ }
587 { .mmb; $STW [r10]=G_
588 $STW [r11]=H
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 210 #define STW (INSN_OP(0x1a))
702 tcg_out_ldst(s, data_reg, r0, 0, STW);
707 tcg_out_ldst(s, data_reg, r0, 0, STW);
708 tcg_out_ldst(s, data_reg2, r0, 4, STW);
711 tcg_out_ldst(s, TCG_REG_R20, r0, 4, STW);
713 tcg_out_ldst(s, TCG_REG_R20, r0, 0, STW);
793 tcg_out_ldst(s, args[0], args[1], args[2], STW);
  /external/qemu/tcg/ppc/
tcg-target.c 307 #define STW OPCD(36)
841 else tcg_out32 (s, STW | RS (data_reg) | RA (r0));
850 tcg_out32 (s, STW | RS (data_reg2) | RA (r0));
851 tcg_out32 (s, STW | RS (data_reg) | RA (r0) | 4);
885 tcg_out32 (s, (STW
891 tcg_out32 (s, STW | RS (0) | RA (1) | (frame_size + LR_OFFSET));
919 tcg_out_ldst (s, arg, arg1, arg2, STW, STWX);
1199 tcg_out_ldst (s, args[0], args[1], args[2], STW, STWX);
    [all...]
  /external/qemu/tcg/sparc/
tcg-target.c 256 #define STW (INSN_OP(3) | INSN_OP3(0x04))
390 tcg_out_ldst(s, arg, arg1, arg2, STW);
557 #define HOST_ST_OP STW
902 /* stw data_reg, [arg0] */
903 tcg_out_ldst(s, data_reg, arg0, 0, STW);
1025 tcg_out_ldst(s, args[0], args[1], args[2], STW);
    [all...]
  /external/openssl/crypto/bn/asm/
pa-risc2.s 756 STW %r2,-20(%r30) ;offset 0x8ec
757 STW,MA %r3,192(%r30) ;offset 0x8f0
758 STW %r4,-188(%r30) ;offset 0x8f4
763 STW %r9,-168(%r30) ;offset 0x908
871 STW %r2,-160(%r30) ;offset 0xa68
872 STW %r7,-128(%r30) ;offset 0xa6c
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 278 #define STW OPCD( 36)
795 else tcg_out32 (s, STW | RS (data_reg) | RA (r0));
879 tcg_out_ldst (s, arg, arg1, arg2, STW, STWX);
1115 tcg_out_ldst (s, args[0], args[1], args[2], STW, STWX);
    [all...]

Completed in 58 milliseconds