diff options
author | Chris Lattner <sabre@nondot.org> | 2010-11-15 04:51:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-11-15 04:51:55 +0000 |
commit | a04084e777db923faea0d2c93ce667054fdf576f (patch) | |
tree | 5fcc5f1ee07850756eb091fe7e03a947978e45ae /utils/TableGen/CodeEmitterGen.cpp | |
parent | a2d602529d4ddde934bde14b43d15a0d009f76d3 (diff) |
add basic encoding support for immediates and registers, allowing us
to encode all of these instructions correctly (for example):
mflr r0 ; encoding: [0x7c,0x08,0x02,0xa6]
stw r0, 8(r1) ; encoding: [0x90,0x01,0x00,0x08]
stwu r1, -64(r1) ; encoding: [0x94,0x21,0xff,0xc0]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119118 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/CodeEmitterGen.cpp')
0 files changed, 0 insertions, 0 deletions