X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FX86%2FX86InstrSystem.td;h=9d3aa1c9102641e49d57fd96c4da642580f68c0e;hb=74be63b0147505d7b31f9a3dae98a11502f0c782;hp=36ea4150ae3f736af2310b4f85cc6ee93b0f89f9;hpb=7e992687ad88b22e08d037e3536b7ac154ce7013;p=oota-llvm.git diff --git a/lib/Target/X86/X86InstrSystem.td b/lib/Target/X86/X86InstrSystem.td index 36ea4150ae3..9d3aa1c9102 100644 --- a/lib/Target/X86/X86InstrSystem.td +++ b/lib/Target/X86/X86InstrSystem.td @@ -116,12 +116,6 @@ let Uses = [EAX] in def OUT32ir : Ii8<0xE7, RawFrm, (outs), (ins i8imm:$port), "out{l}\t{%eax, $port|$port, eax}", [], IIC_OUT_IR>, OpSize32; -def IN8 : I<0x6C, RawFrmDst, (outs dstidx8:$dst), (ins), - "insb\t{%dx, $dst|$dst, dx}", [], IIC_INS>; -def IN16 : I<0x6D, RawFrmDst, (outs dstidx16:$dst), (ins), - "insw\t{%dx, $dst|$dst, dx}", [], IIC_INS>, OpSize16; -def IN32 : I<0x6D, RawFrmDst, (outs dstidx32:$dst), (ins), - "ins{l|d}\t{%dx, $dst|$dst, dx}", [], IIC_INS>, OpSize32; } // SchedRW //===----------------------------------------------------------------------===//