HomeSort by relevance Sort by last modified time
    Searched full:outs (Results 176 - 200 of 440) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/grub/netboot/
linux-asm-io.h 101 extern void outs##s(unsigned short port, const void * addr, unsigned long count); \
102 extern inline void outs##s(unsigned short port, const void * addr, unsigned long count) \
103 { __asm__ __volatile__ ("cld ; rep ; outs" #s \
  /external/llvm/docs/HistoricalNotes/
2003-06-26-Reoptimizer2.txt 19 The BinInterface tries to find live-outs for traces so that it can do
21 the original code. It has to preserve the live-ins and live-outs when
23 epilogues that copy live-outs back into the right registers, but
  /external/llvm/examples/BrainF/
BrainFDriver.cpp 99 raw_ostream *out = &outs();
142 outs() << "------- Running JIT -------\n";
152 if (out != &outs())
  /external/llvm/lib/Target/AArch64/
AArch64InstrNEON.td 21 // (outs Result), (ins Imm, OpCmode)
28 // (outs Result), (ins Imm)
32 // (outs Result), (ins LHS, RHS, CondCode)
36 // (outs Result), (ins LHS, 0/0.0 constant, CondCode)
40 // (outs Result), (ins LHS, RHS)
55 (outs VPR64:$Rd), (ins VPR64:$Rn, VPR64:$Rm),
62 (outs VPR128:$Rd), (ins VPR128:$Rn, VPR128:$Rm),
77 (outs VPR64:$Rd), (ins VPR64:$Rn, VPR64:$Rm),
84 (outs VPR128:$Rd), (ins VPR128:$Rn, VPR128:$Rm),
91 (outs VPR64:$Rd), (ins VPR64:$Rn, VPR64:$Rm)
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 107 const SmallVectorImpl<ISD::OutputArg> &Outs,
112 const SmallVectorImpl<ISD::OutputArg> &Outs,
117 const SmallVectorImpl<ISD::OutputArg> &Outs,
  /external/llvm/lib/Target/Mips/
MipsInstrFPU.td 94 InstSE<(outs RC:$fd), (ins RC:$fs, RC:$ft),
112 InstSE<(outs DstRC:$fd), (ins SrcRC:$fs), !strconcat(opstr, "\t$fd, $fs"),
137 InstSE<(outs DstRC:$rt), (ins SrcRC:$fs), !strconcat(opstr, "\t$rt, $fs"),
142 InstSE<(outs DstRC:$fs), (ins SrcRC:$rt), !strconcat(opstr, "\t$rt, $fs"),
147 InstSE<(outs RC:$rt), (ins MemOpnd:$addr), !strconcat(opstr, "\t$rt, $addr"),
155 InstSE<(outs), (ins RC:$rt, MemOpnd:$addr), !strconcat(opstr, "\t$rt, $addr"),
163 InstSE<(outs RC:$fd), (ins RC:$fr, RC:$fs, RC:$ft),
169 InstSE<(outs RC:$fd), (ins RC:$fr, RC:$fs, RC:$ft),
176 InstSE<(outs DRC:$fd), (ins PRC:$base, PRC:$index),
184 InstSE<(outs), (ins DRC:$fs, PRC:$base, PRC:$index)
    [all...]
MipsCondMov.td 21 InstSE<(outs DRC:$rd), (ins DRC:$rs, CRC:$rt, DRC:$F),
29 InstSE<(outs DRC:$fd), (ins DRC:$fs, CRC:$rt, DRC:$F),
37 InstSE<(outs RC:$rd), (ins RC:$rs, FCCRegsOpnd:$fcc, RC:$F),
47 InstSE<(outs RC:$fd), (ins RC:$fs, FCCRegsOpnd:$fcc, RC:$F),
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 48 outs() << ToolName << ": " << Error << ".\n";
273 outs() << "Printing " << Name << "\n";
276 outs().write(Data.data(), Data.size());
283 outs() << "r";
285 outs() << "-";
287 outs() << "w";
289 outs() << "-";
291 outs() << "x";
293 outs() << "-";
306 outs() << ' ' << I->getUID()
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_translate_thread.cc 172 nacl::string(params.outs()[0]->arrays.str));
224 params.outs()[3]->arrays.str);
235 int is_shared_library = (params.outs()[0]->u.ival != 0);
236 nacl::string soname = params.outs()[1]->arrays.str;
237 nacl::string lib_dependencies = params.outs()[2]->arrays.str;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIInstructions.td 83 0x00000003, (outs SCCReg:$dst), (ins SReg_32:$src0, i32imm:$src1),
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
SIInstructions.td 83 0x00000003, (outs SCCReg:$dst), (ins SReg_32:$src0, i32imm:$src1),
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.td 14 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i64imm:$amt),
16 def ADJCALLSTACKUP : Pseudo<(outs), (ins i64imm:$amt1, i64imm:$amt2),
27 def ADJDYNALLOC : Pseudo<(outs GR64:$dst), (ins dynalloc12only:$src),
39 def RET : InstRR<0x07, (outs), (ins), "br\t%r14", [(z_retflag)]>;
45 def BR : InstRR<0x07, (outs), (ins ADDR64:$R2),
49 def J : InstRI<0xA74, (outs), (ins brtarget16:$I2), "j\t$I2",
54 def JG : InstRIL<0xC04, (outs), (ins brtarget32:$I2), "jg\t$I2", []>;
63 def BRC : InstRI<0xA74, (outs), (ins cond4:$valid, cond4:$R1,
66 def BRCL : InstRIL<0xC04, (outs), (ins cond4:$valid, cond4:$R1,
69 def AsmBRC : InstRI<0xA74, (outs), (ins uimm8zx4:$R1, brtarget16:$I2)
    [all...]
  /external/clang/tools/clang-format/
ClangFormat.cpp 255 llvm::outs()
260 llvm::outs() << "<replacement "
265 llvm::outs() << "</replacements>\n";
284 outs() << "{ \"Cursor\": " << tooling::shiftedCodePosition(
286 Rewrite.getEditBuffer(ID).write(outs());
323 llvm::outs() << Config << "\n";
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 144 outs() << "Initializing execution environment: ";
202 outs() << Message;
253 if (!SafeInterpreter) { outs() << Message << "\nExiting.\n"; exit(1); }
256 if (!gcc) { outs() << Message << "\nExiting.\n"; exit(1); }
358 outs() << "\n"
433 outs() << "\nReference output is: " << ReferenceOutputFile << "\n\n";
  /dalvik/vm/mterp/c/
gotoTargets.cpp 768 u4* outs; local
779 outs = OUTS_FROM_FP(fp, vsrc1);
781 outs[i] = GET_REGISTER(vdst+i);
789 outs = OUTS_FROM_FP(fp, count);
792 outs[4] = GET_REGISTER(vsrc1 & 0x0f);
796 outs[i] = GET_REGISTER(vdst & 0x0f);
805 outs[4] = GET_REGISTER(vsrc1 & 0x0f);
807 outs[3] = GET_REGISTER(vdst >> 12);
809 outs[2] = GET_REGISTER((vdst & 0x0f00) >> 8);
811 outs[1] = GET_REGISTER((vdst & 0x00f0) >> 4)
    [all...]
  /external/chromium_org/tools/clang/empty_string/
EmptyStringConverter.cpp 191 llvm::outs() << "==== BEGIN EDITS ====\n";
194 llvm::outs() << "r:" << it->getFilePath() << ":" << it->getOffset() << ":"
197 llvm::outs() << "==== END EDITS ====\n";
  /external/chromium_org/tools/clang/rewrite_scoped_ptr_ctor_null/
RewriteScopedPtrCtorNull.cpp 188 llvm::outs() << "==== BEGIN EDITS ====\n";
192 llvm::outs() << "r:" << it->getFilePath() << ":" << it->getOffset() << ":"
195 llvm::outs() << "==== END EDITS ====\n";
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
FixedSizeInsn.java 42 * ins or outs)
  /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/dexmaker/src/dx/java/com/android/dx/dex/code/
FixedSizeInsn.java 43 * ins or outs)
  /external/dropbear/libtommath/
bn_mp_div_d.c 44 /* quick 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,
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp     [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

Completed in 711 milliseconds

1 2 3 4 5 6 78 91011>>