4 #ifndef RZ_V850_DISASM_H
5 #define RZ_V850_DISASM_H
7 #define V850_INSTR_MAXLEN 24
9 #define SIGN_EXT_T5(imm) (((imm)&0x10) ? (imm) | 0xE0 : (imm))
10 #define SIGN_EXT_T9(imm) (((imm)&0x100) ? (imm) | 0xFFFFFE00 : (imm))
11 #define SIGN_EXT_T26(imm) (((imm)&0x2000000) ? (imm) | 0xFC000000 : (imm))
180 return (instr >> 5) & 0x3F;
185 return (instr & 0x7e00000) >> 21;
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags cmd
char instr[V850_INSTR_MAXLEN]
static ut8 get_reg2(const ut16 instr)
#define V850_INSTR_MAXLEN
static ut8 get_reg1(const ut16 instr)
int v850_decode_command(const ut8 *instr, int len, struct v850_cmd *cmd)
static ut8 get_opcode(const ut16 instr)
static ut8 get_subopcode(const ut16 instr)
ut64(WINAPI *w32_GetEnabledXStateFeatures)()