Skip to content

Commit

Permalink
i#4848: AArch64 v8.2 Decode: FCVTMU FCVTNU SYSL CMLT (#5002)
Browse files Browse the repository at this point in the history
Adds FCVTMU FCVTNU SYSL and CMLT to the codec.

Issue: #4848, #2626
  • Loading branch information
MDevereau committed Jul 12, 2021
1 parent 12706f6 commit a178866
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/ir/aarch64/codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@ encode_opnd_prfop(uint enc, int opcode, byte *pc, opnd_t opnd, OUT uint *enc_out
return encode_opnd_int(0, 5, false, 0, 0, opnd, enc_out);
}

/* op2 */
/* op2: 3-bit immediate from bits 5-7 */

static inline bool
decode_opnd_op2(uint enc, int opcode, byte *pc, OUT opnd_t *opnd)
Expand Down Expand Up @@ -1622,7 +1622,7 @@ encode_opnd_cmode3(uint enc, int opcode, byte *pc, opnd_t opnd, OUT uint *enc_ou
return encode_opnd_int(13, 3, false, false, 0, opnd, enc_out);
}

/* crn */
/* crn: 4-bit immediate from bits 12-15*/

static inline bool
decode_opnd_crn(uint enc, int opcode, byte *pc, OUT opnd_t *opnd)
Expand Down Expand Up @@ -1679,7 +1679,7 @@ encode_opnd_scale(uint enc, int opcode, byte *pc, opnd_t opnd, OUT uint *enc_out
return true;
}

/* op1 */
/* op1: 3-bit immediate from bits 16-18 */

static inline bool
decode_opnd_op1(uint enc, int opcode, byte *pc, OUT opnd_t *opnd)
Expand Down

0 comments on commit a178866

Please sign in to comment.