/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILInstrInfo.td | 164 class ILFormat<dag outs, dag ins, string asmstr, list<dag> pattern> 168 dag OutOperandList = outs; 183 def _i32 : ILFormat<(outs), 187 def _f32 : ILFormat<(outs), 195 def _i32 : ILFormat<(outs), (ins GPRI32:$src), 197 def _f32 : ILFormat<(outs), (ins GPRF32:$src), 202 def _i32 : ILFormat<(outs), (ins GPRI32:$src0, GPRI32:$src1), 204 def _f32 : ILFormat<(outs), (ins GPRF32:$src0, GPRF32:$src1), 221 def BRANCH : ILFormat<(outs), (ins brtarget:$target), 231 def SWITCH : ILFormat< (outs), (ins GPRI32:$src) [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILInstrInfo.td | 164 class ILFormat<dag outs, dag ins, string asmstr, list<dag> pattern> 168 dag OutOperandList = outs; 183 def _i32 : ILFormat<(outs), 187 def _f32 : ILFormat<(outs), 195 def _i32 : ILFormat<(outs), (ins GPRI32:$src), 197 def _f32 : ILFormat<(outs), (ins GPRF32:$src), 202 def _i32 : ILFormat<(outs), (ins GPRI32:$src0, GPRI32:$src1), 204 def _f32 : ILFormat<(outs), (ins GPRF32:$src0, GPRF32:$src1), 221 def BRANCH : ILFormat<(outs), (ins brtarget:$target), 231 def SWITCH : ILFormat< (outs), (ins GPRI32:$src) [all...] |
/bionic/libc/kernel/arch-x86/asm/ |
io_32.h | 31 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type value = in##bwl##_local(port); slow_down_io(); return value; } __BUILDIO(bwl,bw,type) static inline void out##bwl##_p(unsigned type value, int port) { out##bwl(value, port); slow_down_io(); } static inline unsigned type in##bwl##_p(int port) { unsigned type value = in##bwl(port); slow_down_io(); return value; } static inline void outs##bwl(int port, const void *addr, unsigned long count) { __asm__ __volatile__("rep; outs" #bwl : "+S"(addr), "+c"(count) : "d"(port)); } static inline void ins##bwl(int port, void *addr, unsigned long count) { __asm__ __volatile__("rep; ins" #bwl : "+D"(addr), "+c"(count) : "d"(port)); }
|
/dalvik/dx/tests/045-dex-switch-ops/ |
expected.txt | 2 regs: 0005; ins: 0002; outs: 0000 29 regs: 0005; ins: 0002; outs: 0000
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
io_32.h | 31 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type value = in##bwl##_local(port); slow_down_io(); return value; } __BUILDIO(bwl,bw,type) static inline void out##bwl##_p(unsigned type value, int port) { out##bwl(value, port); slow_down_io(); } static inline unsigned type in##bwl##_p(int port) { unsigned type value = in##bwl(port); slow_down_io(); return value; } static inline void outs##bwl(int port, const void *addr, unsigned long count) { __asm__ __volatile__("rep; outs" #bwl : "+S"(addr), "+c"(count) : "d"(port)); } static inline void ins##bwl(int port, void *addr, unsigned long count) { __asm__ __volatile__("rep; ins" #bwl : "+D"(addr), "+c"(count) : "d"(port)); }
|
/external/javassist/sample/evolve/ |
DemoServer.java | 75 private void runJava(OutputStream outs) throws IOException {
76 OutputStreamWriter out = new OutputStreamWriter(outs);
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXInstrFormats.td | 23 class NVPTXInst<dag outs, dag ins, string asmstr, list<dag> pattern> 28 dag OutOperandList = outs;
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/ |
io_32.h | 31 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type value = in##bwl##_local(port); slow_down_io(); return value; } __BUILDIO(bwl,bw,type) static inline void out##bwl##_p(unsigned type value, int port) { out##bwl(value, port); slow_down_io(); } static inline unsigned type in##bwl##_p(int port) { unsigned type value = in##bwl(port); slow_down_io(); return value; } static inline void outs##bwl(int port, const void *addr, unsigned long count) { __asm__ __volatile__("rep; outs" #bwl : "+S"(addr), "+c"(count) : "d"(port)); } static inline void ins##bwl(int port, void *addr, unsigned long count) { __asm__ __volatile__("rep; ins" #bwl : "+D"(addr), "+c"(count) : "d"(port)); }
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/ |
io_32.h | 31 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type value = in##bwl##_local(port); slow_down_io(); return value; } __BUILDIO(bwl,bw,type) static inline void out##bwl##_p(unsigned type value, int port) { out##bwl(value, port); slow_down_io(); } static inline unsigned type in##bwl##_p(int port) { unsigned type value = in##bwl(port); slow_down_io(); return value; } static inline void outs##bwl(int port, const void *addr, unsigned long count) { __asm__ __volatile__("rep; outs" #bwl : "+S"(addr), "+c"(count) : "d"(port)); } static inline void ins##bwl(int port, void *addr, unsigned long count) { __asm__ __volatile__("rep; ins" #bwl : "+D"(addr), "+c"(count) : "d"(port)); }
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/ |
io_32.h | 31 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type value = in##bwl##_local(port); slow_down_io(); return value; } __BUILDIO(bwl,bw,type) static inline void out##bwl##_p(unsigned type value, int port) { out##bwl(value, port); slow_down_io(); } static inline unsigned type in##bwl##_p(int port) { unsigned type value = in##bwl(port); slow_down_io(); return value; } static inline void outs##bwl(int port, const void *addr, unsigned long count) { __asm__ __volatile__("rep; outs" #bwl : "+S"(addr), "+c"(count) : "d"(port)); } static inline void ins##bwl(int port, void *addr, unsigned long count) { __asm__ __volatile__("rep; ins" #bwl : "+D"(addr), "+c"(count) : "d"(port)); }
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/ |
io_32.h | 31 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type value = in##bwl##_local(port); slow_down_io(); return value; } __BUILDIO(bwl,bw,type) static inline void out##bwl##_p(unsigned type value, int port) { out##bwl(value, port); slow_down_io(); } static inline unsigned type in##bwl##_p(int port) { unsigned type value = in##bwl(port); slow_down_io(); return value; } static inline void outs##bwl(int port, const void *addr, unsigned long count) { __asm__ __volatile__("rep; outs" #bwl : "+S"(addr), "+c"(count) : "d"(port)); } static inline void ins##bwl(int port, void *addr, unsigned long count) { __asm__ __volatile__("rep; ins" #bwl : "+D"(addr), "+c"(count) : "d"(port)); }
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/ |
io_32.h | 31 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type value = in##bwl##_local(port); slow_down_io(); return value; } __BUILDIO(bwl,bw,type) static inline void out##bwl##_p(unsigned type value, int port) { out##bwl(value, port); slow_down_io(); } static inline unsigned type in##bwl##_p(int port) { unsigned type value = in##bwl(port); slow_down_io(); return value; } static inline void outs##bwl(int port, const void *addr, unsigned long count) { __asm__ __volatile__("rep; outs" #bwl : "+S"(addr), "+c"(count) : "d"(port)); } static inline void ins##bwl(int port, void *addr, unsigned long count) { __asm__ __volatile__("rep; ins" #bwl : "+D"(addr), "+c"(count) : "d"(port)); }
|
/external/llvm/lib/Support/ |
CommandLine.cpp | [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonInstrInfoV4.td | 16 EXTENDERInst<(outs), ins, "immext(#$imm)", []>, 101 def TFR_FI_immext_V4 : ALU32_ri<(outs IntRegs:$dst), 110 def V4_A4_rcmpeqi : ALU32_ri<(outs IntRegs:$Rd), 128 def V4_A4_rcmpneqi : ALU32_ri<(outs IntRegs:$Rd), 138 def V4_A4_rcmpeq : ALU32_ri<(outs IntRegs:$Rd), 148 def V4_A4_rcmpneq : ALU32_ri<(outs IntRegs:$Rd), 169 def COMBINE_rI_V4 : ALU32_ri<(outs DoubleRegs:$dst), 178 def COMBINE_Ir_V4 : ALU32_ir<(outs DoubleRegs:$dst), 199 def COMBINE_iI_V4 : ALU32_ii<(outs DoubleRegs:$dst), 218 LDInst2<(outs RC:$dst1, IntRegs:$dst2) [all...] |
/dalvik/vm/mterp/x86/ |
footer.S | 389 * prepare to copy args to "outs" area of current frame 402 * %edx=&outs (&stackSaveArea). (very few methods have > 10 args; 410 subl LOCAL0_OFFSET(%ebp), %edx # %edx<- update &outs 416 movl %ebx, (%edx) # *outs<- vCCCC 417 lea 4(%edx), %edx # outs++ 424 * prepare to copy args to "outs" area of current frame 450 * %eax=methodToCall, %ecx=GFED, LOCAL0_OFFSET(%ebp)=count, %edx=outs 463 lea -4(%edx), %edx # %edx<- update &outs; &outs-- 465 movl %ecx, (%edx) # *outs<- v [all...] |
/external/llvm/lib/Target/Mips/ |
MipsDSPInstrInfo.td | 261 dag OutOperandList = (outs RCD:$rd); 271 dag OutOperandList = (outs RCD:$rd); 281 dag OutOperandList = (outs); 291 dag OutOperandList = (outs RCD:$rd); 301 dag OutOperandList = (outs RCT:$rt); 312 dag OutOperandList = (outs RCD:$rd); 321 dag OutOperandList = (outs RC:$rd); 330 dag OutOperandList = (outs RC:$rd); 340 dag OutOperandList = (outs RC:$rd); 350 dag OutOperandList = (outs GPR32:$rd) [all...] |
/external/llvm/lib/Target/ARM/ |
ARMInstrNEON.td | 568 : PseudoVFPLdStM<(outs DPair:$dst), (ins GPR:$Rn), 575 : PseudoVFPLdStM<(outs), (ins DPair:$src, GPR:$Rn), 582 : PseudoNLdSt<(outs QPR:$dst), (ins addrmode6:$addr), itin, "">; 584 : PseudoNLdSt<(outs QPR:$dst, GPR:$wb), 588 : PseudoNLdSt<(outs QPR:$dst, GPR:$wb), 592 : PseudoNLdSt<(outs QPR:$dst, GPR:$wb), 597 : PseudoNLdSt<(outs QQPR:$dst), (ins addrmode6:$addr), itin, "">; 599 : PseudoNLdSt<(outs QQPR:$dst, GPR:$wb), 603 : PseudoNLdSt<(outs QQPR:$dst, GPR:$wb), 607 : PseudoNLdSt<(outs QQPR:$dst, GPR:$wb) [all...] |
/dalvik/dx/tests/054-dex-high16/ |
expected.txt | 2 regs: 0002; ins: 0000; outs: 0002 15 regs: 0001; ins: 0000; outs: 0001 28 regs: 0001; ins: 0000; outs: 0001 49 regs: 0002; ins: 0000; outs: 0002
|
/dalvik/dx/tests/056-dex-call-interface/ |
expected.txt | 2 regs: 000b; ins: 0003; outs: 0003
|
/dalvik/dx/tests/074-dex-form35c-edge-case/ |
expected.txt | 2 regs: 0012; ins: 0001; outs: 0003
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
srpc_params.h | 37 NaClSrpcArg** outs() const { return const_cast<NaClSrpcArg**>(outs_); } function in class:plugin::SrpcParams
|
/external/llvm/examples/HowToUseJIT/ |
HowToUseJIT.cpp | 119 outs() << "We just constructed this LLVM module:\n\n" << *M; 120 outs() << "\n\nRunning foo: "; 121 outs().flush(); 128 outs() << "Result: " << gv.IntVal << "\n";
|
/external/llvm/lib/Target/Sparc/ |
SparcInstr64Bit.td | 186 (outs I64Regs:$rd), (ins I64Regs:$rs1, I64Regs:$rs2), 190 (outs IntRegs:$rd), (ins IntRegs:$rs1, i64imm:$i), 197 (outs I64Regs:$rd), (ins I64Regs:$rs1, I64Regs:$rs2), 201 (outs IntRegs:$rd), (ins IntRegs:$rs1, i64imm:$i), 206 (outs I64Regs:$rd), (ins I64Regs:$rs1, I64Regs:$rs2), 210 (outs IntRegs:$rd), (ins IntRegs:$rs1, i64imm:$i), 233 (outs I64Regs:$dst), (ins MEMrr:$addr), 237 (outs I64Regs:$dst), (ins MEMri:$addr), 268 (outs I64Regs:$dst), (ins MEMrr:$addr), 272 (outs I64Regs:$dst), (ins MEMri:$addr) [all...] |
/external/llvm/test/Transforms/CodeExtractor/ |
2004-03-14-DominanceProblem.ll | 3 ; are dominated by all of the live-outs.
|
/external/llvm/tools/llvm-dwarfdump/ |
llvm-dwarfdump.cpp | 77 outs() << (dli.getFunctionName() ? dli.getFunctionName() : "<unknown>") 79 outs() << (dli.getFileName() ? dli.getFileName() : "<unknown>") << ':' 100 outs() << Filename 103 DICtx->dump(outs(), DumpType);
|