Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OFFTKP/felix86
/ C_XOR
Method
C_XOR
external/biscuit/src/assembler_compressed.cpp:608–610 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
606
}
607
608
void Assembler::C_XOR(GPR rd, GPR rs) noexcept {
609
EmitCompressedRegArith(m_buffer, 0b100011, rd, 0b01, rs, 0b01);
610
}
611
612
// Zc Extension Instructions
613
Callers
1
assembler_rvc_tests.cpp
File · 0.80
Calls
1
EmitCompressedRegArith
Function · 0.85
Tested by
no test coverage detected