| /src/external/gpl3/gcc.old/dist/libgcc/config/tilepro/ |
| softmpy.S | 38 #define tmp0 r6 define 49 mulhl_uu tmp0, lo1, r0 55 move tmp1, tmp0 56 mulhla_uu tmp0, lo0, lo1 63 slt_u tmp1, tmp0, tmp1 67 shli r0, tmp0, 16 79 inthh tmp1, tmp1, tmp0 83 slt_u tmp0, r0, tmp0_left_16 87 add r1, tmp0, tmp1
|
| /src/sys/arch/mips/cavium/dev/ |
| octeon_cop2var.h | 60 uint64_t tmp0, tmp1, tmp2, tmp3; \ 67 CNASM_##AU##LD(tmp0, 0, key) \ 70 CNASM_MT2(tmp0, CVM_MT_AES_KEY, 0) /* delay slot */ \ 87 : [tmp0] "=&r" (tmp0), \ 115 uint64_t tmp0, tmp1; local 120 CNASM_ULD(tmp0, 0, iv) 122 CNASM_MT2(tmp0, CVM_MT_AES_IV, 0) 125 : [tmp0] "=&r" (tmp0), 315 uint64_t tmp0, tmp1, tmp2; local 344 uint64_t tmp0; local 532 uint64_t tmp0, tmp1; local 558 uint64_t tmp0, tmp1; local 582 uint64_t tmp0, tmp1, tmp2, tmp3; local 624 uint64_t tmp0, tmp1, tmp2; local 653 uint64_t tmp0, tmp1, tmp2; local 681 uint64_t tmp0, tmp1, tmp2, tmp3; local 723 uint64_t tmp0, tmp1, tmp2, tmp3; local 753 uint64_t tmp0, tmp1, tmp2, tmp3; local 783 uint64_t tmp0, tmp1, tmp2, tmp3; local 825 uint64_t tmp0, tmp1, tmp2, tmp3; local 863 uint64_t tmp0, tmp1, tmp2, tmp3; local 901 uint64_t tmp0, tmp1, tmp2, tmp3; local [all...] |
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| 10436.s | 6 loadsym i0, tmp0; 38 tmp0: label
|
| 10272_small.s | 6 loadsym P5, tmp0; 25 loadsym P5, tmp0; 37 loadsym P5, tmp0; 50 tmp0: label
|
| issue205.s | 23 loadsym P1, tmp0; 45 tmp0: label
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| 10436.s | 6 loadsym i0, tmp0; 38 tmp0: label
|
| 10272_small.s | 6 loadsym P5, tmp0; 25 loadsym P5, tmp0; 37 loadsym P5, tmp0; 50 tmp0: label
|
| issue205.s | 23 loadsym P1, tmp0; 45 tmp0: label
|
| /src/external/gpl3/gcc/dist/libgcc/config/aarch64/ |
| lse.S | 164 #define tmp0 16 define 188 adrp x(tmp0), __aarch64_have_lse_atomics 189 ldrb w(tmp0), [x(tmp0), :lo12:__aarch64_have_lse_atomics] 190 cbz w(tmp0), \label 208 8: UXT s(tmp0), s(0) 210 cmp s(0), s(tmp0) 234 8: mov x(tmp0), x0 237 cmp x0, x(tmp0) 264 8: mov s(tmp0), s(0 [all...] |
| /src/sys/dev/rasops/ |
| rasops1.c | 97 uint32_t bg, fg, lbg, rbg, fb, lmask, rmask, tmp, tmp0, tmp1; local 203 tmp0 = (rp[0] & lmask) | lbg; 206 rp[0] = tmp0; 210 hp[0] = tmp0; 226 tmp0 = rp[0] & lmask; 227 tmp0 |= MBE(fb >> col); 232 rp[0] = tmp0; 236 hp[0] = tmp0; 254 tmp0 = (rp[0] & lmask) | (fg & ~lmask); 256 rp[0] = tmp0; [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/aarch64/ |
| lse.S | 160 #define tmp0 16 define 185 adrp x(tmp0), __aarch64_have_lse_atomics 186 ldrb w(tmp0), [x(tmp0), :lo12:__aarch64_have_lse_atomics] 187 cbz w(tmp0), \label 205 8: UXT s(tmp0), s(0) 207 cmp s(0), s(tmp0) 231 8: mov x(tmp0), x0 234 cmp x0, x(tmp0) 260 8: mov s(tmp0), s(0 [all...] |
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/ref10/ |
| x25519_ref10.c | 63 fe25519 tmp0; local 92 fe25519_sub(tmp0, x3, z3); 96 fe25519_mul(z3, tmp0, x2); 98 fe25519_sq(tmp0, tmp1); 102 fe25519_mul(x2, tmp1, tmp0); 103 fe25519_sub(tmp1, tmp1, tmp0); 107 fe25519_add(tmp0, tmp0, z3); 109 fe25519_mul(z2, tmp1, tmp0);
|
| /src/sys/arch/mipsco/mipsco/ |
| machdep.c | 456 int mem, tmp, tmp0; local 470 tmp0 = *vp0; 487 *vp0 = tmp0;
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/ |
| aead_aes256gcm_aesni.c | 369 tmp0 = _mm_xor_si128(tmp0, lo); \ 370 tmp0 = _mm_xor_si128(tmp0, hi); \ 371 tmp0 = _mm_xor_si128(tmp1, tmp0); \ 372 tmp0 = _mm_xor_si128(tmp2, tmp0); \ 373 tmp0 = _mm_xor_si128(tmp3, tmp0);\ [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| vtable-verify.cc | 671 tree tmp0; local 760 tmp0 = make_temp_ssa_name (TREE_TYPE (lhs), NULL, "VTV"); 761 gimple_call_set_lhs (call_stmt, tmp0); 764 /* Replace all uses of lhs with tmp0. */ 774 SET_USE (use_p, tmp0);
|
| value-prof.cc | 680 tree tmp0, tmp1, tmp2; local 698 tmp0 = make_temp_ssa_name (optype, NULL, "PROF"); 700 stmt1 = gimple_build_assign (tmp0, fold_convert (optype, value)); 702 stmt3 = gimple_build_cond (NE_EXPR, tmp1, tmp0, NULL_TREE, NULL_TREE); 709 stmt1 = gimple_build_assign (tmp2, gimple_assign_rhs_code (stmt), op1, tmp0); 1322 tree tmp0, tmp1, tmp; local 1333 tmp0 = make_temp_ssa_name (ptr_type_node, NULL, "PROF"); 1336 load_stmt = gimple_build_assign (tmp0, tmp); 1343 cond_stmt = gimple_build_cond (EQ_EXPR, tmp1, tmp0, NULL_TREE, NULL_TREE); 1548 tree tmp0, tmp1, vcall_size, optype local [all...] |
| loop-iv.cc | 2312 rtx op0, op1, delta, step, bound, may_xform, tmp, tmp0, tmp1; local 2622 tmp0 = lowpart_subreg (mode, iv0.base, comp_mode); 2625 SImode, mode, tmp0, tmp1); 2686 tmp0 = lowpart_subreg (mode, iv0.base, comp_mode); 2702 t0 = simplify_gen_binary (UMOD, mode, copy_rtx (tmp0), step); 2720 SImode, mode, tmp0, tmp); 2723 delta = simplify_gen_binary (MINUS, mode, delta, tmp0); 2731 tmp0 = lowpart_subreg (mode, iv0.base, comp_mode); 2744 bound, tmp0); 2746 t0 = simplify_gen_binary (UMOD, mode, copy_rtx (tmp0), step) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| vtable-verify.cc | 671 tree tmp0; local 752 tmp0 = make_temp_ssa_name (TREE_TYPE (lhs), NULL, "VTV"); 753 gimple_call_set_lhs (call_stmt, tmp0); 756 /* Replace all uses of lhs with tmp0. */ 766 SET_USE (use_p, tmp0);
|
| value-prof.cc | 668 tree tmp0, tmp1, tmp2; local 686 tmp0 = make_temp_ssa_name (optype, NULL, "PROF"); 688 stmt1 = gimple_build_assign (tmp0, fold_convert (optype, value)); 690 stmt3 = gimple_build_cond (NE_EXPR, tmp1, tmp0, NULL_TREE, NULL_TREE); 697 stmt1 = gimple_build_assign (tmp2, gimple_assign_rhs_code (stmt), op1, tmp0); 1314 tree tmp0, tmp1, tmp; local 1325 tmp0 = make_temp_ssa_name (ptr_type_node, NULL, "PROF"); 1328 load_stmt = gimple_build_assign (tmp0, tmp); 1335 cond_stmt = gimple_build_cond (EQ_EXPR, tmp1, tmp0, NULL_TREE, NULL_TREE); 1540 tree tmp0, tmp1, vcall_size, optype local [all...] |
| loop-iv.cc | 2296 rtx op0, op1, delta, step, bound, may_xform, tmp, tmp0, tmp1; local 2606 tmp0 = lowpart_subreg (mode, iv0.base, comp_mode); 2609 SImode, mode, tmp0, tmp1); 2670 tmp0 = lowpart_subreg (mode, iv0.base, comp_mode); 2686 t0 = simplify_gen_binary (UMOD, mode, copy_rtx (tmp0), step); 2704 SImode, mode, tmp0, tmp); 2707 delta = simplify_gen_binary (MINUS, mode, delta, tmp0); 2715 tmp0 = lowpart_subreg (mode, iv0.base, comp_mode); 2728 bound, tmp0); 2730 t0 = simplify_gen_binary (UMOD, mode, copy_rtx (tmp0), step) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| sh-mem.cc | 208 rtx tmp0 = gen_reg_rtx (SImode); local 262 emit_insn (gen_cmpstr_t (tmp0, tmp3)); 366 rtx tmp0 = gen_reg_rtx (SImode); local 380 emit_move_insn (tmp0, const0_rtx); 421 emit_insn (gen_cmpstr_t (tmp0, tmp3)); 587 rtx tmp0 = gen_reg_rtx (SImode); local 610 emit_move_insn (tmp0, operands[2]); 622 emit_insn (gen_cmpstr_t (tmp0, tmp1));
|
| /src/external/gpl3/gcc/dist/gcc/config/sh/ |
| sh-mem.cc | 208 rtx tmp0 = gen_reg_rtx (SImode); local 262 emit_insn (gen_cmpstr_t (tmp0, tmp3)); 366 rtx tmp0 = gen_reg_rtx (SImode); local 380 emit_move_insn (tmp0, const0_rtx); 421 emit_insn (gen_cmpstr_t (tmp0, tmp3)); 587 rtx tmp0 = gen_reg_rtx (SImode); local 610 emit_move_insn (tmp0, operands[2]); 622 emit_insn (gen_cmpstr_t (tmp0, tmp1));
|
| /src/sys/arch/newsmips/dev/ |
| scsi_1185.c | 1061 uint8_t tmp0; local 1076 GET_INTR(&tmp0, &tmp); /* clear interrupt */ 1335 uint8_t tmp0; local 1375 GET_INTR(&tmp0, &tmp); /* clear interrupt */ 1378 GET_INTR(&tmp0, &tmp); /* clear interrupt */ 1389 GET_INTR(&tmp0, &tmp); /* clear interrupt */ 1409 GET_INTR(&tmp0, &tmp); /* clear interrupt */ 1429 GET_INTR(&tmp0, &tmp); /* clear interrupt */
|
| /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
| tilepro.cc | 1995 rtx tmp0 = gen_reg_rtx (SImode); 2013 emit_insn (gen_insn_mulhl_su (tmp0, op1, op2)); 2020 emit_insn (gen_insn_mulhl_uu (tmp0, op1, op2)); 2026 emit_move_insn (tmp4, (gen_rtx_ASHIFT (SImode, tmp0, GEN_INT (16)))); 2038 emit_move_insn (tmp9, (gen_rtx_ASHIFTRT (SImode, tmp0, GEN_INT (16)))); 2043 emit_move_insn (tmp9, (gen_rtx_LSHIFTRT (SImode, tmp0, GEN_INT (16)))); 2079 rtx tmp, tmp0, tmp1, tmp2; 2131 tmp0 = gen_reg_rtx (SImode); 2138 emit_insn (gen_insn_seq (tmp0, lo_half[0], lo_half[1])); 2140 emit_insn (gen_andsi3 (res, tmp0, tmp1)) 1990 rtx tmp0 = gen_reg_rtx (SImode); local 2073 rtx tmp, tmp0, tmp1, tmp2; local [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| xmmintrin.h | 2972 __m128 tmp3, tmp2, tmp1, tmp0; \ 2973 tmp0 = _mm_unpacklo_ps((row0), (row1)); \ 2977 (row0) = _mm_movelh_ps(tmp0, tmp2); \ 2978 (row1) = _mm_movehl_ps(tmp2, tmp0); \
|