Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlitterStudio/amiberry
/ SIGNED8_REG_2_REG
Function
SIGNED8_REG_2_REG
src/jit/arm/codegen_arm.cpp:140–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
STATIC_INLINE void SIGNED8_REG_2_REG(W4 d, RR4 s) {
141
SXTB_rr(d, s);
142
}
143
144
STATIC_INLINE void UNSIGNED16_REG_2_REG(W4 d, RR4 s) {
145
UXTH_rr(d, s);
Callers
3
compemu_midfunc_arm2.cpp
File · 0.70
compemu_midfunc_arm64_2.cpp
File · 0.70
codegen_arm.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected