mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-09 21:50:50 +00:00
Encode the literal field for tCMPzi instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121153 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
545b77ef50
commit
5169220624
@ -926,8 +926,9 @@ def tCMPzi8 : T1pI<(outs), (ins tGPR:$Rn, i32imm:$imm8), IIC_iCMPi,
|
||||
T1General<{1,0,1,?,?}> {
|
||||
// A8.6.35
|
||||
bits<3> Rn;
|
||||
bits<8> imm8;
|
||||
let Inst{10-8} = Rn;
|
||||
let Inst{7-0} = 0x00;
|
||||
let Inst{7-0} = imm8;
|
||||
}
|
||||
|
||||
// CMP register
|
||||
|
Loading…
Reference in New Issue
Block a user