Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430InstrInfo.td74 def memsrc : Operand<i16> {
188 def Bm : I16rm<0, (outs), (ins memsrc:$brdst),
219 (outs), (ins memsrc:$dst, variable_ops),
266 (outs GR8:$dst), (ins memsrc:$src),
270 (outs GR16:$dst), (ins memsrc:$src),
280 (outs GR16:$dst), (ins memsrc:$src),
327 (outs), (ins memdst:$dst, memsrc:$src),
331 (outs), (ins memdst:$dst, memsrc:$src),
357 (outs GR8:$dst), (ins GR8:$src, memsrc:$src2),
362 (outs GR16:$dst), (ins GR16:$src, memsrc:$src2),
[all …]
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td74 def memsrc : Operand<i16> {
188 def Bm : I16rm<0, (outs), (ins memsrc:$brdst),
219 (outs), (ins memsrc:$dst),
266 (outs GR8:$dst), (ins memsrc:$src),
270 (outs GR16:$dst), (ins memsrc:$src),
280 (outs GR16:$dst), (ins memsrc:$src),
327 (outs), (ins memdst:$dst, memsrc:$src),
331 (outs), (ins memdst:$dst, memsrc:$src),
357 (outs GR8:$dst), (ins GR8:$src, memsrc:$src2),
362 (outs GR16:$dst), (ins GR16:$src, memsrc:$src2),
[all …]
/external/libjpeg-turbo/
Ddjpeg.c94 boolean memsrc; /* for -memsrc switch */ variable
200 memsrc = FALSE; in parse_switches()
360 memsrc = TRUE; in parse_switches()
595 if (memsrc) { in main()
775 if (memsrc && inbuffer != NULL) in main()