Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/trace/beauty/
H A Dmsg_flags.c49 P_MSG_FLAG(EOR); in syscall_arg__scnprintf_msg_flags()
/openbmc/linux/arch/arm64/net/
H A 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)
/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/
H A D0001-tic-hang.patch36 + kf23=\E[23;2~, kf24=\E[24;2~, kf3=\EOR, kf4=\EOS,
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Dr8190P_def.h246 u8 EOR:1; member
H A Drtl_core.c1575 entry->EOR = 1; in _rtl92e_alloc_rx_ring()
1816 pdesc->EOR = 1; in _rtl92e_rx_normal()
/openbmc/qemu/target/avr/
H A Dinsn.decode65 EOR 0010 01 . ..... .... @op_rd_rr
H A Ddisas.c145 INSN(EOR, "r%d, r%d", a->rd, a->rr)
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_recv.h194 #define EOR BIT(30) macro
/openbmc/linux/arch/m68k/fpsp040/
H A Dsrem_mod.S25 | signQ := signX EOR signY. Record whether MOD or REM
H A Dssin.S64 | 4. (k is odd) Set j1 := (k-1)/2, j2 := j1 (EOR) (k mod 2), i.e.
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc2259 tcg_out_insn(s, 3510, EOR, ext, a0, a1, a2);
2648 tcg_out_insn(s, 3616, EOR, is_q, 0, a0, a1, a2);
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c3858 DO_ANY3(EOR, tcg_gen_xor_i32, a->s, STREG_NORMAL)
/openbmc/linux/arch/m68k/ifpsp060/src/
H A 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 #