MCPcopy 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
3919Vec toMmxH8(MMXRegPtr reg) {
3920 return Vec::make_h(reg->hardwareReg()).h8();
3921}
3922
3923Vec toMmxH8(MMXRegPtr reg, U8 index) {
3924 Vec result = Vec::make_h(reg->hardwareReg()).h8();

Callers 3

pinsrwMmxRegMethod · 0.85
packssdwMmxMmxMethod · 0.85

Calls 3

h8Method · 0.80
set_element_indexMethod · 0.80
hardwareRegMethod · 0.45

Tested by

no test coverage detected