Home
last modified time | relevance | path

Searched refs:amt1 (Results 1 – 15 of 15) sorted by relevance

/external/libyuv/files/util/
Dcompare.cc38 int amt1 = 0; in main() local
41 amt1 = static_cast<int>(fread(buf1, 1, kBlockSize, fin1)); in main()
42 if (amt1 > 0) hash1 = libyuv::HashDjb2(buf1, amt1, hash1); in main()
46 int amt_min = (amt1 < amt2) ? amt1 : amt2; in main()
50 } while (amt1 > 0 || amt2 > 0); in main()
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DCatchStructs.java235 int amt1 = consume ? 6 : 0; in annotateEntries() local
254 annotateTo.annotate(amt1, s1); in annotateEntries()
/external/llvm/lib/Target/BPF/
DBPFInstrInfo.td443 def ADJCALLSTACKUP : Pseudo<(outs), (ins i64imm:$amt1, i64imm:$amt2),
444 "#ADJCALLSTACKUP $amt1 $amt2",
445 [(BPFcallseq_end timm:$amt1, timm:$amt2)]>;
/external/llvm/lib/Target/X86/
DX86InstrCompiler.td46 def ADJCALLSTACKDOWN32 : I<0, Pseudo, (outs), (ins i32imm:$amt1, i32imm:$amt2),
50 def ADJCALLSTACKUP32 : I<0, Pseudo, (outs), (ins i32imm:$amt1, i32imm:$amt2),
52 [(X86callseq_end timm:$amt1, timm:$amt2)]>,
55 def : Pat<(X86callseq_start timm:$amt1),
56 (ADJCALLSTACKDOWN32 i32imm:$amt1, 0)>, Requires<[NotLP64]>;
65 def ADJCALLSTACKDOWN64 : I<0, Pseudo, (outs), (ins i32imm:$amt1, i32imm:$amt2),
69 def ADJCALLSTACKUP64 : I<0, Pseudo, (outs), (ins i32imm:$amt1, i32imm:$amt2),
71 [(X86callseq_end timm:$amt1, timm:$amt2)]>,
74 def : Pat<(X86callseq_start timm:$amt1),
75 (ADJCALLSTACKDOWN64 i32imm:$amt1, 0)>, Requires<[IsLP64]>;
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td1130 (ins Int32Regs:$src, i32imm:$amt1, i32imm:$amt2),
1134 !strconcat("shl.b32 \t%lhs, $src, $amt1;\n\t",
1181 i32imm:$amt1, i32imm:$amt2),
1185 !strconcat("shl.b64 \t%lhs, $src, $amt1;\n\t",
2709 def Callseq_End : NVPTXInst<(outs), (ins i32imm:$amt1, i32imm:$amt2),
2710 "\n\t//{{\n\t}}// Callseq End $amt1",
2711 [(callseq_end timm:$amt1, timm:$amt2)]>;
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.td337 def ADJCALLSTACKUP : PseudoInstXCore<(outs), (ins i32imm:$amt1, i32imm:$amt2),
338 "# ADJCALLSTACKUP $amt1",
339 [(callseq_end timm:$amt1, timm:$amt2)]>;
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.td359 def ADJCALLSTACKUP : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2),
360 "!ADJCALLSTACKUP $amt1",
361 [(callseq_end timm:$amt1, timm:$amt2)]>;
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td119 def ADJCALLSTACKUP : Pseudo<(outs), (ins i16imm:$amt1, i16imm:$amt2),
121 [(MSP430callseq_end timm:$amt1, timm:$amt2)]>;
/external/llvm/lib/Target/ARM/
DARMInstrThumb.td257 PseudoInst<(outs), (ins i32imm:$amt1, i32imm:$amt2), NoItinerary,
258 [(ARMcallseq_end imm:$amt1, imm:$amt2)]>,
DARMInstrInfo.td1869 PseudoInst<(outs), (ins i32imm:$amt1, i32imm:$amt2, pred:$p), NoItinerary,
1870 [(ARMcallseq_end timm:$amt1, timm:$amt2)]>;
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td16 def ADJCALLSTACKUP : Pseudo<(outs), (ins i64imm:$amt1, i64imm:$amt2),
17 [(callseq_end timm:$amt1, timm:$amt2)]>;
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.td1272 def ADJCALLSTACKUP : MipsPseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2),
1273 [(callseq_end timm:$amt1, timm:$amt2)]>;
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td1022 def ADJCALLSTACKUP : Pseudo<(outs), (ins u16imm:$amt1, u16imm:$amt2), "#ADJCALLSTACKUP $amt1 $amt…
1023 [(callseq_end timm:$amt1, timm:$amt2)]>;
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td4896 def ADJCALLSTACKUP : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2),
4898 [(callseq_end timm:$amt1, timm:$amt2)]>;
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td317 def ADJCALLSTACKUP : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2),
318 [(AArch64callseq_end timm:$amt1, timm:$amt2)]>;