Home
last modified time | relevance | path

Searched refs:Opc8 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp117 unsigned Opc8, unsigned Opc16);
352 unsigned Opc8, unsigned Opc16) { in SelectIndexedBinOp() argument
361 unsigned Opc = (VT == MVT::i16 ? Opc16 : Opc8); in SelectIndexedBinOp()
/external/llvm/lib/Target/X86/
DX86InstrCompiler.td635 multiclass LOCK_ArithUnOp<bits<8> Opc8, bits<8> Opc, Format Form,
640 def NAME#8m : I<Opc8, Form, (outs), (ins i8mem :$dst),
669 multiclass LCMPXCHG_BinOp<bits<8> Opc8, bits<8> Opc, Format Form,
674 def NAME#8 : I<Opc8, Form, (outs), (ins i8mem:$ptr, GR8:$swap),