commit | 3b61d70e2f05fa692ee759c9233dc6b8f341a2fc | [log] [tgz] |
---|---|---|
author | Srdjan Obucina <Srdjan.Obucina@imgtec.com> | Tue Sep 20 06:49:52 2016 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Tue Sep 20 06:49:52 2016 -0700 |
tree | 5d122a33557282743cb006bc7b1db91fb53e788b | |
parent | cc6dea76a7f31c89746c1dfcca827ad07d83d2b1 [diff] |
Subzero, MIPS32: lowerUnreachable Patch implements lowerUnreachable and encoding for teq instruction. To avoid duplicated code, class describing trap instruction is borrowed from https://codereview.chromium.org/2339323004/ Review URL: https://codereview.chromium.org/2350903002 . Patch from Srdjan Obucina <Srdjan.Obucina@imgtec.com>.