Searched refs:memdst (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 86 def memdst : Operand<i16> { 403 (outs), (ins memdst:$dst, cg8imm:$imm), 407 (outs), (ins memdst:$dst, cg16imm:$imm), 412 (outs), (ins memdst:$dst, i8imm:$imm), 416 (outs), (ins memdst:$dst, i16imm:$imm), 421 (outs), (ins memdst:$dst, GR8:$rs), 425 (outs), (ins memdst:$dst, GR16:$rs), 430 (outs), (ins memdst:$dst, memsrc:$src), 434 (outs), (ins memdst:$dst, memsrc:$src), 438 def MOV8mn : I8mn<0b0100, (outs), (ins memdst:$dst, indreg:$rs), [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | cjpeg.c | 148 boolean memdst; /* for -memdst switch */ variable 176 if (memdst && outbuffer) \ 183 if (memdst) \ 286 memdst = FALSE; in parse_switches() 409 memdst = TRUE; in parse_switches() 608 if (!memdst) { in cjpeg() 650 } else if (!memdst) { in cjpeg() 712 if (memdst) in cjpeg() 749 if (memdst) { in cjpeg()
|