Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functional/
Dtest-malloc-stats-common.h73 static int expect_greater_equal(long long amt1, long long amt2, const char *amt1_name, const char *… in expect_greater_equal() argument
75 if (amt1 >= amt2) { in expect_greater_equal()
78 t_error("Expected %s(value: %lld) to be >= %s(value: %lld)\n", amt1_name, amt1, amt2_name, amt2); in expect_greater_equal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVEInstrInfo.td276 def ADJCALLSTACKUP : Pseudo<(outs), (ins i64imm:$amt1, i64imm:$amt2),
277 "# ADJCALLSTACKUP $amt1",
278 [(callseq_end timm:$amt1, timm:$amt2)]>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFInstrInfo.td549 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i64imm:$amt1, i64imm:$amt2),
550 "#ADJCALLSTACKDOWN $amt1 $amt2",
551 [(BPFcallseq_start timm:$amt1, timm:$amt2)]>;
552 def ADJCALLSTACKUP : Pseudo<(outs), (ins i64imm:$amt1, i64imm:$amt2),
553 "#ADJCALLSTACKUP $amt1 $amt2",
554 [(BPFcallseq_end timm:$amt1, timm:$amt2)]>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.td753 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2),
754 "#ADJCALLSTACKDOWN $amt1 $amt2",
755 [(CallSeqStart timm:$amt1, timm:$amt2)]>;
756 def ADJCALLSTACKUP : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2),
757 "#ADJCALLSTACKUP $amt1 $amt2",
758 [(CallSeqEnd timm:$amt1, timm:$amt2)]>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td174 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i16imm:$amt1, i16imm:$amt2),
175 "#ADJCALLSTACKDOWN $amt1 $amt2",
176 [(MSP430callseq_start timm:$amt1, timm:$amt2)]>;
177 def ADJCALLSTACKUP : Pseudo<(outs), (ins i16imm:$amt1, i16imm:$amt2),
178 "#ADJCALLSTACKUP $amt1 $amt2",
179 [(MSP430callseq_end timm:$amt1, timm:$amt2)]>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstructions.td458 (outs), (ins i32imm:$amt0, i32imm:$amt1),
459 [(callseq_start timm:$amt0, timm:$amt1)],
460 "; adjcallstackup $amt0 $amt1"> {
470 (outs), (ins i32imm:$amt1, i32imm:$amt2),
471 [(callseq_end timm:$amt1, timm:$amt2)],
472 "; adjcallstackdown $amt1"> {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrCompiler.td41 (ins i32imm:$amt1, i32imm:$amt2, i32imm:$amt3),
43 def ADJCALLSTACKUP32 : I<0, Pseudo, (outs), (ins i32imm:$amt1, i32imm:$amt2),
45 [(X86callseq_end timm:$amt1, timm:$amt2)]>,
48 def : Pat<(X86callseq_start timm:$amt1, timm:$amt2),
49 (ADJCALLSTACKDOWN32 i32imm:$amt1, i32imm:$amt2, 0)>, Requires<[NotLP64]>;
59 (ins i32imm:$amt1, i32imm:$amt2, i32imm:$amt3),
61 def ADJCALLSTACKUP64 : I<0, Pseudo, (outs), (ins i32imm:$amt1, i32imm:$amt2),
63 [(X86callseq_end timm:$amt1, timm:$amt2)]>,
66 def : Pat<(X86callseq_start timm:$amt1, timm:$amt2),
67 (ADJCALLSTACKDOWN64 i32imm:$amt1, i32imm:$amt2, 0)>, Requires<[IsLP64]>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonPseudo.td82 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2),
86 def ADJCALLSTACKUP : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2),
DHexagonPatterns.td3058 def: Pat<(callseq_end timm:$amt1, timm:$amt2),
3059 (ADJCALLSTACKUP imm:$amt1, imm:$amt2)>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCInstrInfo.td91 def ADJCALLSTACKUP : PseudoInstARC<(outs), (ins i32imm:$amt1, i32imm:$amt2),
92 "# ADJCALLSTACKUP $amt1",
93 [(callseq_end timm:$amt1, timm:$amt2)]>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td1219 // 32-bit software rotate by immediate. $amt2 should equal 32 - $amt1.
1222 (ins Int32Regs:$src, i32imm:$amt1, i32imm:$amt2),
1226 "shl.b32 \t%lhs, $src, $amt1;\n\t"
1273 // 64-bit software rotate by immediate. $amt2 should equal 64 - $amt1.
1276 (ins Int64Regs:$src, i32imm:$amt1, i32imm:$amt2),
1280 "shl.b64 \t%lhs, $src, $amt1;\n\t"
3108 NVPTXInst<(outs), (ins i32imm:$amt1, i32imm:$amt2),
3109 "\\{ // callseq $amt1, $amt2\n"
3111 [(callseq_start timm:$amt1, timm:$amt2)]>;
3113 NVPTXInst<(outs), (ins i32imm:$amt1, i32imm:$amt2),
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.td1053 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2),
1054 [(callseq_start timm:$amt1, timm:$amt2)]>;
1055 def ADJCALLSTACKUP : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2),
1056 [(callseq_end timm:$amt1, timm:$amt2)]>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.td427 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2),
428 "!ADJCALLSTACKDOWN $amt1, $amt2",
429 [(callseq_start timm:$amt1, timm:$amt2)]>;
430 def ADJCALLSTACKUP : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2),
431 "!ADJCALLSTACKUP $amt1",
432 [(callseq_end timm:$amt1, timm:$amt2)]>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreInstrInfo.td329 def ADJCALLSTACKUP : PseudoInstXCore<(outs), (ins i32imm:$amt1, i32imm:$amt2),
330 "# ADJCALLSTACKUP $amt1",
331 [(callseq_end timm:$amt1, timm:$amt2)]>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td16 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i64imm:$amt1, i64imm:$amt2),
17 [(callseq_start timm:$amt1, timm:$amt2)]>;
18 def ADJCALLSTACKUP : Pseudo<(outs), (ins i64imm:$amt1, i64imm:$amt2),
19 [(callseq_end timm:$amt1, timm:$amt2)]>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrInfo.td1894 def ADJCALLSTACKDOWN : MipsPseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2),
1895 [(callseq_start timm:$amt1, timm:$amt2)]>;
1896 def ADJCALLSTACKUP : MipsPseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2),
1897 [(callseq_end timm:$amt1, timm:$amt2)]>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRInstrInfo.td354 (ins i16imm:$amt1, i16imm:$amt2),
356 [(AVRcallseq_end timm:$amt1, timm:$amt2)]>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrThumb.td302 PseudoInst<(outs), (ins i32imm:$amt1, i32imm:$amt2), NoItinerary,
303 [(ARMcallseq_end imm:$amt1, imm:$amt2)]>,
DARMInstrInfo.td2037 PseudoInst<(outs), (ins i32imm:$amt1, i32imm:$amt2, pred:$p), NoItinerary,
2038 [(ARMcallseq_end timm:$amt1, timm:$amt2)]>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td1303 def ADJCALLSTACKDOWN : PPCEmitTimePseudo<(outs), (ins u16imm:$amt1, u16imm:$amt2),
1304 "#ADJCALLSTACKDOWN $amt1 $amt2",
1305 [(callseq_start timm:$amt1, timm:$amt2)]>;
1306 def ADJCALLSTACKUP : PPCEmitTimePseudo<(outs), (ins u16imm:$amt1, u16imm:$amt2),
1307 "#ADJCALLSTACKUP $amt1 $amt2",
1308 [(callseq_end timm:$amt1, timm:$amt2)]>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td594 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2),
595 [(AArch64callseq_start timm:$amt1, timm:$amt2)]>,
597 def ADJCALLSTACKUP : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2),
598 [(AArch64callseq_end timm:$amt1, timm:$amt2)]>,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenDAGISel.inc16408 /* 30419*/ OPC_RecordChild1, // #1 = $amt1
16419 … // Src: (callseq_start (timm:{ *:[i32] }):$amt1, (timm:{ *:[i32] }):$amt2) - Complexity = 9
16420 // Dst: (ADJCALLSTACKDOWN (timm:{ *:[i32] }):$amt1, (timm:{ *:[i32] }):$amt2)
16424 /* 30444*/ OPC_RecordChild1, // #1 = $amt1
16435 … // Src: (callseq_end (timm:{ *:[i32] }):$amt1, (timm:{ *:[i32] }):$amt2) - Complexity = 9
16436 // Dst: (ADJCALLSTACKUP (timm:{ *:[i32] }):$amt1, (timm:{ *:[i32] }):$amt2)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenDAGISel.inc24118 /* 58670*/ OPC_RecordChild1, // #1 = $amt1
24129 … // Src: (callseq_start (timm:{ *:[i32] }):$amt1, (timm:{ *:[i32] }):$amt2) - Complexity = 9
24130 // Dst: (ADJCALLSTACKDOWN (timm:{ *:[i32] }):$amt1, (timm:{ *:[i32] }):$amt2)
24134 /* 58695*/ OPC_RecordChild1, // #1 = $amt1
24145 … // Src: (callseq_end (timm:{ *:[i32] }):$amt1, (timm:{ *:[i32] }):$amt2) - Complexity = 9
24146 // Dst: (ADJCALLSTACKUP (timm:{ *:[i32] }):$amt1, (timm:{ *:[i32] }):$amt2)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDAGISel.inc44305 /* 96316*/ OPC_RecordChild1, // #1 = $amt1
44318 … // Src: (ARMcallseq_end (timm:{ *:[i32] }):$amt1, (timm:{ *:[i32] }):$amt2) - Complexity = 9
44319 … // Dst: (ADJCALLSTACKUP:{ *:[i32] } (timm:{ *:[i32] }):$amt1, (timm:{ *:[i32] }):$amt2)
44332 … // Src: (ARMcallseq_end (imm:{ *:[i32] }):$amt1, (imm:{ *:[i32] }):$amt2) - Complexity = 9
44333 … // Dst: (tADJCALLSTACKUP:{ *:[i32] } (imm:{ *:[i32] }):$amt1, (imm:{ *:[i32] }):$amt2)