/openbmc/qemu/tests/tcg/s390x/ |
H A D | shift.c | 6 static uint64_t _name(uint64_t op1, uint64_t op2, uint64_t *cc) \ 15 : [op2] "r" (op2) \ 26 static uint64_t _insn ## _ ## _offset(uint64_t op1, uint64_t op2, \ 42 : [op2] "r" (op2) \ 74 uint64_t op2; member 84 .op2 = 0x62e5508ccb4c99fdull, 92 .op2 = 0x5ffcf7465f5cd71full, 100 .op2 = 0x3ddf2f53347d3030ull, 108 .op2 = 0x18d586fab239cbeeull, 116 .op2 = 0x4d193b85bb5cb39bull, [all …]
|
H A D | exrl-trt.c | 7 char op2[256]; in main() local 15 op2[i] = 0xaa; in main() 17 op2[i] = 0; in main() 30 [op2] "Q" (op2) in main()
|
H A D | exrl-trtr.c | 7 char op2[256]; in main() local 15 op2[i] = 0xbb; in main() 17 op2[i] = 0; in main() 30 [op2] "Q" (op2) in main()
|
H A D | laalg.c | 11 unsigned long cc = 0, op1, op2 = 40, op3 = 2; in main() local 18 , [op2] "+T" (op2) in main() 24 assert(op2 == 42); in main()
|
H A D | csst.c | 13 uint64_t op2 = 0; in main() local 23 [op2] "+m" (op2), in main() 38 if (op2 != parmlist[2]) { in main()
|
H A D | ipm.c | 7 uint32_t op2 = 0x44444444; in main() local 15 [op2] "r" (&op2) in main()
|
/openbmc/qemu/target/alpha/ |
H A D | int_helper.c | 91 uint64_t helper_minub8(uint64_t op1, uint64_t op2) in helper_minub8() argument 99 opb = op2 >> (i * 8); in helper_minub8() 106 uint64_t helper_minsb8(uint64_t op1, uint64_t op2) in helper_minsb8() argument 115 opb = op2 >> (i * 8); in helper_minsb8() 122 uint64_t helper_minuw4(uint64_t op1, uint64_t op2) in helper_minuw4() argument 130 opb = op2 >> (i * 16); in helper_minuw4() 137 uint64_t helper_minsw4(uint64_t op1, uint64_t op2) in helper_minsw4() argument 146 opb = op2 >> (i * 16); in helper_minsw4() 153 uint64_t helper_maxub8(uint64_t op1, uint64_t op2) in helper_maxub8() argument 161 opb = op2 >> (i * 8); in helper_maxub8() [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() argument 15 return (u16) (((u32) op1 * (u32) op2) >> 16); in qm_mulu16() 26 s16 qm_muls16(s16 op1, s16 op2) in qm_muls16() argument 29 if (op1 == (s16) 0x8000 && op2 == (s16) 0x8000) in qm_muls16() 32 result = ((s32) (op1) * (s32) (op2)); in qm_muls16() 42 s32 qm_add32(s32 op1, s32 op2) in qm_add32() argument 45 result = op1 + op2; in qm_add32() 46 if (op1 < 0 && op2 < 0 && result > 0) in qm_add32() 48 else if (op1 > 0 && op2 > 0 && result < 0) in qm_add32() 59 s16 qm_add16(s16 op1, s16 op2) in qm_add16() argument [all …]
|
H A D | phy_qmath.h | 11 u16 qm_mulu16(u16 op1, u16 op2); 13 s16 qm_muls16(s16 op1, s16 op2); 15 s32 qm_add32(s32 op1, s32 op2); 17 s16 qm_add16(s16 op1, s16 op2); 19 s16 qm_sub16(s16 op1, s16 op2);
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | atomic64-arcv2.h | 49 #define ATOMIC64_OP(op, op1, op2) \ argument 58 " " #op2 " %H0, %H0, %H2 \n" \ 66 #define ATOMIC64_OP_RETURN(op, op1, op2) \ argument 75 " " #op2 " %H0, %H0, %H2 \n" \ 88 #define ATOMIC64_FETCH_OP(op, op1, op2) \ argument 97 " " #op2 " %H1, %H0, %H3 \n" \ 115 #define ATOMIC64_OPS(op, op1, op2) \ argument 116 ATOMIC64_OP(op, op1, op2) \ 117 ATOMIC64_OP_RETURN(op, op1, op2) \ 118 ATOMIC64_FETCH_OP(op, op1, op2) [all …]
|
/openbmc/linux/include/trace/events/ |
H A D | host1x.h | 50 TP_PROTO(const char *name, u32 op1, u32 op2), 52 TP_ARGS(name, op1, op2), 57 __field(u32, op2) 63 __entry->op2 = op2; 67 __entry->name, __entry->op1, __entry->op2) 71 TP_PROTO(const char *name, u32 op1, u32 op2, u32 op3, u32 op4), 73 TP_ARGS(name, op1, op2, op3, op4), 78 __field(u32, op2) 86 __entry->op2 = op2; 92 __entry->name, __entry->op1, __entry->op2, __entry->op3,
|
/openbmc/qemu/target/arm/hvf/ |
H A D | trace-events | 1 …32_t crn, uint32_t crm, uint32_t op2) "unhandled sysreg read at pc=0x%"PRIx64": 0x%08x (op0=%d op1… 2 …32_t crn, uint32_t crm, uint32_t op2) "unhandled sysreg write at pc=0x%"PRIx64": 0x%08x (op0=%d op… 6 …p1, uint32_t crn, uint32_t crm, uint32_t op2, uint64_t val) "sysreg read 0x%08x (op0=%d op1=%d crn… 7 …1, uint32_t crn, uint32_t crm, uint32_t op2, uint64_t val) "sysreg write 0x%08x (op0=%d op1=%d crn…
|
/openbmc/linux/tools/objtool/arch/x86/ |
H A D | decode.c | 155 unsigned char op1, op2, op3, prefix, in arch_decode_instruction() local 183 op2 = ins.opcode.bytes[1]; in arch_decode_instruction() 510 if (op2 == 0x01) { in arch_decode_instruction() 517 } else if (op2 >= 0x80 && op2 <= 0x8f) { in arch_decode_instruction() 521 } else if (op2 == 0x05 || op2 == 0x07 || op2 == 0x34 || in arch_decode_instruction() 522 op2 == 0x35) { in arch_decode_instruction() 527 } else if (op2 == 0x0b || op2 == 0xb9) { in arch_decode_instruction() 532 } else if (op2 == 0x0d || op2 == 0x1f) { in arch_decode_instruction() 537 } else if (op2 == 0x1e) { in arch_decode_instruction() 543 } else if (op2 == 0x38 && op3 == 0xf8) { in arch_decode_instruction() [all …]
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | atomic.h | 311 #define ATOMIC64_OP(op, op1, op2) \ argument 321 " " #op2 " %R0, %R0, %R4\n" \ 330 #define ATOMIC64_OP_RETURN(op, op1, op2) \ argument 342 " " #op2 " %R0, %R0, %R4\n" \ 353 #define ATOMIC64_FETCH_OP(op, op1, op2) \ argument 365 " " #op2 " %R1, %R0, %R5\n" \ 376 #define ATOMIC64_OPS(op, op1, op2) \ argument 377 ATOMIC64_OP(op, op1, op2) \ 378 ATOMIC64_OP_RETURN(op, op1, op2) \ 379 ATOMIC64_FETCH_OP(op, op1, op2) [all …]
|
/openbmc/linux/lib/zlib_dfltcc/ |
H A D | dfltcc_util.h | 31 const Byte **op2, in dfltcc() argument 38 const Byte *t4 = op2 ? *op2 : NULL; in dfltcc() 66 if (op2) in dfltcc() 67 *op2 = t4; in dfltcc()
|
/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 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/sh/kernel/ |
H A D | kprobes.c | 144 struct kprobe *op1, *op2; in prepare_singlestep() local 149 op2 = this_cpu_ptr(&saved_next_opcode2); in prepare_singlestep() 173 op2->addr = in prepare_singlestep() 175 op2->opcode = *(op2->addr); in prepare_singlestep() 176 arch_arm_kprobe(op2); in prepare_singlestep() 183 op2->addr = in prepare_singlestep() 185 op2->opcode = *(op2->addr); in prepare_singlestep() 186 arch_arm_kprobe(op2); in prepare_singlestep()
|
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | ops2.c | 58 u8 op2) in x86emuOp2_illegal_op() argument 64 M.x86.R_CS, M.x86.R_IP-2,op2); in x86emuOp2_illegal_op() 145 void x86emuOp2_long_jump(u8 op2) in x86emuOp2_long_jump() argument 152 cond = x86emu_check_jump_condition(op2 & 0xF); in x86emuOp2_long_jump() 167 void x86emuOp2_set_byte(u8 op2) in x86emuOp2_set_byte() argument 176 switch (op2) { in x86emuOp2_set_byte() 263 void x86emuOp2_push_FS(u8 X86EMU_UNUSED(op2)) in x86emuOp2_push_FS() argument 277 void x86emuOp2_pop_FS(u8 X86EMU_UNUSED(op2)) in x86emuOp2_pop_FS() argument 291 void x86emuOp2_bt_R(u8 X86EMU_UNUSED(op2)) in x86emuOp2_bt_R() argument 354 void x86emuOp2_shld_IMM(u8 X86EMU_UNUSED(op2)) in x86emuOp2_shld_IMM() argument [all …]
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | uprobes.c | 60 u32 op2 = (insn >> 22) & 0x7; in arch_uprobe_copy_ixol() local 63 (op2 == 1 || op2 == 2 || op2 == 3 || op2 == 5 || op2 == 6) && in arch_uprobe_copy_ixol()
|
/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() argument 1117 return -float16_eq_quiet(op1, op2, stat); in float16_ceq() 1120 static uint32_t float32_ceq(float32 op1, float32 op2, float_status *stat) in float32_ceq() argument 1122 return -float32_eq_quiet(op1, op2, stat); in float32_ceq() 1125 static uint64_t float64_ceq(float64 op1, float64 op2, float_status *stat) in float64_ceq() argument 1127 return -float64_eq_quiet(op1, op2, stat); in float64_ceq() 1130 static uint16_t float16_cge(float16 op1, float16 op2, float_status *stat) in float16_cge() argument 1132 return -float16_le(op2, op1, stat); in float16_cge() 1135 static uint32_t float32_cge(float32 op1, float32 op2, float_status *stat) in float32_cge() argument 1137 return -float32_le(op2, op1, stat); in float32_cge() [all …]
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | parser-helpers.c | 517 HexValue *op2) in gen_bin_cmp() argument 520 HexValue op2_m = *op2; in gen_bin_cmp() 562 HexValue *op2, in gen_simple_op() argument 572 op2->signedness); in gen_simple_op() 575 " = ", op1, imm_imm, op2, ";\n"); in gen_simple_op() 579 "(", res, ", ", op2, ", ", op1, ");\n"); in gen_simple_op() 583 "(", res, ", ", op1, ", ", op2, ");\n"); in gen_simple_op() 587 "(", res, ", ", op1, ", ", op2, ");\n"); in gen_simple_op() 595 HexValue *op2) in gen_sub_op() argument 601 op2->signedness); in gen_sub_op() [all …]
|
/openbmc/linux/tools/testing/selftests/sgx/ |
H A D | test_encl.c | 93 struct encl_op_put_to_buf *op2 = op; in do_encl_op_put_to_buf() local 95 memcpy(&encl_buffer[0], &op2->value, 8); in do_encl_op_put_to_buf() 100 struct encl_op_get_from_buf *op2 = op; in do_encl_op_get_from_buf() local 102 memcpy(&op2->value, &encl_buffer[0], 8); in do_encl_op_get_from_buf()
|
/openbmc/u-boot/post/lib_powerpc/ |
H A D | cmp.c | 27 extern void cpu_post_exec_12 (ulong *code, ulong *res, ulong op1, ulong op2); 33 ulong op2; member 100 cpu_post_exec_12 (code, & res, test->op1, test->op2); in cpu_post_test_cmp()
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86_flags.c | 48 #define ADD_COUT_VEC(op1, op2, result) \ argument 49 (((op1) & (op2)) | (((op1) | (op2)) & (~(result)))) 51 #define SUB_COUT_VEC(op1, op2, result) \ argument 52 (((~(op1)) & (op2)) | (((~(op1)) ^ (op2)) & (result))) 54 #define GET_ADD_OVERFLOW(op1, op2, result, mask) \ argument 55 ((((op1) ^ (result)) & ((op2) ^ (result))) & (mask))
|
/openbmc/linux/arch/x86/crypto/ |
H A D | cast6-avx-x86_64-asm_64.S | 85 #define lookup_32bit(src, dst, op1, op2, op3, interleave_op, il_reg) \ argument 95 op2 (RID2,RID1,4), dst ## d; \ 115 #define F_tail(a, x, gi1, gi2, op1, op2, op3) \ argument 116 lookup_32bit(##gi1, RFS1, op1, op2, op3, shr_next, ##gi1); \ 117 lookup_32bit(##gi2, RFS3, op1, op2, op3, shr_next, ##gi2); \ 119 lookup_32bit(##gi1, RFS2, op1, op2, op3, dummy, none); \ 122 lookup_32bit(##gi2, RFS1, op1, op2, op3, dummy, none); \ 129 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument 133 F_tail(b1, RX, RGI1, RGI2, op1, op2, op3); \ 134 F_tail(b2, RTMP, RGI3, RGI4, op1, op2, op3); \
|