mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
[mips] Remove non-ascii character.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207123 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d8b6fe2c41
commit
25fb047609
@ -307,7 +307,7 @@ def SEQi : SetCC64_I<"seqi", seteq>, SEQI_FM<0x2e>;
|
||||
def SNE : SetCC64_R<"sne", setne>, SEQ_FM<0x2b>;
|
||||
def SNEi : SetCC64_I<"snei", setne>, SEQI_FM<0x2f>;
|
||||
|
||||
// 192-bit × 64-bit Unsigned Multiply and Add
|
||||
// 192-bit x 64-bit Unsigned Multiply and Add
|
||||
let Defs = [P0, P1, P2] in
|
||||
def V3MULU: ArithLogicR<"v3mulu", GPR64Opnd, 0, II_DMUL>,
|
||||
ADD_FM<0x1c, 0x11>;
|
||||
|
Loading…
Reference in New Issue
Block a user