Searched refs:bceqz_op (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | uprobes.c | 33 if (insn.reg1i21_format.opcode == bceqz_op) { in arch_uprobe_analyze_insn()
|
H A D | alternative.c | 93 case bceqz_op: in recompute_jump()
|
H A D | kprobes.c | 78 if (insn.reg1i21_format.opcode == bceqz_op) { in arch_prepare_kprobe()
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | alternative.c | 91 case bceqz_op: /* bceqz_op = bcnez_op */ in recompute_jump()
|
H A D | inst.c | 154 case bceqz_op: in insns_not_supported()
|
H A D | kgdb.c | 334 case bceqz_op: /* bceqz_op = bcnez_op */ in get_step_address()
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | inst.h | 57 bceqz_op = 0x12, /* bits[9:8] = 0x00 */ enumerator 445 case bceqz_op: in is_self_loop_ins()
|
/kernel/linux/linux-5.10/arch/loongarch/include/uapi/asm/ |
H A D | inst.h | 37 beqz_op = 0x10, bnez_op, bceqz_op, bcnez_op=0x12, jiscr0_op=0x12, jiscr1_op=0x12, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-loongarch/asm/ |
H A D | inst.h | 49 beqz_op = 0x10, bnez_op, bceqz_op, bcnez_op=0x12, jiscr0_op=0x12, jiscr1_op=0x12, enumerator
|
Completed in 12 milliseconds