Searched refs:memdst (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 79 def memdst : Operand<i16> { 309 (outs), (ins memdst:$dst, i8imm:$src), 313 (outs), (ins memdst:$dst, i16imm:$src), 318 (outs), (ins memdst:$dst, GR8:$src), 322 (outs), (ins memdst:$dst, GR16:$src), 327 (outs), (ins memdst:$dst, memsrc:$src), 331 (outs), (ins memdst:$dst, memsrc:$src), 393 (outs), (ins memdst:$dst, GR8:$src), 398 (outs), (ins memdst:$dst, GR16:$src), 404 (outs), (ins memdst:$dst, i8imm:$src), [all …]
|
/external/libjpeg-turbo/ |
D | cjpeg.c | 142 boolean memdst; /* for -memdst switch */ variable 236 memdst = FALSE; in parse_switches() 351 memdst = TRUE; in parse_switches() 537 if (!memdst) { in main() 579 } else if (!memdst) { in main() 603 if (memdst) in main() 633 if (memdst) { in main()
|