mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
parent
fb2058553f
commit
6ebec02f05
2 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,9 @@
|
|||
// v = Vec4Init constant, chosen by immediate
|
||||
// s = Shuffle immediate (4 2-bit fields, choosing a xyzw shuffle)
|
||||
// r = Replacement function (in constant field)
|
||||
//
|
||||
// WARNING: The IRJit compiler also uses these letters for semantic information!
|
||||
// So if you add new letters, don't forget to add them to IRNativeRegCacheBase::MappingFromInst.
|
||||
|
||||
static const IRMeta irMeta[] = {
|
||||
{ IROp::Nop, "Nop", "" },
|
||||
|
|
|
@ -911,6 +911,7 @@ void IRNativeRegCacheBase::MappingFromInst(const IRInst &inst, Mapping mapping[3
|
|||
case '\0':
|
||||
case '_':
|
||||
case 'C':
|
||||
case 'r':
|
||||
case 'I':
|
||||
case 'v':
|
||||
case 's':
|
||||
|
|
Loading…
Add table
Reference in a new issue