Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/trace/beauty/
Dmsg_flags.c49 P_MSG_FLAG(EOR); in syscall_arg__scnprintf_msg_flags()
/linux-6.6.21/arch/arm64/net/
Dbpf_jit.h135 #define A64_STEOR(sf, Rn, Rs) A64_ST_OP(sf, Rn, Rs, EOR)
145 #define A64_LDEORAL(sf, Rt, Rn, Rs) A64_LD_OP_AL(sf, Rt, Rn, Rs, EOR)
259 #define A64_EOR(sf, Rd, Rn, Rm) A64_LOGIC_SREG(sf, Rd, Rn, Rm, EOR)
276 #define A64_EOR_I(sf, Rd, Rn, imm) A64_LOGIC_IMM(sf, Rd, Rn, imm, EOR)
/linux-6.6.21/drivers/staging/rtl8192e/rtl8192e/
Dr8190P_def.h246 u8 EOR:1; member
Drtl_core.c1575 entry->EOR = 1; in _rtl92e_alloc_rx_ring()
1816 pdesc->EOR = 1; in _rtl92e_rx_normal()
/linux-6.6.21/drivers/staging/rtl8723bs/include/
Drtw_recv.h194 #define EOR BIT(30) macro
/linux-6.6.21/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.6.21/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 #