blob: b181255d3e4edfb63bcccf78b12530d105e9d436 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<hlvm xmlns="http://hlvm.org/src/hlvm/Reader/XML/HLVM.rng" pubid="http://hlvm.org/src/hlvm/test/return0/bitwise.hlx">
<bundle id="bitwise">
<constant id="0f0f0f0f" type="s32"><hex>0f0f0f0f</hex></constant>
<constant id="08080808" type="s32"><hex>08080808</hex></constant>
<constant id="04040404" type="s32"><hex>04040404</hex></constant>
<constant id="00000000" type="s32"><hex>00000000</hex></constant>
<program id="bitwise">
<block>
<result>
<band>
<bnor>
<bor>
<bxor>
<get id="0f0f0f0f"/>
<get id="08080808"/>
</bxor>
<get id="04040404"/>
</bor>
<get id="0f0f0f0f"/>
</bnor>
<get id="00000000"/>
</band>
</result>
<ret/>
</block>
</program>
</bundle>
</hlvm>