bpf: add xBPF ISA
[deliverable/binutils-gdb.git] / opcodes / bpf-opc.c
index 00f3b25f768f79502fedbab4b33809487254ed04..72d5cd2e0c7d4020de7f2c21ba6adf45eaec8506 100644 (file)
@@ -1552,6 +1552,18 @@ static const CGEN_OPCODE bpf_cgen_insn_opcode_table[MAX_INSNS] =
     { { MNEM, ' ', OP (DISP32), 0 } },
     & ifmt_callle, { 0x85 }
   },
+/* call $dstle */
+  {
+    { 0, 0, 0, 0 },
+    { { MNEM, ' ', OP (DSTLE), 0 } },
+    & ifmt_negle, { 0x8d }
+  },
+/* call $dstbe */
+  {
+    { 0, 0, 0, 0 },
+    { { MNEM, ' ', OP (DSTBE), 0 } },
+    & ifmt_negbe, { 0x8d }
+  },
 /* ja $disp16 */
   {
     { 0, 0, 0, 0 },
This page took 0.022477 seconds and 4 git commands to generate.