Rizin
unix-like reverse engineering framework and cli tools
micromips-movcond-instructions.s.cs
Go to the documentation of this file.
1 # CS_ARCH_MIPS, CS_MODE_MIPS32+CS_MODE_MICRO, None
2 0xe6,0x00,0x58,0x48 = movz $9, $6, $7
3 0xe6,0x00,0x18,0x48 = movn $9, $6, $7
4 0x26,0x55,0x7b,0x09 = movt $9, $6, $fcc0
5 0x26,0x55,0x7b,0x01 = 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