Home
last modified time | relevance | path

Searched defs:op2 (Results 1 – 25 of 39) sorted by relevance

12

/linux/drivers/gpu/drm/xe/instructions/
H A Dxe_alu_commands.h58 #define CS_ALU_INSTR(opcode, op1, op2) (REG_FIELD_PREP(GENMASK(31, 20), (opcode)) | \ argument
62 #define __CS_ALU_INSTR(opcode, op1, op2) CS_ALU_INSTR(CS_ALU_OPCODE_##opcode, \ argument
67 #define CS_ALU_INSTR_LOAD(op1, op2) __CS_ALU_INSTR(LOAD, op1, op2) argument
68 #define CS_ALU_INSTR_LOADINV(op1, op2) __CS_ALU_INSTR(LOADINV, op1, op2) argument
76 #define CS_ALU_INSTR_STORE(op1, op2) __CS_ALU_INSTR(STORE, op1, op2) argument
77 #define CS_ALU_INSTR_STOREINV(op1, op2) __CS_ALU_INSTR(STOREINV, op1, op2) argument
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_qmath.c13 u16 qm_mulu16(u16 op1, u16 op2) in qm_mulu16()
26 s16 qm_muls16(s16 op1, s16 op2) in qm_muls16()
42 s32 qm_add32(s32 op1, s32 op2) in qm_add32()
59 s16 qm_add16(s16 op1, s16 op2) in qm_add16()
78 s16 qm_sub16(s16 op1, s16 op2) in qm_sub16()
/linux/arch/arc/include/asm/
H A Datomic64-arcv2.h49 #define ATOMIC64_OP(op, op1, op2) \ argument
66 #define ATOMIC64_OP_RETURN(op, op1, op2) \ argument
88 #define ATOMIC64_FETCH_OP(op, op1, op2) \ argument
115 #define ATOMIC64_OPS(op, op1, op2) \ argument
124 #define ATOMIC64_OPS(op, op1, op2) \ argument
/linux/arch/arm/include/asm/
H A Datomic.h311 #define ATOMIC64_OP(op, op1, op2) \ argument
330 #define ATOMIC64_OP_RETURN(op, op1, op2) \ argument
353 #define ATOMIC64_FETCH_OP(op, op1, op2) \ argument
376 #define ATOMIC64_OPS(op, op1, op2) \ argument
390 #define ATOMIC64_OPS(op, op1, op2) \ in ATOMIC64_OPS() argument
/linux/drivers/gpu/host1x/
H A Dcdma.c138 static void host1x_pushbuffer_push(struct push_buffer *pb, u32 op1, u32 op2) in host1x_pushbuffer_push()
590 void host1x_cdma_push(struct host1x_cdma *cdma, u32 op1, u32 op2) in host1x_cdma_push()
617 void host1x_cdma_push_wide(struct host1x_cdma *cdma, u32 op1, u32 op2, in host1x_cdma_push_wide()
/linux/tools/testing/selftests/sgx/
H A Dtest_encl.c94 struct encl_op_put_to_buf *op2 = op; in do_encl_op_put_to_buf() local
101 struct encl_op_get_from_buf *op2 = op; in do_encl_op_get_from_buf() local
/linux/arch/x86/crypto/
H A Dcast5-avx-x86_64-asm_64.S85 #define lookup_32bit(src, dst, op1, op2, op3, interleave_op, il_reg) \ argument
115 #define F_tail(a, x, gi1, gi2, op1, op2, op3) \ argument
129 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument
H A Dcast6-avx-x86_64-asm_64.S85 #define lookup_32bit(src, dst, op1, op2, op3, interleave_op, il_reg) \ argument
115 #define F_tail(a, x, gi1, gi2, op1, op2, op3) \ argument
129 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument
H A Dpolyval-clmulni_glue.c63 static void internal_polyval_mul(u8 *op1, const u8 *op2) in internal_polyval_mul()
H A Dtwofish-x86_64-asm_64-3way.S78 #define do16bit_ror(rot, op1, op2, T0, T1, tmp1, tmp2, ab, dst) \ argument
/linux/tools/perf/arch/x86/util/
H A Dcpuid.h7 cpuid(unsigned int op, unsigned int op2, unsigned int *a, unsigned int *b, in cpuid()
/linux/arch/s390/net/
H A Dbpf_jit_comp.c218 #define _EMIT6(op1, op2) \ argument
227 #define _EMIT6_DISP(op1, op2, disp) \ argument
233 #define _EMIT6_DISP_LH(op1, op2, disp) \ argument
241 #define EMIT6_DISP_LH(op1, op2, b1, b2, b3, disp) \ argument
250 #define EMIT6_PCREL_RIEB(op1, op2, b1, b2, mask, target) \ argument
259 #define EMIT6_PCREL_RIEC(op1, op2, b1, imm, mask, target) \ argument
268 #define EMIT6_PCREL(op1, op2, b1, b2, i, off, mask) \ argument
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gpu_commands.h345 #define MI_MATH_INSTR(opcode, op1, op2) ((opcode) << 20 | (op1) << 10 | (op2)) argument
348 #define MI_MATH_LOAD(op1, op2) MI_MATH_INSTR(0x080, op1, op2) argument
349 #define MI_MATH_LOADINV(op1, op2) MI_MATH_INSTR(0x480, op1, op2) argument
357 #define MI_MATH_STORE(op1, op2) MI_MATH_INSTR(0x180, op1, op2) argument
358 #define MI_MATH_STOREINV(op1, op2) MI_MATH_INSTR(0x580, op1, op2) argument
/linux/lib/zlib_dfltcc/
H A Ddfltcc_util.h34 const Byte **op2, in dfltcc()
/linux/arch/arm64/crypto/
H A Dpolyval-ce-glue.c53 static void internal_polyval_mul(u8 *op1, const u8 *op2) in internal_polyval_mul()
/linux/drivers/gpu/host1x/hw/
H A Dchannel_hw.c136 u32 op2, op3; in submit_gathers() local
/linux/arch/sparc/kernel/
H A Duprobes.c62 u32 op2 = (insn >> 22) & 0x7; in arch_uprobe_copy_ixol() local
/linux/arch/powerpc/math-emu/
H A Dmath.c228 void *op0 = NULL, *op1 = NULL, *op2 = NULL, *op3 = NULL; in do_mathemu() local
/linux/arch/x86/kvm/vmx/
H A Dvmx_ops.h208 #define vmx_asm2(insn, op1, op2, error_args...) \ argument
/linux/tools/testing/selftests/kvm/arm64/
H A Dget-reg-list.c209 unsigned op0, op1, crn, crm, op2; in print_reg() local
/linux/arch/sh/kernel/
H A Dkprobes.c144 struct kprobe *op1, *op2; in prepare_singlestep() local
/linux/tools/arch/arm64/include/asm/
H A Desr.h215 #define ESR_ELx_SYS64_ISS_SYS_VAL(op0, op1, op2, crn, crm) \ argument
331 #define ESR_ELx_CP15_32_ISS_SYS_VAL(op1, op2, crn, crm) \ argument
/linux/arch/arm64/include/asm/
H A Desr.h234 #define ESR_ELx_SYS64_ISS_SYS_VAL(op0, op1, op2, crn, crm) \ argument
350 #define ESR_ELx_CP15_32_ISS_SYS_VAL(op1, op2, crn, crm) \ argument
/linux/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c335 tree op2) in create_assign()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dsys_regs.c352 #define ID_UNALLOCATED(crm, op2) { \ argument

12