mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 03:54:45 +00:00
Update ir_emitter.cpp
This commit is contained in:
parent
9abe09cd0c
commit
3ecccc5a00
1 changed files with 4 additions and 0 deletions
|
@ -373,6 +373,10 @@ U32 IREmitter::LaneId() {
|
|||
return Inst<U32>(Opcode::LaneId);
|
||||
}
|
||||
|
||||
U32 IREmitter::WarpId() {
|
||||
return Inst<U32>(Opcode::WarpId);
|
||||
}
|
||||
|
||||
U32 IREmitter::QuadShuffle(const U32& value, const U32& index) {
|
||||
return Inst<U32>(Opcode::QuadShuffle, value, index);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue