| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | ops.c | 178 u8 op1) in x86emuOp_illegal_op() argument 185 M.x86.R_CS, M.x86.R_IP-1,op1)); in x86emuOp_illegal_op() 204 void x86emuOp_genop_byte_RM_R(u8 op1) in x86emuOp_genop_byte_RM_R() argument 211 op1 = (op1 >> 3) & 0x7; in x86emuOp_genop_byte_RM_R() 214 DECODE_PRINTF(x86emu_GenOpName[op1]); in x86emuOp_genop_byte_RM_R() 224 destval = genop_byte_operation[op1](destval, *srcreg); in x86emuOp_genop_byte_RM_R() 234 *destreg = genop_byte_operation[op1](*destreg, *srcreg); in x86emuOp_genop_byte_RM_R() 244 void x86emuOp_genop_word_RM_R(u8 op1) in x86emuOp_genop_word_RM_R() argument 249 op1 = (op1 >> 3) & 0x7; in x86emuOp_genop_word_RM_R() 252 DECODE_PRINTF(x86emu_GenOpName[op1]); in x86emuOp_genop_word_RM_R() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/ |
| H A D | fpu.h | 48 extern void x86emuOp_esc_coprocess_d8(u8 op1); 49 extern void x86emuOp_esc_coprocess_d9(u8 op1); 50 extern void x86emuOp_esc_coprocess_da(u8 op1); 51 extern void x86emuOp_esc_coprocess_db(u8 op1); 52 extern void x86emuOp_esc_coprocess_dc(u8 op1); 53 extern void x86emuOp_esc_coprocess_dd(u8 op1); 54 extern void x86emuOp_esc_coprocess_de(u8 op1); 55 extern void x86emuOp_esc_coprocess_df(u8 op1);
|
| /OK3568_Linux_fs/kernel/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);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | gimple-match.h | 170 tree op0, tree op1) in gimple_match_op() argument 175 ops[1] = op1; in gimple_match_op() 181 tree op0, tree op1, tree op2) in gimple_match_op() argument 186 ops[1] = op1; in gimple_match_op() 193 tree op0, tree op1, tree op2, tree op3) in gimple_match_op() argument 198 ops[1] = op1; in gimple_match_op() 206 tree op0, tree op1, tree op2, tree op3, in gimple_match_op() argument 212 ops[1] = op1; in gimple_match_op() 244 gimple_match_op::set_op (code_helper code_in, tree type_in, tree op0, tree op1) in set_op() argument 250 ops[1] = op1; in set_op() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | gimple-match.h | 170 tree op0, tree op1) in gimple_match_op() argument 175 ops[1] = op1; in gimple_match_op() 181 tree op0, tree op1, tree op2) in gimple_match_op() argument 186 ops[1] = op1; in gimple_match_op() 193 tree op0, tree op1, tree op2, tree op3) in gimple_match_op() argument 198 ops[1] = op1; in gimple_match_op() 206 tree op0, tree op1, tree op2, tree op3, in gimple_match_op() argument 212 ops[1] = op1; in gimple_match_op() 244 gimple_match_op::set_op (code_helper code_in, tree type_in, tree op0, tree op1) in set_op() argument 250 ops[1] = op1; in set_op() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gpu_commands.h | 252 #define MI_MATH_INSTR(opcode, op1, op2) ((opcode) << 20 | (op1) << 10 | (op2)) argument 255 #define MI_MATH_LOAD(op1, op2) MI_MATH_INSTR(0x080, op1, op2) argument 256 #define MI_MATH_LOADINV(op1, op2) MI_MATH_INSTR(0x480, op1, op2) argument 257 #define MI_MATH_LOAD0(op1) MI_MATH_INSTR(0x081, op1) argument 258 #define MI_MATH_LOAD1(op1) MI_MATH_INSTR(0x481, op1) argument 264 #define MI_MATH_STORE(op1, op2) MI_MATH_INSTR(0x180, op1, op2) argument 265 #define MI_MATH_STOREINV(op1, op2) MI_MATH_INSTR(0x580, op1, op2) argument
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 145 - u8 op1; 148 + u8 op1; 180 - op1 = (*sys_rdb)(((u32)M.x86.R_CS<<4) + (M.x86.R_IP++)); 181 - (x86emu_optab[op1])(op1); 183 + op1 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); 184 + (x86emu_optab[op1]) (op1); 804 - u8 op1; 826 + u8 op1; 854 - op1 = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); 855 - (*x86emu_optab[op1])(op1); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | mpalib.h | 261 MPALIB_EXPORT void mpa_add(mpanum dest, const mpanum op1, const mpanum op2, 264 MPALIB_EXPORT void mpa_sub(mpanum dest, const mpanum op1, const mpanum op2, 267 MPALIB_EXPORT void mpa_add_word(mpanum dest, const mpanum op1, mpa_word_t op2, 270 MPALIB_EXPORT void mpa_sub_word(mpanum dest, const mpanum op1, mpa_word_t op2, 279 MPALIB_EXPORT void mpa_mul(mpanum dest, const mpanum op1, const mpanum op2, 282 MPALIB_EXPORT void mpa_mul_word(mpanum dest, const mpanum op1, mpa_word_t op2, 290 const mpanum op1, const mpanum op2, 300 MPALIB_EXPORT void mpa_add_mod(mpanum dest, const mpanum op1, const mpanum op2, 303 MPALIB_EXPORT void mpa_sub_mod(mpanum dest, const mpanum op1, const mpanum op2, 306 MPALIB_EXPORT void mpa_mul_mod(mpanum dest, const mpanum op1, const mpanum op2, [all …]
|
| H A D | mpa.h | 153 const mpa_word_t *op1, 161 const mpa_word_t *op1, 171 int __mpa_abs_cmp(const mpanum op1, const mpanum op2); 173 int __mpa_abs_greater_than(const mpanum op1, const mpanum op2); 175 int __mpa_abs_less_than(const mpanum op1, const mpanum op2); 188 void __mpa_abs_mul_word(mpanum dest, const mpanum op1, mpa_word_t op2); 190 void __mpa_abs_mul(mpanum dest, const mpanum op1, const mpanum op2); 203 const mpanum op1, const mpa_word_t op2); 207 const mpanum op1, const mpanum op2, mpa_scratch_mem pool); 229 mpanum op1, mpanum op2, mpanum n, mpa_word_t n_inv);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/ |
| H A D | mpalib.h | 261 MPALIB_EXPORT void mpa_add(mpanum dest, const mpanum op1, const mpanum op2, 264 MPALIB_EXPORT void mpa_sub(mpanum dest, const mpanum op1, const mpanum op2, 267 MPALIB_EXPORT void mpa_add_word(mpanum dest, const mpanum op1, mpa_word_t op2, 270 MPALIB_EXPORT void mpa_sub_word(mpanum dest, const mpanum op1, mpa_word_t op2, 279 MPALIB_EXPORT void mpa_mul(mpanum dest, const mpanum op1, const mpanum op2, 282 MPALIB_EXPORT void mpa_mul_word(mpanum dest, const mpanum op1, mpa_word_t op2, 290 const mpanum op1, const mpanum op2, 300 MPALIB_EXPORT void mpa_add_mod(mpanum dest, const mpanum op1, const mpanum op2, 303 MPALIB_EXPORT void mpa_sub_mod(mpanum dest, const mpanum op1, const mpanum op2, 306 MPALIB_EXPORT void mpa_mul_mod(mpanum dest, const mpanum op1, const mpanum op2, [all …]
|
| H A D | mpa.h | 153 const mpa_word_t *op1, 161 const mpa_word_t *op1, 171 int __mpa_abs_cmp(const mpanum op1, const mpanum op2); 173 int __mpa_abs_greater_than(const mpanum op1, const mpanum op2); 175 int __mpa_abs_less_than(const mpanum op1, const mpanum op2); 188 void __mpa_abs_mul_word(mpanum dest, const mpanum op1, mpa_word_t op2); 190 void __mpa_abs_mul(mpanum dest, const mpanum op1, const mpanum op2); 203 const mpanum op1, const mpa_word_t op2); 207 const mpanum op1, const mpanum op2, mpa_scratch_mem pool); 229 mpanum op1, mpanum op2, mpanum n, mpa_word_t n_inv);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/ |
| H A D | arith_taf.c | 280 TEE_BigInt *op1 = lookup_handle(HT_BIGINT, params[0].value.a); in ta_entry_arith_cmp() local 283 if (!op1 || !op2) in ta_entry_arith_cmp() 286 params[1].value.a = TEE_BigIntCmp(op1, op2); in ta_entry_arith_cmp() 309 const TEE_BigInt *op1, in ternary_func() argument 315 TEE_BigInt *op1 = lookup_handle(HT_BIGINT, params[0].value.a); in ternary_func() local 320 if (!op1 || !op2 || !n || !dest) in ternary_func() 323 func(dest, op1, op2, n); in ternary_func() 331 const TEE_BigInt *op1, in binary_func() argument 336 TEE_BigInt *op1 = lookup_handle(HT_BIGINT, params[0].value.a); in binary_func() local 340 if (!op1 || !op2 || !dest) in binary_func() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | get_turn_info_ll.hpp | 652 operation_type & op1) in replace_method_and_operations_tm() 654 if ( op0 == operation_blocked && op1 == operation_blocked ) in replace_method_and_operations_tm() 659 op1 = operation_continue; in replace_method_and_operations_tm() 672 if ( op1 == operation_continue || op1 == operation_blocked ) in replace_method_and_operations_tm() 674 op1 = operation_intersection; in replace_method_and_operations_tm() 676 else if ( op1 == operation_intersection ) in replace_method_and_operations_tm() 678 op1 = operation_union; in replace_method_and_operations_tm() 686 op1 = operation_union; in replace_method_and_operations_tm() 702 operation_type & op1 = turn.operations[1].operation; in operator ()() local 704 BOOST_GEOMETRY_ASSERT(op0 != operation_blocked || op1 != operation_blocked ); in operator ()() [all …]
|
| H A D | get_turn_info_for_endpoint.hpp | 401 operation_type & op1, operation_type & op2) in handle_internal() 424 op1 = operation_none; in handle_internal() 444 if ( op1 != operation_union in handle_internal() 451 op1 = operation_intersection; in handle_internal() 478 op1 = operation_none; in handle_internal() 497 if ( op1 != operation_blocked in handle_internal() 504 op1 = operation_blocked; in handle_internal() 548 operation_type op0, operation_type op1, in assign() 562 tp.operations[1].operation = op1; in assign() 580 tp.operations[1].is_collinear = op1 != operation_intersection in assign() [all …]
|
| H A D | get_turn_info_la.hpp | 620 operation_type & op1) in replace_method_and_operations_tm() 622 if ( op0 == operation_blocked && op1 == operation_blocked ) in replace_method_and_operations_tm() 634 if ( op1 == operation_blocked ) in replace_method_and_operations_tm() 636 op1 = operation_continue; in replace_method_and_operations_tm() 638 else if ( op1 == operation_intersection ) in replace_method_and_operations_tm() 640 op1 = operation_union; in replace_method_and_operations_tm() 648 op1 = operation_union; in replace_method_and_operations_tm() 664 operation_type & op1 = turn.operations[1].operation; in operator ()() local 669 || op1 == operation_intersection || op1 == operation_union ) in operator ()() 682 if ( op1 == operation_blocked ) in operator ()() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/math-emu/ |
| H A D | math.c | 28 #define FLOATFUNC(x) static inline int x(void *op1, void *op2, void *op3, \ 228 void *op0 = 0, *op1 = 0, *op2 = 0, *op3 = 0; in do_mathemu() local 333 op1 = (void *)¤t->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu() 339 op1 = (void *)¤t->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu() 345 op1 = (void *)¤t->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu() 354 op1 = (void *)((idx ? regs->gpr[idx] : 0) + sdisp); in do_mathemu() 364 op1 = (void *)(regs->gpr[idx] + sdisp); in do_mathemu() 373 op1 = (void *)¤t->thread.TS_FPR((insn >> 16) & 0x1f); in do_mathemu() 378 op1 = (void *)¤t->thread.TS_FPR((insn >> 11) & 0x1f); in do_mathemu() 384 op1 = (void *)((idx ? regs->gpr[idx] : 0) in do_mathemu() [all …]
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | host1x.h | 50 TP_PROTO(const char *name, u32 op1, u32 op2), 52 TP_ARGS(name, op1, op2), 56 __field(u32, op1) 62 __entry->op1 = op1; 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), 77 __field(u32, op1) 85 __entry->op1 = op1; 92 __entry->name, __entry->op1, __entry->op2, __entry->op3,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/ |
| H A D | xml_timearithm_api.h | 630 uint32_t cmd_id, uint32_t op1, in Invoke_BigIntCmp() argument 634 op1, op2); in Invoke_BigIntCmp() 641 uint32_t dst_v, uint32_t op1, in Invoke_BigIntComputeExtendedGcd() argument 645 op1, op2); in Invoke_BigIntComputeExtendedGcd() 650 uint32_t op1, uint32_t op2, uint32_t mod) in Invoke_BigIntAddMod() argument 652 return Invoke_Simple_Function_v2(c, sess, cmd_id, dest, mod, op1, op2); in Invoke_BigIntAddMod() 657 uint32_t op1, uint32_t op2) in Invoke_BigIntAdd() argument 659 return Invoke_Simple_Function_v2(c, sess, cmd_id, dest, 0, op1, op2); in Invoke_BigIntAdd() 664 uint32_t op1, uint32_t op2) in Invoke_BigIntMul() argument 666 return Invoke_Simple_Function_v2(c, sess, cmd_id, dest, 0, op1, op2); in Invoke_BigIntMul() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/ |
| H A D | ops.c | 85 x86emuOp_illegal_op(u8 op1) in x86emuOp_illegal_op() argument 92 M.x86.R_CS, M.x86.R_IP - 1, op1)); in x86emuOp_illegal_op() 112 x86emuOp_add_byte_RM_R(u8 X86EMU_UNUSED(op1)) in x86emuOp_add_byte_RM_R() argument 171 x86emuOp_add_word_RM_R(u8 X86EMU_UNUSED(op1)) in x86emuOp_add_word_RM_R() argument 296 x86emuOp_add_byte_R_RM(u8 X86EMU_UNUSED(op1)) in x86emuOp_add_byte_R_RM() argument 352 x86emuOp_add_word_R_RM(u8 X86EMU_UNUSED(op1)) in x86emuOp_add_word_R_RM() argument 471 x86emuOp_add_byte_AL_IMM(u8 X86EMU_UNUSED(op1)) in x86emuOp_add_byte_AL_IMM() argument 490 x86emuOp_add_word_AX_IMM(u8 X86EMU_UNUSED(op1)) in x86emuOp_add_word_AX_IMM() argument 520 x86emuOp_push_ES(u8 X86EMU_UNUSED(op1)) in x86emuOp_push_ES() argument 535 x86emuOp_pop_ES(u8 X86EMU_UNUSED(op1)) in x86emuOp_pop_ES() argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | atomic.h | 255 #define ATOMIC64_OP(op, op1, op2) \ 263 " " #op1 " %L0, %L0, %L2 \n" \ 272 #define ATOMIC64_OP_RETURN(op, op1, op2) \ 282 " " #op1 " %L0, %L0, %L2 \n" \ 295 #define ATOMIC64_FETCH_OP(op, op1, op2) \ 305 " " #op1 " %L1, %L0, %L3 \n" \ 318 #define ATOMIC64_OPS(op, op1, op2) \ 319 ATOMIC64_OP(op, op1, op2) \ 320 ATOMIC64_OP_RETURN(op, op1, op2) \ 321 ATOMIC64_FETCH_OP(op, op1, op2)
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | atomic.h | 304 #define ATOMIC64_OP(op, op1, op2) \ argument 313 " " #op1 " %Q0, %Q0, %Q4\n" \ 323 #define ATOMIC64_OP_RETURN(op, op1, op2) \ argument 334 " " #op1 " %Q0, %Q0, %Q4\n" \ 346 #define ATOMIC64_FETCH_OP(op, op1, op2) \ argument 357 " " #op1 " %Q1, %Q0, %Q5\n" \ 369 #define ATOMIC64_OPS(op, op1, op2) \ argument 370 ATOMIC64_OP(op, op1, op2) \ 371 ATOMIC64_OP_RETURN(op, op1, op2) \ 372 ATOMIC64_FETCH_OP(op, op1, op2) [all …]
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | kprobes.c | 149 struct kprobe *op1, *op2; in prepare_singlestep() local 153 op1 = this_cpu_ptr(&saved_next_opcode); in prepare_singlestep() 158 op1->addr = (kprobe_opcode_t *) regs->regs[reg_nr]; in prepare_singlestep() 161 op1->addr = in prepare_singlestep() 166 op1->addr = in prepare_singlestep() 171 op1->addr = (kprobe_opcode_t *) regs->pr; in prepare_singlestep() 176 op1->addr = p->addr + 1; in prepare_singlestep() 186 op1->addr = p->addr + 2; in prepare_singlestep() 194 op1->addr = p->addr + 1; in prepare_singlestep() 197 op1->opcode = *(op1->addr); in prepare_singlestep() [all …]
|
| /OK3568_Linux_fs/kernel/lib/zlib_dfltcc/ |
| H A D | dfltcc_util.h | 29 Byte **op1, in dfltcc() argument 36 Byte *t2 = op1 ? *op1 : NULL; in dfltcc() 62 if (op1) in dfltcc() 63 *op1 = t2; in dfltcc()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/ |
| H A D | clipper.cpp | 1942 void Clipper::AddJoin(OutPt *op1, OutPt *op2, const IntPoint OffPt) in AddJoin() argument 1945 j->OutPt1 = op1; in AddJoin() 2671 OutPt* op1 = 0; in ProcessHorizontal() local 2716 op1 = AddOutPt(horzEdge, e->Curr); in ProcessHorizontal() 2725 AddJoin(op2, op1, eNextHorz->Top); in ProcessHorizontal() 2729 AddGhostJoin(op1, horzEdge->Bot); in ProcessHorizontal() 2767 if (horzEdge->OutIdx >= 0 && !op1) in ProcessHorizontal() 2769 op1 = GetLastOutPt(horzEdge); in ProcessHorizontal() 2778 AddJoin(op2, op1, eNextHorz->Top); in ProcessHorizontal() 2782 AddGhostJoin(op1, horzEdge->Top); in ProcessHorizontal() [all …]
|