Home
last modified time | relevance | path

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

/linux-6.15/arch/arc/net/
H A Dbpf_jit_arcv2.c164 #define OP_C(x) (((x) & 0x03f) << 6) macro
165 #define OP_IMM (OP_C(ARC_R_IMM))
292 #define ADDI_U6(x) OP_C(x)
310 #define ADCI_U6(x) OP_C(x)
329 #define SUBI_U6(x) OP_C(x)
515 #define BTST_U6(x) (OP_C((x) & 63))
529 #define ASLI_U6(x) OP_C((x) & 31)
671 const u32 insn = OPC_MOV | OP_B(rd) | OP_C(rs); in arc_mov_r()
759 const u32 insn = OPC_PUSH | OP_C(reg); in arc_push_r()
925 const u32 insn = OPC_CMP | OP_B(rb) | OP_C(rc); in arc_cmp_r()
[all …]