Home
last modified time | relevance | path

Searched refs:temp0 (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-intrinsic.md946 rtx temp0 = gen_reg_rtx (SImode);
949 emit_move_insn (temp0, gen_rtx_MEM (Pmode, operands[0]));
951 emit_insn (gen_unspec_bse (temp0, operands[1], temp2, temp0, temp2));
952 emit_move_insn (gen_rtx_MEM (Pmode, operands[0]), temp0);
979 rtx temp0 = gen_reg_rtx (SImode);
982 emit_move_insn (temp0, gen_rtx_MEM (Pmode, operands[0]));
984 emit_insn (gen_unspec_bsp (temp0, operands[1], temp2, temp0, temp2));
985 emit_move_insn (gen_rtx_MEM (Pmode, operands[0]), temp0);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-intrinsic.md946 rtx temp0 = gen_reg_rtx (SImode);
949 emit_move_insn (temp0, gen_rtx_MEM (Pmode, operands[0]));
951 emit_insn (gen_unspec_bse (temp0, operands[1], temp2, temp0, temp2));
952 emit_move_insn (gen_rtx_MEM (Pmode, operands[0]), temp0);
979 rtx temp0 = gen_reg_rtx (SImode);
982 emit_move_insn (temp0, gen_rtx_MEM (Pmode, operands[0]));
984 emit_insn (gen_unspec_bsp (temp0, operands[1], temp2, temp0, temp2));
985 emit_move_insn (gen_rtx_MEM (Pmode, operands[0]), temp0);
/netbsd-src/sys/dev/ic/
H A Darn9380.c869 int i, corr, temp, temp0; in ar9380_set_correction() local
876 temp0 = 0; /* XXX: gcc */ in ar9380_set_correction()
880 temp0 = temp; in ar9380_set_correction()
914 reg = RW(reg, AR_PHY_TPC_18_THERM_CAL, temp0); in ar9380_set_correction()
/netbsd-src/sys/dev/pci/
H A Darcmsrvar.h267 uint8_t temp0; member
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/asm/
H A Decp_nistz256-armv8.pl875 my ($rp_real,$ap_real,$bp_real,$in1infty,$in2infty,$temp0,$temp1,$temp2)=map("x$_",(21..28));
954 orr $temp0,$acc0,$acc2 // ~is_equal(S1,S2)
981 orr $acc0,$acc0,$temp0
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/asm/
H A Decp_nistz256-armv8.pl878 my ($rp_real,$ap_real,$bp_real,$in1infty,$in2infty,$temp0,$temp1,$temp2)=map("x$_",(21..28));
957 orr $temp0,$acc0,$acc2 // ~is_equal(S1,S2)
984 orr $acc0,$acc0,$temp0
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-logue.cc1300 rtx temp0 = (fromprolog in rs6000_emit_load_toc_table() local
1316 emit_insn (gen_load_toc_v4_PIC_2 (temp0, dest, symL, symF)); in rs6000_emit_load_toc_table()
1329 emit_move_insn (temp0, gen_rtx_MEM (Pmode, dest)); in rs6000_emit_load_toc_table()
1331 emit_insn (gen_addsi3 (dest, temp0, dest)); in rs6000_emit_load_toc_table()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-logue.c1272 rtx temp0 = (fromprolog in rs6000_emit_load_toc_table() local
1288 emit_insn (gen_load_toc_v4_PIC_2 (temp0, dest, symL, symF)); in rs6000_emit_load_toc_table()
1301 emit_move_insn (temp0, gen_rtx_MEM (Pmode, dest)); in rs6000_emit_load_toc_table()
1303 emit_insn (gen_addsi3 (dest, temp0, dest)); in rs6000_emit_load_toc_table()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c444 MULREDUCE4(rev, hv, h2v, h3v, h4v, temp3, temp2, temp1, temp0, accv_); \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c8684 rtx this_rtx, temp0, temp1, addr, funexp; in aarch64_output_mi_thunk() local
8695 temp0 = gen_rtx_REG (Pmode, EP0_REGNUM); in aarch64_output_mi_thunk()
8699 aarch64_add_offset (Pmode, this_rtx, this_rtx, delta, temp1, temp0, false); in aarch64_output_mi_thunk()
8712 temp1, temp0, false); in aarch64_output_mi_thunk()
8716 aarch64_emit_move (temp0, gen_rtx_MEM (ptr_mode, addr)); in aarch64_output_mi_thunk()
8718 aarch64_emit_move (temp0, in aarch64_output_mi_thunk()
8723 addr = plus_constant (Pmode, temp0, vcall_offset); in aarch64_output_mi_thunk()
8728 addr = gen_rtx_PLUS (Pmode, temp0, temp1); in aarch64_output_mi_thunk()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc10137 rtx this_rtx, temp0, temp1, addr, funexp; in aarch64_output_mi_thunk() local
10148 temp0 = gen_rtx_REG (Pmode, EP0_REGNUM); in aarch64_output_mi_thunk()
10152 aarch64_add_offset (Pmode, this_rtx, this_rtx, delta, temp1, temp0, false); in aarch64_output_mi_thunk()
10165 temp1, temp0, false); in aarch64_output_mi_thunk()
10169 aarch64_emit_move (temp0, gen_rtx_MEM (ptr_mode, addr)); in aarch64_output_mi_thunk()
10171 aarch64_emit_move (temp0, in aarch64_output_mi_thunk()
10176 addr = plus_constant (Pmode, temp0, vcall_offset); in aarch64_output_mi_thunk()
10181 addr = gen_rtx_PLUS (Pmode, temp0, temp1); in aarch64_output_mi_thunk()