HomeSort by: relevance | last modified time | path
    Searched refs:Fetch (Results 1 - 14 of 14) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/statschannel/
fetch.pl 14 # fetch.pl:
15 # Simple script to fetch HTTP content from the statistics channel
19 use File::Fetch;
23 print ("Usage: fetch.pl [-s address] [-p port] [path]\n");
41 my $ff = File::Fetch->new(uri => "http://$addr:$port/$path");
42 my $file = $ff->fetch() or die $ff->error;
prereq.sh 21 if ! ${PERL} -MFile::Fetch -e ''; then
22 echo_i "perl File::Fetch module is required"
  /src/external/apache2/llvm/dist/llvm/lib/MCA/
Context.cpp 12 /// a default out-of-order pipeline with fetch, dispatch, execute, and retire
46 auto Fetch = std::make_unique<EntryStage>(SrcMgr);
61 StagePipeline->appendStage(std::move(Fetch));
  /src/external/gpl3/autoconf/dist/
cfg.mk 50 .PHONY: fetch gnulib-update autom4te-update
51 fetch: gnulib-update autom4te-update
82 ## Fetch the latest versions of files we care about.
  /src/external/gpl3/gdb/dist/sim/common/
genmloop.sh 401 # Simple engine: fetch an instruction, execute the instruction.
526 # Non-parallel scache engine: lookup insn in scache, fetch if missing,
542 fetch and decode the instruction. */
699 # Parallel scache engine: lookup insn in scache, fetch if missing,
716 fetch and decode the instruction. */
914 /* Fetch and extract a pseudo-basic-block.
  /src/external/gpl3/gdb.old/dist/sim/common/
genmloop.sh 401 # Simple engine: fetch an instruction, execute the instruction.
526 # Non-parallel scache engine: lookup insn in scache, fetch if missing,
542 fetch and decode the instruction. */
699 # Parallel scache engine: lookup insn in scache, fetch if missing,
716 fetch and decode the instruction. */
914 /* Fetch and extract a pseudo-basic-block.
  /src/sys/arch/mvme68k/mvme68k/
locore.s 1010 movl _C_LABEL(saved_vbr),%d3 | Fetch Bug's original VBR value
  /src/sys/arch/news68k/news68k/
locore.s 797 movl _C_LABEL(saved_vbr),%d3 | Fetch original VBR value
  /src/external/gpl3/gdb/dist/gdb/
gdbarch_components.py 1129 Fetch the target specific address used to represent a load module.
1631 Fetch the pointer to the ith function argument.
2329 probe (ourselves) will need to actually fetch values from the wider
2340 this case, GDB should actually fetch the probe's value from register
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch_components.py 1129 Fetch the target specific address used to represent a load module.
1594 Fetch the pointer to the ith function argument.
2292 probe (ourselves) will need to actually fetch values from the wider
2303 this case, GDB should actually fetch the probe's value from register
  /src/sys/arch/m68k/060sp/dist/
isp.s 417 mov.l %usp,%a0 # fetch user stack pointer
433 # fetch the opword and first extension word pointed to by the stacked pc
436 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr
438 bsr.l _imem_read_long # fetch opword & extword
559 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr
594 mov.l EXC_A7(%a6),%a0 # fetch user stack pointer
896 # (An) - fetch An value from stack #
897 # -(An) - fetch An value from stack; return decr value; #
901 # (An)+ - fetch An value from stack; return value; #
905 # (d16,An) - fetch An value from stack; read d16 using
    [all...]
fplsp.s 586 bsr.l tag # fetch operand type
643 bsr.l tag # fetch operand type
702 bsr.l tag # fetch operand type
763 bsr.l tag # fetch operand type
820 bsr.l tag # fetch operand type
879 bsr.l tag # fetch operand type
940 bsr.l tag # fetch operand type
997 bsr.l tag # fetch operand type
1056 bsr.l tag # fetch operand type
1117 bsr.l tag # fetch operand typ
    [all...]
fpsp.s 660 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr
662 bsr.l _imem_read_long # fetch the instruction words
721 mov.l (tbl_unsupp.l,%pc,%d1.w*4),%d1 # fetch routine addr
900 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr
902 bsr.l _imem_read_long # fetch the instruction words
964 mov.l (tbl_unsupp.l,%pc,%d1.w*4),%d1 # fetch routine addr
1127 # get_packed() - fetch packed operand from memory #
1226 mov.l %usp,%a0 # fetch user stack pointer
1242 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr
1244 bsr.l _imem_read_long # fetch the instruction word
    [all...]
  /src/sys/arch/sparc64/sparc64/
locore.s 679 VTRAP(T_DATAFAULT, winfault) ! 030 = data fetch fault
689 VTRAP(T_ASYNC_ERROR, winfault) ! 040 = data fetch fault
890 VTRAP(T_DATAFAULT, winfault) ! 030 = data fetch fault
892 VTRAP(T_DATA_ERROR, winfault) ! 032 = data fetch fault
893 VTRAP(T_DATA_PROT, winfault) ! 033 = data fetch fault
900 VTRAP(T_ASYNC_ERROR, winfault) ! 040 = data fetch fault
2839 LDPTRA [%g6] ASI_PHYS_CACHED, %g4 ! Fetch TTE
2912 LDPTRA [%g6] ASI_PHYS_CACHED, %g4 ! Fetch TTE
3045 LDPTRA [%g6] ASI_PHYS_CACHED, %g4 ! Fetch TTE
3141 LDPTRA [%g6] ASI_PHYS_CACHED, %g4 ! Fetch TT
    [all...]

Completed in 53 milliseconds