mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Name ANDflag to ANDS, which is less stupid.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112395 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ac3b935362
commit
2c4b30ebca
@ -1632,8 +1632,8 @@ defm t2BIC : T2I_bin_w_irs<0b0001, "bic",
|
||||
BinOpFrag<(and node:$LHS, (not node:$RHS))>>;
|
||||
|
||||
let Defs = [CPSR] in
|
||||
defm t2ANDflag : T2I_bin_w_irs<0b0000, "and",
|
||||
BinOpFrag<(ARMand node:$LHS, node:$RHS)>, 1>;
|
||||
defm t2ANDS : T2I_bin_w_irs<0b0000, "and",
|
||||
BinOpFrag<(ARMand node:$LHS, node:$RHS)>, 1>;
|
||||
|
||||
let Constraints = "$src = $dst" in
|
||||
def t2BFC : T2I<(outs rGPR:$dst), (ins rGPR:$src, bf_inv_mask_imm:$imm),
|
||||
|
Loading…
x
Reference in New Issue
Block a user