Displaying 1 result from an estimated 1 matches for "amaneureka".
2018 Feb 25
0
CodeEmitterGen generates wrong code for getBinaryCodeForInstr
...t;< 5;
// op: ra -- Operand #0
op = getMachineOpValue(MI, MI.getOperand(0), Fixups, STI);
Value |= op & UINT64_C(31);
// op: imm_i16 -- Operand #1
op = getMachineOpValue(MI, MI.getOperand(1), Fixups, STI);
Value |= (op & UINT64_C(65535)) << 16;
--
Regards
Aman Priyadarshi
www.amaneureka.me
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180225/3a8a85e2/attachment.html>