Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ toMmxH8
Function
toMmxH8
source/emulation/cpu/armv8/jitArmV8CodeGen.cpp:3919–3921 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3917
}
3918
3919
Vec toMmxH8(MMXRegPtr reg) {
3920
return Vec::make_h(reg->hardwareReg()).h8();
3921
}
3922
3923
Vec toMmxH8(MMXRegPtr reg, U8 index) {
3924
Vec result = Vec::make_h(reg->hardwareReg()).h8();
Callers
3
pinsrwMmxReg
Method · 0.85
pshuflwNotOverlappingDstSrc
Method · 0.85
packssdwMmxMmx
Method · 0.85
Calls
3
h8
Method · 0.80
set_element_index
Method · 0.80
hardwareReg
Method · 0.45
Tested by
no test coverage detected