Searched defs:regs_read (Results 1 – 8 of 8) sorted by relevance
101 regs_read: int array; RecordField163 method regs_read = regs_read; method
111 def regs_read(self): member in CsInsn
441 regs_read(const fs_inst *inst, unsigned i) in regs_read() function
400 regs_read(const vec4_instruction *inst, unsigned i) in regs_read() function
1970 int regs_read = inst->components_read(i) * in assign_constant_locations() local
226 uint8_t regs_read[12]; // list of implicit registers read by this insn member
499 def regs_read(self): member in CsInsn
78 public byte[] regs_read = new byte[12]; field in Capstone._cs_detail