mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-29 21:44:50 +00:00
Update ir_emitter.cpp
This commit is contained in:
parent
9abe09cd0c
commit
3ecccc5a00
@ -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…
Reference in New Issue
Block a user