/external/libyuv/files/util/ |
D | compare.cc | 38 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/ |
D | CatchStructs.java | 235 int amt1 = consume ? 6 : 0; in annotateEntries() local 254 annotateTo.annotate(amt1, s1); in annotateEntries()
|
/external/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 443 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/ |
D | X86InstrCompiler.td | 46 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/ |
D | NVPTXInstrInfo.td | 1130 (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/ |
D | XCoreInstrInfo.td | 337 def ADJCALLSTACKUP : PseudoInstXCore<(outs), (ins i32imm:$amt1, i32imm:$amt2), 338 "# ADJCALLSTACKUP $amt1", 339 [(callseq_end timm:$amt1, timm:$amt2)]>;
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 359 def ADJCALLSTACKUP : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2), 360 "!ADJCALLSTACKUP $amt1", 361 [(callseq_end timm:$amt1, timm:$amt2)]>;
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 119 def ADJCALLSTACKUP : Pseudo<(outs), (ins i16imm:$amt1, i16imm:$amt2), 121 [(MSP430callseq_end timm:$amt1, timm:$amt2)]>;
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 257 PseudoInst<(outs), (ins i32imm:$amt1, i32imm:$amt2), NoItinerary, 258 [(ARMcallseq_end imm:$amt1, imm:$amt2)]>,
|
D | ARMInstrInfo.td | 1869 PseudoInst<(outs), (ins i32imm:$amt1, i32imm:$amt2, pred:$p), NoItinerary, 1870 [(ARMcallseq_end timm:$amt1, timm:$amt2)]>;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 16 def ADJCALLSTACKUP : Pseudo<(outs), (ins i64imm:$amt1, i64imm:$amt2), 17 [(callseq_end timm:$amt1, timm:$amt2)]>;
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.td | 1272 def ADJCALLSTACKUP : MipsPseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2), 1273 [(callseq_end timm:$amt1, timm:$amt2)]>;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 1022 def ADJCALLSTACKUP : Pseudo<(outs), (ins u16imm:$amt1, u16imm:$amt2), "#ADJCALLSTACKUP $amt1 $amt… 1023 [(callseq_end timm:$amt1, timm:$amt2)]>;
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.td | 4896 def ADJCALLSTACKUP : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2), 4898 [(callseq_end timm:$amt1, timm:$amt2)]>;
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 317 def ADJCALLSTACKUP : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2), 318 [(AArch64callseq_end timm:$amt1, timm:$amt2)]>;
|