shader_ir: Implement BRX & BRA.CC
This commit is contained in:
parent
fc89b55635
commit
d5d4cc30ec
6 changed files with 76 additions and 4 deletions
|
@ -284,6 +284,9 @@ ParseResult ParseCode(CFGRebuildState& state, u32 address, ParseInfo& parse_info
|
|||
state.pbk_labels.emplace(offset, target);
|
||||
break;
|
||||
}
|
||||
case OpCode::Id::BRX: {
|
||||
return ParseResult::AbnormalFlow;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue