Searched refs:temp5 (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c2489 rtx cst, temp1, temp2, temp3, temp4, temp5;
2583 or %temp4, %temp2, %temp5
2584 or %temp5, %lo(symbol), %reg */
2599 temp5 = op0;
2607 temp5 = gen_reg_rtx (DImode);
2615 emit_insn (gen_rtx_SET (temp5, gen_rtx_PLUS (DImode, temp4, temp2)));
2616 emit_insn (gen_setlo (op0, temp5, op1));
2652 or %temp4, %temp2, %temp5
2653 or %temp5, %lo(symbol), %reg */
2670 temp5
2486 rtx cst, temp1, temp2, temp3, temp4, temp5; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc2485 rtx cst, temp1, temp2, temp3, temp4, temp5;
2579 or %temp4, %temp2, %temp5
2580 or %temp5, %lo(symbol), %reg */
2595 temp5 = op0;
2603 temp5 = gen_reg_rtx (DImode);
2611 emit_insn (gen_rtx_SET (temp5, gen_rtx_PLUS (DImode, temp4, temp2)));
2612 emit_insn (gen_setlo (op0, temp5, op1));
2648 or %temp4, %temp2, %temp5
2649 or %temp5, %lo(symbol), %reg */
2666 temp5
2482 rtx cst, temp1, temp2, temp3, temp4, temp5; local
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c445 MULREDUCE4(rev, hv, h2v, h3v, h4v, temp7, temp6, temp5, temp4, accv_); \

Completed in 437 milliseconds