mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-10 20:42:32 +00:00
[mips] Correct bytes to bits in 2 comments. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235891 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f8ae1af2e1
commit
b363a5846d
@ -1752,7 +1752,7 @@ bool MipsAsmParser::expandLoadImm(MCInst &Inst, SMLoc IDLoc,
|
|||||||
// <- hi16 -> <- lo16 ->
|
// <- hi16 -> <- lo16 ->
|
||||||
// _________________________________
|
// _________________________________
|
||||||
// | | | |
|
// | | | |
|
||||||
// | 16-bytes | 16-bytes | 16-bytes |
|
// | 16-bits | 16-bits | 16-bits |
|
||||||
// |__________|__________|__________|
|
// |__________|__________|__________|
|
||||||
//
|
//
|
||||||
// For any 64-bit value that is representable as a 48-bit integer:
|
// For any 64-bit value that is representable as a 48-bit integer:
|
||||||
@ -1777,7 +1777,7 @@ bool MipsAsmParser::expandLoadImm(MCInst &Inst, SMLoc IDLoc,
|
|||||||
// <- hi16 -> <- lo16 ->
|
// <- hi16 -> <- lo16 ->
|
||||||
// ___________________________________________
|
// ___________________________________________
|
||||||
// | | | | |
|
// | | | | |
|
||||||
// | 16-bytes | 16-bytes | 16-bytes | 16-bytes |
|
// | 16-bits | 16-bits | 16-bits | 16-bits |
|
||||||
// |__________|__________|__________|__________|
|
// |__________|__________|__________|__________|
|
||||||
//
|
//
|
||||||
// For all other values which are representable as a 64-bit integer:
|
// For all other values which are representable as a 64-bit integer:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user