/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | ops.c | 178 u8 op1) in x86emuOp_illegal_op() 204 void x86emuOp_genop_byte_RM_R(u8 op1) in x86emuOp_genop_byte_RM_R() 244 void x86emuOp_genop_word_RM_R(u8 op1) in x86emuOp_genop_word_RM_R() 310 void x86emuOp_genop_byte_R_RM(u8 op1) in x86emuOp_genop_byte_R_RM() 346 void x86emuOp_genop_word_R_RM(u8 op1) in x86emuOp_genop_word_R_RM() 403 void x86emuOp_genop_byte_AL_IMM(u8 op1) in x86emuOp_genop_byte_AL_IMM() 424 void x86emuOp_genop_word_AX_IMM(u8 op1) in x86emuOp_genop_word_AX_IMM() 455 void x86emuOp_push_ES(u8 X86EMU_UNUSED(op1)) in x86emuOp_push_ES() 469 void x86emuOp_pop_ES(u8 X86EMU_UNUSED(op1)) in x86emuOp_pop_ES() 483 void x86emuOp_push_CS(u8 X86EMU_UNUSED(op1)) in x86emuOp_push_CS() [all …]
|
/openbmc/qemu/target/alpha/ |
H A D | int_helper.c | 91 uint64_t helper_minub8(uint64_t op1, uint64_t op2) in helper_minub8() 106 uint64_t helper_minsb8(uint64_t op1, uint64_t op2) in helper_minsb8() 122 uint64_t helper_minuw4(uint64_t op1, uint64_t op2) in helper_minuw4() 137 uint64_t helper_minsw4(uint64_t op1, uint64_t op2) in helper_minsw4() 153 uint64_t helper_maxub8(uint64_t op1, uint64_t op2) in helper_maxub8() 168 uint64_t helper_maxsb8(uint64_t op1, uint64_t op2) in helper_maxsb8() 184 uint64_t helper_maxuw4(uint64_t op1, uint64_t op2) in helper_maxuw4() 199 uint64_t helper_maxsw4(uint64_t op1, uint64_t op2) in helper_maxsw4() 215 uint64_t helper_perr(uint64_t op1, uint64_t op2) in helper_perr() 234 uint64_t helper_pklb(uint64_t op1) in helper_pklb() [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_qmath.c | 13 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()
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | atomic64-arcv2.h | 49 #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
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | svm_ops.h | 19 #define svm_asm1(insn, op1, clobber...) \ argument 29 #define svm_asm2(insn, op1, op2, clobber...) \ argument
|
/openbmc/qemu/target/arm/tcg/ |
H A D | vec_helper.c | 1115 static uint16_t float16_ceq(float16 op1, float16 op2, float_status *stat) in float16_ceq() 1120 static uint32_t float32_ceq(float32 op1, float32 op2, float_status *stat) in float32_ceq() 1125 static uint64_t float64_ceq(float64 op1, float64 op2, float_status *stat) in float64_ceq() 1130 static uint16_t float16_cge(float16 op1, float16 op2, float_status *stat) in float16_cge() 1135 static uint32_t float32_cge(float32 op1, float32 op2, float_status *stat) in float32_cge() 1140 static uint64_t float64_cge(float64 op1, float64 op2, float_status *stat) in float64_cge() 1145 static uint16_t float16_cgt(float16 op1, float16 op2, float_status *stat) in float16_cgt() 1150 static uint32_t float32_cgt(float32 op1, float32 op2, float_status *stat) in float32_cgt() 1155 static uint64_t float64_cgt(float64 op1, float64 op2, float_status *stat) in float64_cgt() 1160 static uint16_t float16_acge(float16 op1, float16 op2, float_status *stat) in float16_acge() [all …]
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | atomic.h | 311 #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
|
/openbmc/linux/drivers/gpu/host1x/ |
H A D | cdma.c | 138 static void host1x_pushbuffer_push(struct push_buffer *pb, u32 op1, u32 op2) in host1x_pushbuffer_push() 592 void host1x_cdma_push(struct host1x_cdma *cdma, u32 op1, u32 op2) in host1x_cdma_push() 622 void host1x_cdma_push_wide(struct host1x_cdma *cdma, u32 op1, u32 op2, in host1x_cdma_push_wide()
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | ipm.c | 6 uint32_t op1 = 0x55555555; in main() local
|
H A D | laalg.c | 11 unsigned long cc = 0, op1, op2 = 40, op3 = 2; in main() local
|
H A D | exrl-trt.c | 6 char op1[] = "hello"; in main() local
|
H A D | exrl-trtr.c | 6 char op1[] = {0, 1, 2, 3}; in main() local
|
H A D | csst.c | 12 uint64_t op1 = 0x0123456789abcdefull; in main() local
|
H A D | clm.S | 20 op1: label
|
H A D | icm.S | 21 op1: label
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 1121 static inline uint32_t efsadd(CPUPPCState *env, uint32_t op1, uint32_t op2) in efsadd() 1131 static inline uint32_t efssub(CPUPPCState *env, uint32_t op1, uint32_t op2) in efssub() 1141 static inline uint32_t efsmul(CPUPPCState *env, uint32_t op1, uint32_t op2) in efsmul() 1151 static inline uint32_t efsdiv(CPUPPCState *env, uint32_t op1, uint32_t op2) in efsdiv() 1191 static inline uint32_t efscmplt(CPUPPCState *env, uint32_t op1, uint32_t op2) in efscmplt() 1200 static inline uint32_t efscmpgt(CPUPPCState *env, uint32_t op1, uint32_t op2) in efscmpgt() 1209 static inline uint32_t efscmpeq(CPUPPCState *env, uint32_t op1, uint32_t op2) in efscmpeq() 1218 static inline uint32_t efststlt(CPUPPCState *env, uint32_t op1, uint32_t op2) in efststlt() 1224 static inline uint32_t efststgt(CPUPPCState *env, uint32_t op1, uint32_t op2) in efststgt() 1230 static inline uint32_t efststeq(CPUPPCState *env, uint32_t op1, uint32_t op2) in efststeq() [all …]
|
/openbmc/linux/drivers/gpu/host1x/hw/ |
H A D | channel_hw.c | 145 u32 op1 = host1x_opcode_gather_wide(g->words); in submit_gathers() local 155 u32 op1 = host1x_opcode_gather(g->words); in submit_gathers() local
|
/openbmc/linux/arch/x86/crypto/ |
H A D | cast5-avx-x86_64-asm_64.S | 85 #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 D | cast6-avx-x86_64-asm_64.S | 85 #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
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | parser-helpers.c | 516 HexValue *op1, in gen_bin_cmp() 561 HexValue *op1, in gen_simple_op() 594 enum OpTypes op_types, HexValue *op1, in gen_sub_op() 624 HexValue *op1, HexValue *op2) in gen_asl_op() 676 HexValue *op1, HexValue *op2) in gen_asr_op() 731 HexValue *op1, HexValue *op2) in gen_lsr_op() 776 enum OpTypes op_types, HexValue *op1, in gen_andl_op() 802 HexValue *op1, HexValue *op2, bool minmax) in gen_minmax_op() 844 HexValue *op1, in gen_bin_op() 1609 HexValue *op1, in gen_carry_from_add() [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gpu_commands.h | 344 #define MI_MATH_INSTR(opcode, op1, op2) ((opcode) << 20 | (op1) << 10 | (op2)) argument 347 #define MI_MATH_LOAD(op1, op2) MI_MATH_INSTR(0x080, op1, op2) argument 348 #define MI_MATH_LOADINV(op1, op2) MI_MATH_INSTR(0x480, op1, op2) argument 349 #define MI_MATH_LOAD0(op1) MI_MATH_INSTR(0x081, op1) argument 350 #define MI_MATH_LOAD1(op1) MI_MATH_INSTR(0x481, op1) argument 356 #define MI_MATH_STORE(op1, op2) MI_MATH_INSTR(0x180, op1, op2) argument 357 #define MI_MATH_STOREINV(op1, op2) MI_MATH_INSTR(0x580, op1, op2) argument
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmx_ops.h | 189 #define vmx_asm1(insn, op1, error_args...) \ argument 206 #define vmx_asm2(insn, op1, op2, error_args...) \ argument
|
/openbmc/u-boot/post/lib_powerpc/ |
H A D | cmp.c | 32 ulong op1; member
|
H A D | cmpi.c | 32 ulong op1; member
|
/openbmc/linux/arch/s390/net/ |
H A D | bpf_jit_comp.c | 205 #define _EMIT6(op1, op2) \ argument 214 #define _EMIT6_DISP(op1, op2, disp) \ argument 220 #define _EMIT6_DISP_LH(op1, op2, disp) \ argument 228 #define EMIT6_DISP_LH(op1, op2, b1, b2, b3, disp) \ argument 237 #define EMIT6_PCREL_RIEB(op1, op2, b1, b2, mask, target) \ argument 246 #define EMIT6_PCREL_RIEC(op1, op2, b1, imm, mask, target) \ argument 255 #define EMIT6_PCREL(op1, op2, b1, b2, i, off, mask) \ argument
|