Searched refs:j_format (Results 1 – 6 of 6) sorted by relevance
55 insn.j_format.opcode = J_ISA_BIT ? mm_j32_op : j_op; in arch_jump_label_transform()56 insn.j_format.target = e->target >> J_RANGE_SHIFT; in arch_jump_label_transform()
255 ip->j_format.opcode == mm_jal32_op) in is_jump_ins()262 if (ip->j_format.opcode == j_op) in is_jump_ins()264 if (ip->j_format.opcode == jal_op) in is_jump_ins()382 if (ip->j_format.opcode == j_op) in get___schedule_addr()383 return J_TARGET(ip, ip->j_format.target); in get___schedule_addr()
232 *contpc |= (insn.j_format.target << 2); in __mm_isBranchInstr()243 *contpc |= (insn.j_format.target << 1); in __mm_isBranchInstr()566 epc |= (insn.j_format.target << 2); in __compute_return_epc_for_insn()
537 struct j_format { struct934 struct j_format j_format; member
139 epc |= (insn.j_format.target << 2); in kvm_compute_return_epc()
525 *contpc |= (insn.j_format.target << 2); in isBranchInstr()