Searched refs:memsrc (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 74 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 78 def memsrc : Operand<i16> { 261 def Bm : I16rm<0b0100, (outs), (ins memsrc:$src), 291 (outs), (ins memsrc:$src), 350 (outs GR8:$rd), (ins memsrc:$src), 354 (outs GR16:$rd), (ins memsrc:$src), 373 (outs GR16:$rd), (ins memsrc:$src), 430 (outs), (ins memdst:$dst, memsrc:$src), 434 (outs), (ins memdst:$dst, memsrc:$src), 460 def 8rm : I8rm<opcode, (outs GR8:$rd), (ins GR8:$src2, memsrc:$src), 464 def 16rm : I16rm<opcode, (outs GR16:$rd), (ins GR16:$src2, memsrc:$src), [all …]
|
/external/llvm-project/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 78 def memsrc : Operand<i16> { 261 def Bm : I16rm<0b0100, (outs), (ins memsrc:$src), 291 (outs), (ins memsrc:$src), 350 (outs GR8:$rd), (ins memsrc:$src), 354 (outs GR16:$rd), (ins memsrc:$src), 373 (outs GR16:$rd), (ins memsrc:$src), 430 (outs), (ins memdst:$dst, memsrc:$src), 434 (outs), (ins memdst:$dst, memsrc:$src), 460 def 8rm : I8rm<opcode, (outs GR8:$rd), (ins GR8:$src2, memsrc:$src), 464 def 16rm : I16rm<opcode, (outs GR16:$rd), (ins GR16:$src2, memsrc:$src), [all …]
|
/external/libjpeg-turbo/ |
D | djpeg.c | 99 static boolean memsrc; /* for -memsrc switch */ variable 211 memsrc = FALSE; in parse_switches() 391 memsrc = TRUE; in parse_switches() 650 if (memsrc) { in djpeg() 866 if (memsrc) in djpeg()
|