Searched refs:EOR (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | msg_flags.c | 49 P_MSG_FLAG(EOR); in syscall_arg__scnprintf_msg_flags()
|
/openbmc/linux/arch/arm64/net/ |
H A D | bpf_jit.h | 135 #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 D | 0001-tic-hang.patch | 36 + kf23=\E[23;2~, kf24=\E[24;2~, kf3=\EOR, kf4=\EOS,
|
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/ |
H A D | r8190P_def.h | 246 u8 EOR:1; member
|
H A D | rtl_core.c | 1575 entry->EOR = 1; in _rtl92e_alloc_rx_ring() 1816 pdesc->EOR = 1; in _rtl92e_rx_normal()
|
/openbmc/qemu/target/avr/ |
H A D | insn.decode | 65 EOR 0010 01 . ..... .... @op_rd_rr
|
H A D | disas.c | 145 INSN(EOR, "r%d, r%d", a->rd, a->rr)
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_recv.h | 194 #define EOR BIT(30) macro
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | srem_mod.S | 25 | signQ := signX EOR signY. Record whether MOD or REM
|
H A D | ssin.S | 64 | 4. (k is odd) Set j1 := (k-1)/2, j2 := j1 (EOR) (k mod 2), i.e.
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 2259 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 D | translate.c | 3858 DO_ANY3(EOR, tcg_gen_xor_i32, a->s, STREG_NORMAL)
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A D | fplsp.S | 4958 # 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 #
|