Home
last modified time | relevance | path

Searched refs:branch_opcode (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dcode-patching.h104 static inline unsigned int branch_opcode(ppc_inst_t instr) in branch_opcode() function
111 return branch_opcode(instr) == 18; in instr_is_branch_iform()
116 return branch_opcode(instr) == 16; in instr_is_branch_bform()
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def463 thread->branch_offset = insn->encoding_offset; thread->branch_opcode = insn->opcode;