HomeSort by relevance Sort by last modified time
    Searched full:outs (Results 201 - 225 of 470) sorted by null

1 2 3 4 5 6 7 891011>>

  /dalvik/dx/src/com/android/dx/dex/code/
FixedSizeInsn.java 43 * ins or outs)
  /dalvik/dx/tests/044-dex-math-ops/
expected.txt 2 regs: 000f; ins: 0005; outs: 0000
37 regs: 0009; ins: 0003; outs: 0000
72 regs: 0009; ins: 0003; outs: 0000
142 regs: 000f; ins: 0005; outs: 0000
  /external/chromium_org/components/dom_distiller/core/javascript/
dom_distiller_viewer.js 69 // Add a listener to the "View Original" link to report opt-outs.
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
FixedSizeInsn.java 43 * ins or outs)
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfoV3.td 27 def CALLv3 : JInst<(outs), (ins calltarget:$dst),
43 def CALLRv3 : JRInst<(outs), (ins IntRegs:$dst),
57 def MAXw_dd : ALU64_rr<(outs DoubleRegs:$dst), (ins DoubleRegs:$src1,
68 def MINw_dd : ALU64_rr<(outs DoubleRegs:$dst), (ins DoubleRegs:$src1,
HexagonISelLowering.h 90 SmallVectorImpl<ISD::OutputArg> &Outs,
133 const SmallVectorImpl<ISD::OutputArg> &Outs,
  /external/llvm/lib/Target/Mips/
MipsInstrFPU.td 104 InstSE<(outs RC:$fd), (ins RC:$fs, RC:$ft),
123 InstSE<(outs DstRC:$fd), (ins SrcRC:$fs), !strconcat(opstr, "\t$fd, $fs"),
148 InstSE<(outs DstRC:$rt), (ins SrcRC:$fs), !strconcat(opstr, "\t$rt, $fs"),
153 InstSE<(outs DstRC:$fs), (ins SrcRC:$rt), !strconcat(opstr, "\t$rt, $fs"),
158 InstSE<(outs DstRC:$fs), (ins DstRC:$fs_in, SrcRC:$rt),
167 InstSE<(outs RC:$rt), (ins mem:$addr), !strconcat(opstr, "\t$rt, $addr"),
175 InstSE<(outs), (ins RC:$rt, mem:$addr), !strconcat(opstr, "\t$rt, $addr"),
183 InstSE<(outs RC:$fd), (ins RC:$fr, RC:$fs, RC:$ft),
190 InstSE<(outs RC:$fd), (ins RC:$fr, RC:$fs, RC:$ft),
197 InstSE<(outs DRC:$fd), (ins PtrRC:$base, PtrRC:$index)
    [all...]
Mips64InstrInfo.td 254 def DSLL64_32 : FR<0x00, 0x3c, (outs GPR64:$rd), (ins GPR32:$rt),
256 def SLL64_32 : FR<0x0, 0x00, (outs GPR64:$rd), (ins GPR32:$rt),
258 def SLL64_64 : FR<0x0, 0x00, (outs GPR64:$rd), (ins GPR64:$rt),
269 def LONG_BRANCH_DADDiu : PseudoSE<(outs GPR64Opnd:$dst),
277 InstSE<(outs RO:$rd), (ins RO:$rs), !strconcat(opstr, "\t$rd, $rs"),
283 InstSE<(outs GPR64Opnd:$rt), (ins GPR64Opnd:$rs, uimm5:$pos, uimm5:$lenm1),
291 InstSE<(outs GPR64Opnd:$rd), (ins GPR64Opnd:$rs, GPR64Opnd:$rt),
299 InstSE<(outs GPR64Opnd:$rt), (ins GPR64Opnd:$rs, simm10_64:$imm10),
495 MipsAsmPseudoInst<(outs RO:$rt), (ins Od:$imm64),
MipsDSPInstrFormats.td 23 class DSPInst : MipsInst<(outs), (ins), "", [], NoItinerary, FrmOther> {
27 class PseudoDSP<dag outs, dag ins, list<dag> pattern,
29 MipsPseudo<outs, ins, pattern, itin> {
  /external/llvm/lib/Target/R600/
AMDGPUInstructions.td 15 class AMDGPUInst <dag outs, dag ins, string asm, list<dag> pattern> : Instruction {
20 let OutOperandList = outs;
30 class AMDGPUShaderInst <dag outs, dag ins, string asm, list<dag> pattern>
31 : AMDGPUInst<outs, ins, asm, pattern> {
322 (outs rc:$dst),
329 (outs rc:$dst),
336 (outs rc:$dst),
349 (outs dstClass:$dst),
358 (outs),
  /frameworks/compile/mclinker/lib/Script/
EntryCmd.cpp 31 mcld::outs() << "ENTRY ( " << m_Entry << " )\n";
OutputArchCmd.cpp 29 mcld::outs() << "OUTPUT_ARCH ( " << m_Arch << " )\n";
OutputCmd.cpp 31 mcld::outs() << "OUTPUT ( " << m_OutputFile << " )\n";
SearchDirCmd.cpp 31 mcld::outs() << "SEARCH_DIR ( " << m_Path << " )\n";
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
resource.so 
  /external/llvm/include/llvm/Target/
Target.td 497 /// list for an instruction. outs and ins are identical both syntactically and
500 /// (outs R32:$dst), (ins R32:$src1, R32:$src2) or something similar.
502 def outs;
721 let OutOperandList = (outs);
726 let OutOperandList = (outs);
732 let OutOperandList = (outs);
739 let OutOperandList = (outs);
746 let OutOperandList = (outs);
753 let OutOperandList = (outs);
759 let OutOperandList = (outs unknown:$dst)
    [all...]
  /dalvik/dx/tests/053-dex-instance-var-access/
expected.txt 2 regs: 0006; ins: 0001; outs: 0000
41 regs: 000b; ins: 0004; outs: 0000
  /external/clang/tools/diagtool/
TreeView.cpp 27 if (&out != &llvm::errs() && &out != &llvm::outs())
29 return llvm::errs().is_displayed() && llvm::outs().is_displayed();
  /external/kernel-headers/original/uapi/sound/
hdspm.h 201 Ins to Outs mixer[out].in[in], Outstreams to Outs mixer[out].pb[pb] */
  /external/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 86 outs() << Filename
89 DICtx->dump(outs(), DumpType);
  /external/llvm/tools/llvm-symbolizer/
llvm-symbolizer.cpp 131 outs() << Result << "\n";
132 outs().flush();
  /frameworks/compile/mclinker/lib/Support/
raw_ostream.cpp 97 // outs(), errs(), nulls()
99 mcld::raw_fd_ostream& mcld::outs() { function in class:mcld
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 224 outs() << "<lli>"; outs().flush();
504 outs() << (UseIntegratedAssembler ? "<llc-ia>" : "<llc>");
505 outs().flush();
630 outs() << "<jit>"; outs().flush();
742 outs() << "<gcc>"; outs().flush();
792 outs() << "<program>"; outs().flush()
    [all...]
  /external/valgrind/main/auxprogs/
DotToScc.hs 76 outs v = [w | (u,w) <- clean_edges, v==u]
77 components = map (sort.utSetToList) (deScc ins outs nodes)
92 (a -> [a]) -> -- The "outs" map
96 deScc ins outs
98 where depthFirst = snd . deDepthFirstSearch outs (utSetEmpty, [])
  /external/llvm/lib/IR/
GCOV.cpp 729 outs() << format("Lines executed:%.2f%% of %u\n",
734 outs() << format("Branches executed:%.2f%% of %u\n",
737 outs() << format("Taken at least once:%.2f%% of %u\n",
741 outs() << "No branches\n";
743 outs() << "No calls\n"; // to be consistent with gcov
752 outs() << "Function '" << Coverage.Name << "'\n";
754 outs() << "\n";
764 outs() << "File '" << Coverage.Name << "'\n";
767 outs() << Coverage.Name << ":creating '" << Filename << "'\n";
768 outs() << "\n"
    [all...]

Completed in 378 milliseconds

1 2 3 4 5 6 7 891011>>