Home | History | Annotate | Download | only in ocaml

Lines Matching refs:MEM

31 	| ARM64_OP_MEM mem -> ( printf "\t\top[%d]: MEM\n" i;
32 if mem.base != 0 then
33 printf "\t\t\toperands[%u].mem.base: REG = %s\n" i (cs_reg_name handle mem.base);
34 if mem.index != 0 then
35 printf "\t\t\toperands[%u].mem.index: REG = %s\n" i (cs_reg_name handle mem.index);
36 if mem.disp != 0 then
37 printf "\t\t\toperands[%u].mem.disp: 0x%x\n" i mem.disp;