Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/net/
Dbpf_jit.h129 #define A64_STEOR(sf, Rn, Rs) A64_ST_OP(sf, Rn, Rs, EOR)
139 #define A64_LDEORAL(sf, Rt, Rn, Rs) A64_LD_OP_AL(sf, Rt, Rn, Rs, EOR)
247 #define A64_EOR(sf, Rd, Rn, Rm) A64_LOGIC_SREG(sf, Rd, Rn, Rm, EOR)
264 #define A64_EOR_I(sf, Rd, Rn, imm) A64_LOGIC_IMM(sf, Rd, Rn, imm, EOR)
/linux-6.1.9/tools/perf/trace/beauty/
Dmsg_flags.c43 P_MSG_FLAG(EOR); in syscall_arg__scnprintf_msg_flags()
/linux-6.1.9/drivers/staging/rtl8192e/rtl8192e/
Dr8190P_def.h277 u8 EOR:1; member
Drtl_core.c1726 entry->EOR = 1; in _rtl92e_alloc_rx_ring()
1989 pdesc->EOR = 1; in _rtl92e_rx_normal()
/linux-6.1.9/drivers/staging/r8188eu/include/
Drtw_recv.h141 #define EOR BIT(30) macro
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Drtw_recv.h194 #define EOR BIT(30) macro
/linux-6.1.9/arch/m68k/fpsp040/
Dsrem_mod.S25 | signQ := signX EOR signY. Record whether MOD or REM
Dssin.S64 | 4. (k is odd) Set j1 := (k-1)/2, j2 := j1 (EOR) (k mod 2), i.e.
/linux-6.1.9/arch/m68k/ifpsp060/src/
Dfplsp.S4958 # 4. (k is odd) Set j1 := (k-1)/2, j2 := j1 (EOR) (k mod 2), ie. #
9359 # signQ := signX EOR signY. Record whether MOD or REM #