Home
last modified time | relevance | path

Searched refs:op2 (Results 1 – 25 of 108) sorted by relevance

12345

/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_qmath.c13 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 Dphy_qmath.h11 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/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dmpalib.h261 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 Dmpa.h155 const mpa_word_t *op2, mpa_usize_t op2_size);
163 const mpa_word_t *op2, mpa_usize_t op2_size);
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 Dmpalib.h261 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 Dmpa.h155 const mpa_word_t *op2, mpa_usize_t op2_size);
163 const mpa_word_t *op2, mpa_usize_t op2_size);
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);
H A Dtee_api.h412 int32_t TEE_BigIntCmp(TEE_BigInt *op1, TEE_BigInt *op2);
424 TEE_BigInt *op2);
427 TEE_BigInt *op2);
432 TEE_BigInt *op2);
437 TEE_BigInt *op1, TEE_BigInt *op2);
445 TEE_BigInt *op2, TEE_BigInt *n);
448 TEE_BigInt *op2, TEE_BigInt *n);
451 TEE_BigInt *op2, TEE_BigInt *n);
461 bool TEE_BigIntRelativePrime(TEE_BigInt *op1, TEE_BigInt *op2);
465 TEE_BigInt *op2);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Darith_taf.c281 TEE_BigInt *op2 = lookup_handle(HT_BIGINT, params[0].value.b); 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()
310 const TEE_BigInt *op2, in ternary_func() argument
316 TEE_BigInt *op2 = lookup_handle(HT_BIGINT, params[0].value.b); in ternary_func() local
320 if (!op1 || !op2 || !n || !dest) in ternary_func()
323 func(dest, op1, op2, n); in ternary_func()
332 const TEE_BigInt *op2)) in binary_func() argument
337 TEE_BigInt *op2 = lookup_handle(HT_BIGINT, params[0].value.b); in binary_func() local
340 if (!op1 || !op2 || !dest) in binary_func()
[all …]
/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 Dgimple-match.h181 tree op0, tree op1, tree op2) in gimple_match_op() argument
187 ops[2] = op2; in gimple_match_op()
193 tree op0, tree op1, tree op2, tree op3) in gimple_match_op() argument
199 ops[2] = op2; in gimple_match_op()
206 tree op0, tree op1, tree op2, tree op3, in gimple_match_op() argument
213 ops[2] = op2; in gimple_match_op()
255 tree op0, tree op1, tree op2) in set_op() argument
262 ops[2] = op2; in set_op()
267 tree op0, tree op1, tree op2, bool reverse_in) in set_op() argument
275 ops[2] = op2; 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 Dgimple-match.h181 tree op0, tree op1, tree op2) in gimple_match_op() argument
187 ops[2] = op2; in gimple_match_op()
193 tree op0, tree op1, tree op2, tree op3) in gimple_match_op() argument
199 ops[2] = op2; in gimple_match_op()
206 tree op0, tree op1, tree op2, tree op3, in gimple_match_op() argument
213 ops[2] = op2; in gimple_match_op()
255 tree op0, tree op1, tree op2) in set_op() argument
262 ops[2] = op2; in set_op()
267 tree op0, tree op1, tree op2, bool reverse_in) in set_op() argument
275 ops[2] = op2; in set_op()
[all …]
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dhost1x.h50 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,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_timearithm_api.h631 uint32_t op2, uint32_t exp_cmp_res) in Invoke_BigIntCmp() argument
634 op1, op2); in Invoke_BigIntCmp()
642 uint32_t op2) 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/kernel/tools/objtool/arch/x86/
H A Ddecode.c95 unsigned char op1, op2, rex = 0, rex_b = 0, rex_r = 0, rex_w = 0, in arch_decode_instruction() local
120 op2 = insn.opcode.bytes[1]; in arch_decode_instruction()
400 if (op2 == 0x01) { in arch_decode_instruction()
407 } else if (op2 >= 0x80 && op2 <= 0x8f) { in arch_decode_instruction()
411 } else if (op2 == 0x05 || op2 == 0x07 || op2 == 0x34 || in arch_decode_instruction()
412 op2 == 0x35) { in arch_decode_instruction()
417 } else if (op2 == 0x0b || op2 == 0xb9) { in arch_decode_instruction()
422 } else if (op2 == 0x0d || op2 == 0x1f) { in arch_decode_instruction()
427 } else if (op2 == 0xa0 || op2 == 0xa8) { in arch_decode_instruction()
435 } else if (op2 == 0xa1 || op2 == 0xa9) { in arch_decode_instruction()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_gpu_commands.h252 #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
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/kernel/arch/arc/include/asm/
H A Datomic.h255 #define ATOMIC64_OP(op, op1, op2) \
264 " " #op2 " %H0, %H0, %H2 \n" \
272 #define ATOMIC64_OP_RETURN(op, op1, op2) \
283 " " #op2 " %H0, %H0, %H2 \n" \
295 #define ATOMIC64_FETCH_OP(op, op1, op2) \
306 " " #op2 " %H1, %H0, %H3 \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 Datomic.h304 #define ATOMIC64_OP(op, op1, op2) \ argument
314 " " #op2 " %R0, %R0, %R4\n" \
323 #define ATOMIC64_OP_RETURN(op, op1, op2) \ argument
335 " " #op2 " %R0, %R0, %R4\n" \
346 #define ATOMIC64_FETCH_OP(op, op1, op2) \ argument
358 " " #op2 " %R1, %R0, %R5\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/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dtopology_correction.hpp29 point_ptr<T> op2; member
31 constexpr point_ptr_pair(point_ptr<T> o1, point_ptr<T> o2) : op1(o1), op2(o2) { in point_ptr_pair()
36 point_ptr_pair(point_ptr_pair<T>&& p) : op1(std::move(p.op1)), op2(std::move(p.op2)) { in point_ptr_pair()
41 op2 = std::move(p.op2); in operator =()
62 if (r.second.op2->ring) { in operator <<()
63 out << r.second.op2->ring->ring_index; in operator <<()
81 if (r.second.op2->ring) { in operator <<()
82 out << "area: " << r.second.op2->ring->area << " parent: "; in operator <<()
83 if (r.second.op2->ring->parent) { in operator <<()
84 out << r.second.op2->ring->parent->ring_index; in operator <<()
[all …]
/OK3568_Linux_fs/kernel/lib/zlib_dfltcc/
H A Ddfltcc_util.h31 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()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Dops2.c58 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 …]
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dkprobes.c149 struct kprobe *op1, *op2; in prepare_singlestep() local
154 op2 = this_cpu_ptr(&saved_next_opcode2); in prepare_singlestep()
178 op2->addr = in prepare_singlestep()
180 op2->opcode = *(op2->addr); in prepare_singlestep()
181 arch_arm_kprobe(op2); in prepare_singlestep()
188 op2->addr = in prepare_singlestep()
190 op2->opcode = *(op2->addr); in prepare_singlestep()
191 arch_arm_kprobe(op2); in prepare_singlestep()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp1942 void Clipper::AddJoin(OutPt *op1, OutPt *op2, const IntPoint OffPt) in AddJoin() argument
1946 j->OutPt2 = op2; in AddJoin()
2724 OutPt* op2 = GetLastOutPt(eNextHorz); in ProcessHorizontal() local
2725 AddJoin(op2, op1, eNextHorz->Top); in ProcessHorizontal()
2777 OutPt* op2 = GetLastOutPt(eNextHorz); in ProcessHorizontal() local
2778 AddJoin(op2, op1, eNextHorz->Top); in ProcessHorizontal()
2800 OutPt* op2 = AddOutPt(ePrev, horzEdge->Bot); in ProcessHorizontal() local
2801 AddJoin(op1, op2, horzEdge->Top); in ProcessHorizontal()
2808 OutPt* op2 = AddOutPt(eNext, horzEdge->Bot); in ProcessHorizontal() local
2809 AddJoin(op1, op2, horzEdge->Top); in ProcessHorizontal()
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Duprobes.c60 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()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dtee_api.h380 int32_t TEE_BigIntCmp(const TEE_BigInt *op1, const TEE_BigInt *op2);
392 const TEE_BigInt *op2);
395 const TEE_BigInt *op2);
400 const TEE_BigInt *op2);
405 const TEE_BigInt *op1, const TEE_BigInt *op2);
413 const TEE_BigInt *op2, const TEE_BigInt *n);
416 const TEE_BigInt *op2, const TEE_BigInt *n);
419 const TEE_BigInt *op2, const TEE_BigInt *n);
429 bool TEE_BigIntRelativePrime(const TEE_BigInt *op1, const TEE_BigInt *op2);
433 const TEE_BigInt *op2);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dtee_api.h380 int32_t TEE_BigIntCmp(const TEE_BigInt *op1, const TEE_BigInt *op2);
392 const TEE_BigInt *op2);
395 const TEE_BigInt *op2);
400 const TEE_BigInt *op2);
405 const TEE_BigInt *op1, const TEE_BigInt *op2);
413 const TEE_BigInt *op2, const TEE_BigInt *n);
416 const TEE_BigInt *op2, const TEE_BigInt *n);
419 const TEE_BigInt *op2, const TEE_BigInt *n);
429 bool TEE_BigIntRelativePrime(const TEE_BigInt *op1, const TEE_BigInt *op2);
433 const TEE_BigInt *op2);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dtee_api.h380 int32_t TEE_BigIntCmp(const TEE_BigInt *op1, const TEE_BigInt *op2);
392 const TEE_BigInt *op2);
395 const TEE_BigInt *op2);
400 const TEE_BigInt *op2);
405 const TEE_BigInt *op1, const TEE_BigInt *op2);
413 const TEE_BigInt *op2, const TEE_BigInt *n);
416 const TEE_BigInt *op2, const TEE_BigInt *n);
419 const TEE_BigInt *op2, const TEE_BigInt *n);
429 bool TEE_BigIntRelativePrime(const TEE_BigInt *op1, const TEE_BigInt *op2);
433 const TEE_BigInt *op2);
[all …]

12345