Home
last modified time | relevance | path

Searched refs:memdst (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430InstrInfo.td79 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/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td79 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/
Dcjpeg.c143 boolean memdst; /* for -memdst switch */ variable
238 memdst = FALSE; in parse_switches()
353 memdst = TRUE; in parse_switches()
539 if (!memdst) { in main()
581 } else if (!memdst) { in main()
605 if (memdst) in main()
635 if (memdst) { in main()