Rizin
unix-like reverse engineering framework and cli tools
micromips-movcond-instructions-EB.s.cs
Go to the documentation of this file.
1 # CS_ARCH_MIPS, CS_MODE_MIPS32+CS_MODE_MICRO+CS_MODE_BIG_ENDIAN, None
2 0x00,0xe6,0x48,0x58 = movz $9, $6, $7
3 0x00,0xe6,0x48,0x18 = movn $9, $6, $7
4 0x55,0x26,0x09,0x7b = movt $9, $6, $fcc0
5 0x55,0x26,0x01,0x7b = movf $9, $6, $fcc0
static RzILOpEffect * movt(cs_insn *insn, bool is_thumb)
Definition: arm_il32.c:433
static RzILOpEffect * movn(cs_insn *insn)
Definition: arm_il64.c:1688