HomeSort by: relevance | last modified time | path
    Searched refs:target1 (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
powerpc-tar.c 20 void * target1 = &&target1_l; local
22 asm volatile ("mtspr 815,%0" : : "r" (target1) : );
powerpc-tar.exp 97 set target1 [get_hexadecimal_valueof "target1" -1]
102 if {${target1} == ${tar}} {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
powerpc-tar.c 20 void * target1 = &&target1_l; local
22 asm volatile ("mtspr 815,%0" : : "r" (target1) : );
powerpc-tar.exp 97 set target1 [get_hexadecimal_valueof "target1" -1]
102 if {${target1} == ${tar}} {
  /src/usr.bin/make/unit-tests/
impsrc.exp 3 expected: target1.x
4 actual: target1.x
5 expected: target1.y
6 actual: target1.y
dep-colon.exp 1 making target1 from source1
deptgt.exp 13 Global: .ALLTARGETS = target1 target2 sources empty-source deptgt-
14 Global: .ALLTARGETS = target1 target2 sources empty-source deptgt- depsrc-
25 make: stopped making "target1" in unit-tests
deptgt.mk 25 target1 target2: sources # targets := [target1, target2]
26 : command1 # targets == [target1, target2]
27 : command2 # targets == [target1, target2]
varmisc.mk 181 target1.c:
184 all: target1-flags target2-flags
185 target1-flags: target1.c
varmisc.exp 79 target1-flags: we have: one two
  /src/external/bsd/iscsi/dist/src/examples/
1.conf 19 extent1 /tmp/iscsi-target1 0 100MB
20 target1 extent1 10.4.0.0/16
3.conf 22 target1 device4 127.0.0.0/8
4.conf 23 target1 extent6 127.0.0.0/8
  /src/external/gpl3/gdb.old/dist/gdb/
regcache.c 1809 /* Regcaches from target1 should not exist, while regcaches from target2
2192 scoped_mock_context<test_target_ops> target1 (arch);
2198 target1.mock_inferior.pid = old_ptid.pid ();
2199 target1.mock_thread.ptid = old_ptid;
2200 target1.mock_inferior.ptid_thread_map.clear ();
2201 target1.mock_inferior.ptid_thread_map[old_ptid] = &target1.mock_thread;
2211 get_thread_arch_regcache (&target1.mock_inferior, old_ptid, arch);
2215 gdb_assert (regcache_count (&target1.mock_target, old_ptid) == 1);
2216 gdb_assert (regcache_count (&target1.mock_target, new_ptid) == 0)
    [all...]
infrun.c 10484 scoped_mock_context<test_target_ops> target1 (arch);
10490 target1.mock_inferior.pid = old_ptid.pid ();
10491 target1.mock_thread.ptid = old_ptid;
10492 target1.mock_inferior.ptid_thread_map.clear ();
10493 target1.mock_inferior.ptid_thread_map[old_ptid] = &target1.mock_thread;
10501 set_current_inferior (&target1.mock_inferior);
10503 thread_change_ptid (&target1.mock_target, old_ptid, new_ptid);
10513 scoped_mock_context<test_target_ops> target1 (arch);
10519 target1.mock_inferior.pid = old_ptid.pid ()
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
regcache.c 1808 /* Regcaches from target1 should not exist, while regcaches from target2
2172 scoped_mock_context<test_target_ops> target1 (arch);
2178 target1.mock_inferior.pid = old_ptid.pid ();
2179 target1.mock_thread.ptid = old_ptid;
2180 target1.mock_inferior.ptid_thread_map.clear ();
2181 target1.mock_inferior.ptid_thread_map[old_ptid] = &target1.mock_thread;
2191 get_thread_arch_regcache (&target1.mock_inferior, old_ptid, arch);
2195 gdb_assert (regcache_count (&target1.mock_target, old_ptid) == 1);
2196 gdb_assert (regcache_count (&target1.mock_target, new_ptid) == 0)
    [all...]
infrun.c 10493 scoped_mock_context<test_target_ops> target1 (arch);
10499 target1.mock_inferior.pid = old_ptid.pid ();
10500 target1.mock_thread.ptid = old_ptid;
10501 target1.mock_inferior.ptid_thread_map.clear ();
10502 target1.mock_inferior.ptid_thread_map[old_ptid] = &target1.mock_thread;
10510 set_current_inferior (&target1.mock_inferior);
10512 thread_change_ptid (&target1.mock_target, old_ptid, new_ptid);
10522 scoped_mock_context<test_target_ops> target1 (arch);
10528 target1.mock_inferior.pid = old_ptid.pid ()
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
attribs.cc 1188 char *target1, *target2;
1228 target1 = sorted_attr_string (TREE_VALUE (attr1));
1233 if (strcmp (target1, target2) == 0)
1238 XDELETEVEC (target1);
builtins.cc 2549 rtx op0, op1, op2, target1, target2;
2571 target1 = gen_reg_rtx (mode);
2582 /* Compute into target1 and target2.
2584 result = expand_twoval_unop (sincos_optab, op0, target2, target1, 0);
2587 /* Move target1 and target2 to the memory locations indicated
2589 emit_move_insn (op1, target1);
2548 rtx op0, op1, op2, target1, target2; local
  /src/external/gpl3/gcc.old/dist/gcc/
attribs.cc 1126 char *target1, *target2;
1165 target1 = sorted_attr_string (TREE_VALUE (attr1));
1170 if (strcmp (target1, target2) == 0)
1175 XDELETEVEC (target1);
builtins.cc 2521 rtx op0, op1, op2, target1, target2;
2543 target1 = gen_reg_rtx (mode);
2554 /* Compute into target1 and target2.
2556 result = expand_twoval_unop (sincos_optab, op0, target2, target1, 0);
2559 /* Move target1 and target2 to the memory locations indicated
2561 emit_move_insn (op1, target1);
2520 rtx op0, op1, op2, target1, target2; local
  /src/external/bsd/openldap/dist/tests/scripts/
defines.sh 162 METACONF1=$DATADIR/slapd-meta-target1.conf
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 960 rtx target1 = JUMP_LABEL (insn1);
967 LABEL_NUSES (target1) == 1
959 rtx target1 = JUMP_LABEL (insn1); local
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc 920 rtx target1 = JUMP_LABEL (insn1);
927 LABEL_NUSES (target1) == 1
919 rtx target1 = JUMP_LABEL (insn1); local
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 23127 rtx rperm[128], vperm, target0, target1; local
23180 target1 = gen_reg_rtx (V64QImode);
23181 emit_insn (gen_avx512bw_pshufbv64qi3 (target1, ds[1].target, vperm));
23183 emit_insn (gen_iorv64qi3 (d->target, target0, target1));

Completed in 205 milliseconds

1 2