Searched refs:op_loc (Results 1 – 4 of 4) sorted by relevance
48 struct annotated_op_loc *op_loc) in get_powerpc_regs() argument51 op_loc->reg1 = get_source_reg(raw_insn); in get_powerpc_regs()53 op_loc->reg1 = get_target_reg(raw_insn); in get_powerpc_regs()55 if (op_loc->multi_regs) in get_powerpc_regs()56 op_loc->reg2 = PPC_RB(raw_insn); in get_powerpc_regs()59 if ((op_loc->mem_ref) && (PPC_OP(raw_insn) != 31)) in get_powerpc_regs()60 op_loc->offset = get_offset_opcode(raw_insn); in get_powerpc_regs()
2422 if (op_loc->multi_regs) { in extract_reg_offset()2490 op_loc->reg1 = -1; in annotate_get_insn_location()2491 op_loc->reg2 = -1; in annotate_get_insn_location()2504 op_loc->mem_ref = mem_ref; in annotate_get_insn_location()2508 op_loc->mem_ref = true; in annotate_get_insn_location()2521 op_loc->imm = true; in annotate_get_insn_location()2535 op_loc->imm = true; in annotate_get_insn_location()2736 .op = op_loc, in __hist_entry__get_data_type()2740 if (!op_loc->mem_ref && op_loc->segment == INSN_SEG_NONE) in __hist_entry__get_data_type()2746 op_loc->offset, dl); in __hist_entry__get_data_type()[all …]
540 #define for_each_insn_op_loc(insn_loc, i, op_loc) \ argument541 for (i = INSN_OP_SOURCE, op_loc = &(insn_loc)->ops[i]; \543 i++, op_loc++)
115 void get_powerpc_regs(u32 raw_insn, int is_source, struct annotated_op_loc *op_loc);127 struct annotated_op_loc *op_loc __maybe_unused) in get_powerpc_regs()