Displaying 2 results from an estimated 2 matches for "xor8rr".
Did you mean:
mov8rr
2013 Jul 10
3
[LLVMdev] [PATCH] x86: disambiguate unqualified btr, bts
...btr and bts, just like GNU as.
> +def : InstAlias<"btr $imm, $mem", (BT16mi8 i16mem:$mem, i16i8imm:$imm)>;
> +def : InstAlias<"bts $imm, $mem", (BT16mi8 i16mem:$mem, i16i8imm:$imm)>;
> +
> // clr aliases.
> def : InstAlias<"clrb $reg", (XOR8rr GR8 :$reg, GR8 :$reg)>;
> def : InstAlias<"clrw $reg", (XOR16rr GR16:$reg, GR16:$reg)>;
> --
> 1.8.3.2.736.g869de25
>
Please send patches to llvm-commits. Please include a testcase with
each patch. Please check that your patch actually works correctly
before send...
2013 Jul 10
0
[LLVMdev] [PATCH] x86: disambiguate unqualified btr, bts
...like GNU as.
>> +def : InstAlias<"btr $imm, $mem", (BT16mi8 i16mem:$mem, i16i8imm:$imm)>;
>> +def : InstAlias<"bts $imm, $mem", (BT16mi8 i16mem:$mem, i16i8imm:$imm)>;
>> +
>> // clr aliases.
>> def : InstAlias<"clrb $reg", (XOR8rr GR8 :$reg, GR8 :$reg)>;
>> def : InstAlias<"clrw $reg", (XOR16rr GR16:$reg, GR16:$reg)>;
>> --
>> 1.8.3.2.736.g869de25
>>
>
> Please send patches to llvm-commits. Please include a testcase with
> each patch. Please check that your patch actua...