Changeset 14034
- Timestamp:
- Jul 24, 2010, 11:32:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/arm/compiler/ARM/arm-disassemble.lisp
r14003 r14034 195 195 (t (list :fpu (ldb (byte 4 16) opcode)))))) 196 196 197 (defun extract-arm-imm16-operand (opcodes i) 198 (let* ((opcode (adi-opcode (svref opcodes i)))) 199 `(:$ 200 ,(dpb (ldb (byte 4 16) opcode) 201 (byte 4 12) 202 (ldb (byte 12 0) opcode))))) 203 197 204 (defun extract-arm-rm-operand (opcodes i) 198 205 (let* ((opcode (adi-opcode (svref opcodes i)))) … … 299 306 extract-arm-uuoc-operand 300 307 extract-arm-fpux-operand 308 extract-arm-imm16-operand 301 309 )) 302 310
Note: See TracChangeset
for help on using the changeset viewer.