Searched refs:tmpi (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/bin/ksh/ |
| D | siglist.sh | 13 in=tmpi$$.c
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | nfp-dis.c | 2808 int num_ctx, scs_cnt, addr_3rdparty32, pc, tmpi, tmpj; in _print_instrs() local 2885 for (tmpi = 1; tmpj > 9; tmpj /= 10) in _print_instrs() 2886 tmpi++; in _print_instrs() 2890 tmpi--; in _print_instrs() 2892 dinfo->fprintf_func (dinfo->stream, "%*c%d ", tmpi, '.', pc); in _print_instrs()
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | nfp-dis.c | 2808 int num_ctx, scs_cnt, addr_3rdparty32, pc, tmpi, tmpj; in _print_instrs() local 2885 for (tmpi = 1; tmpj > 9; tmpj /= 10) in _print_instrs() 2886 tmpi++; in _print_instrs() 2890 tmpi--; in _print_instrs() 2892 dinfo->fprintf_func (dinfo->stream, "%*c%d ", tmpi, '.', pc); in _print_instrs()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-complex.cc | 1173 tree tmpr, tmpi; in expand_complex_multiplication() local 1176 br, bi, &tmpr, &tmpi); in expand_complex_multiplication() 1181 = gimple_build_cond (UNORDERED_EXPR, tmpr, tmpi, in expand_complex_multiplication() 1223 add_phi_arg (imag_phi, tmpi, orig_to_join, UNKNOWN_LOCATION); in expand_complex_multiplication()
|
| D | combine.cc | 863 int tmpi = INSN_CODE (i3); in combine_validate_cost() local 867 INSN_CODE (i3) = tmpi; in combine_validate_cost() 872 tmpi = INSN_CODE (i2); in combine_validate_cost() 876 INSN_CODE (i2) = tmpi; in combine_validate_cost() 893 tmpi = INSN_CODE (undobuf.other_insn); in combine_validate_cost() 898 INSN_CODE (undobuf.other_insn) = tmpi; in combine_validate_cost()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | mips.cc | 20641 int tmpi; in mips_swap_registers() local 20644 #define SWAP_INT(X, Y) (tmpi = (X), (X) = (Y), (Y) = tmpi) in mips_swap_registers()
|