mirror of
https://github.com/BillyOutlast/oboromi.git
synced 2026-07-01 19:54:43 -04:00
[gpu] implement KIL
This commit is contained in:
@@ -2018,7 +2018,7 @@ impl<'a> Decoder<'a> {
|
||||
let _src_rel_sb = (((inst >> 113) & 0x7) << 0);
|
||||
let _req_bit_set = (((inst >> 116) & 0x3f) << 0);
|
||||
let _opex = (((inst >> 122) & 0x7) << 5) | (((inst >> 105) & 0x1f) << 0);
|
||||
todo!();
|
||||
self.ir.emit_kill();
|
||||
}
|
||||
pub fn ld(&mut self, inst: u128) {
|
||||
let _pg = (((inst >> 12) & 0x7) << 0);
|
||||
|
||||
Reference in New Issue
Block a user