cpu: fix comment in bpf.cpu
2019-11-20 Jose E. Marchesi <jose.marchesi@oracle.com> * bpf.cpu: Fix comment describing the 128-bit instruction format.
This commit is contained in:
parent
fa4dea2445
commit
e042e6c3e2
@ -1,3 +1,7 @@
|
|||||||
|
2019-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
|
||||||
|
|
||||||
|
* bpf.cpu: Fix comment describing the 128-bit instruction format.
|
||||||
|
|
||||||
2019-09-09 Phil Blundell <pb@pbcl.net>
|
2019-09-09 Phil Blundell <pb@pbcl.net>
|
||||||
|
|
||||||
binutils 2.33 branch created.
|
binutils 2.33 branch created.
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
;; Whereas the 128-bit instructions (at the moment there is only one
|
;; Whereas the 128-bit instructions (at the moment there is only one
|
||||||
;; of such instructions, lddw) have the form:
|
;; of such instructions, lddw) have the form:
|
||||||
;;
|
;;
|
||||||
;; code:8 regs:8 offset:16 imm:32 imm:32 unused:32
|
;; code:8 regs:8 offset:16 imm:32 unused:32 imm:32
|
||||||
;;
|
;;
|
||||||
;; In both formats `regs' is itself composed by two fields:
|
;; In both formats `regs' is itself composed by two fields:
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user