• Home
  • Raw
  • Download

Lines Matching refs:operands

153 …MI->flat_insn->detail->tms320c64x.operands[MI->flat_insn->detail->tms320c64x.op_count].type = TMS3…  in printOperand()
154 MI->flat_insn->detail->tms320c64x.operands[MI->flat_insn->detail->tms320c64x.op_count].reg = reg; in printOperand()
173 …MI->flat_insn->detail->tms320c64x.operands[MI->flat_insn->detail->tms320c64x.op_count].type = TMS3… in printOperand()
174 MI->flat_insn->detail->tms320c64x.operands[MI->flat_insn->detail->tms320c64x.op_count].imm = Imm; in printOperand()
244 tms320c64x->operands[tms320c64x->op_count].type = TMS320C64X_OP_MEM; in printMemOperand()
245 tms320c64x->operands[tms320c64x->op_count].mem.base = base; in printMemOperand()
246 tms320c64x->operands[tms320c64x->op_count].mem.disp = offset; in printMemOperand()
247 tms320c64x->operands[tms320c64x->op_count].mem.unit = unit + 1; in printMemOperand()
248 tms320c64x->operands[tms320c64x->op_count].mem.scaled = scaled; in printMemOperand()
251 tms320c64x->operands[tms320c64x->op_count].mem.disptype = TMS320C64X_MEM_DISP_CONSTANT; in printMemOperand()
252 tms320c64x->operands[tms320c64x->op_count].mem.direction = TMS320C64X_MEM_DIR_BW; in printMemOperand()
253 tms320c64x->operands[tms320c64x->op_count].mem.modify = TMS320C64X_MEM_MOD_NO; in printMemOperand()
256 tms320c64x->operands[tms320c64x->op_count].mem.disptype = TMS320C64X_MEM_DISP_CONSTANT; in printMemOperand()
257 tms320c64x->operands[tms320c64x->op_count].mem.direction = TMS320C64X_MEM_DIR_FW; in printMemOperand()
258 tms320c64x->operands[tms320c64x->op_count].mem.modify = TMS320C64X_MEM_MOD_NO; in printMemOperand()
261 tms320c64x->operands[tms320c64x->op_count].mem.disptype = TMS320C64X_MEM_DISP_REGISTER; in printMemOperand()
262 tms320c64x->operands[tms320c64x->op_count].mem.direction = TMS320C64X_MEM_DIR_BW; in printMemOperand()
263 tms320c64x->operands[tms320c64x->op_count].mem.modify = TMS320C64X_MEM_MOD_NO; in printMemOperand()
266 tms320c64x->operands[tms320c64x->op_count].mem.disptype = TMS320C64X_MEM_DISP_REGISTER; in printMemOperand()
267 tms320c64x->operands[tms320c64x->op_count].mem.direction = TMS320C64X_MEM_DIR_FW; in printMemOperand()
268 tms320c64x->operands[tms320c64x->op_count].mem.modify = TMS320C64X_MEM_MOD_NO; in printMemOperand()
271 tms320c64x->operands[tms320c64x->op_count].mem.disptype = TMS320C64X_MEM_DISP_CONSTANT; in printMemOperand()
272 tms320c64x->operands[tms320c64x->op_count].mem.direction = TMS320C64X_MEM_DIR_BW; in printMemOperand()
273 tms320c64x->operands[tms320c64x->op_count].mem.modify = TMS320C64X_MEM_MOD_PRE; in printMemOperand()
276 tms320c64x->operands[tms320c64x->op_count].mem.disptype = TMS320C64X_MEM_DISP_CONSTANT; in printMemOperand()
277 tms320c64x->operands[tms320c64x->op_count].mem.direction = TMS320C64X_MEM_DIR_FW; in printMemOperand()
278 tms320c64x->operands[tms320c64x->op_count].mem.modify = TMS320C64X_MEM_MOD_PRE; in printMemOperand()
281 tms320c64x->operands[tms320c64x->op_count].mem.disptype = TMS320C64X_MEM_DISP_CONSTANT; in printMemOperand()
282 tms320c64x->operands[tms320c64x->op_count].mem.direction = TMS320C64X_MEM_DIR_BW; in printMemOperand()
283 tms320c64x->operands[tms320c64x->op_count].mem.modify = TMS320C64X_MEM_MOD_POST; in printMemOperand()
286 tms320c64x->operands[tms320c64x->op_count].mem.disptype = TMS320C64X_MEM_DISP_CONSTANT; in printMemOperand()
287 tms320c64x->operands[tms320c64x->op_count].mem.direction = TMS320C64X_MEM_DIR_FW; in printMemOperand()
288 tms320c64x->operands[tms320c64x->op_count].mem.modify = TMS320C64X_MEM_MOD_POST; in printMemOperand()
291 tms320c64x->operands[tms320c64x->op_count].mem.disptype = TMS320C64X_MEM_DISP_REGISTER; in printMemOperand()
292 tms320c64x->operands[tms320c64x->op_count].mem.direction = TMS320C64X_MEM_DIR_BW; in printMemOperand()
293 tms320c64x->operands[tms320c64x->op_count].mem.modify = TMS320C64X_MEM_MOD_PRE; in printMemOperand()
296 tms320c64x->operands[tms320c64x->op_count].mem.disptype = TMS320C64X_MEM_DISP_REGISTER; in printMemOperand()
297 tms320c64x->operands[tms320c64x->op_count].mem.direction = TMS320C64X_MEM_DIR_FW; in printMemOperand()
298 tms320c64x->operands[tms320c64x->op_count].mem.modify = TMS320C64X_MEM_MOD_PRE; in printMemOperand()
301 tms320c64x->operands[tms320c64x->op_count].mem.disptype = TMS320C64X_MEM_DISP_REGISTER; in printMemOperand()
302 tms320c64x->operands[tms320c64x->op_count].mem.direction = TMS320C64X_MEM_DIR_BW; in printMemOperand()
303 tms320c64x->operands[tms320c64x->op_count].mem.modify = TMS320C64X_MEM_MOD_POST; in printMemOperand()
306 tms320c64x->operands[tms320c64x->op_count].mem.disptype = TMS320C64X_MEM_DISP_REGISTER; in printMemOperand()
307 tms320c64x->operands[tms320c64x->op_count].mem.direction = TMS320C64X_MEM_DIR_FW; in printMemOperand()
308 tms320c64x->operands[tms320c64x->op_count].mem.modify = TMS320C64X_MEM_MOD_POST; in printMemOperand()
330 tms320c64x->operands[tms320c64x->op_count].type = TMS320C64X_OP_MEM; in printMemOperand2()
331 tms320c64x->operands[tms320c64x->op_count].mem.base = basereg; in printMemOperand2()
332 tms320c64x->operands[tms320c64x->op_count].mem.unit = 2; in printMemOperand2()
333 tms320c64x->operands[tms320c64x->op_count].mem.disp = offset; in printMemOperand2()
334 tms320c64x->operands[tms320c64x->op_count].mem.disptype = TMS320C64X_MEM_DISP_CONSTANT; in printMemOperand2()
335 tms320c64x->operands[tms320c64x->op_count].mem.direction = TMS320C64X_MEM_DIR_FW; in printMemOperand2()
336 tms320c64x->operands[tms320c64x->op_count].mem.modify = TMS320C64X_MEM_MOD_NO; in printMemOperand2()
352 tms320c64x->operands[tms320c64x->op_count].type = TMS320C64X_OP_REGPAIR; in printRegPair()
353 tms320c64x->operands[tms320c64x->op_count].reg = reg; in printRegPair()