MCPcopy 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
140STATIC_INLINE void SIGNED8_REG_2_REG(W4 d, RR4 s) {
141 SXTB_rr(d, s);
142}
143
144STATIC_INLINE void UNSIGNED16_REG_2_REG(W4 d, RR4 s) {
145 UXTH_rr(d, s);

Callers 3

codegen_arm.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected