Home
last modified time | relevance | path

Searched defs:op2 (Results 1 - 25 of 120) sorted by relevance

12345

/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H A Dcpuid.h7 cpuid(unsigned int op, unsigned int op2, unsigned int *a, unsigned int *b, in cpuid() argument
/foundation/window/window_manager/window_scene/intention_event/utils/include/
H A Dutil.h29 bool AddInt(T op1, T op2, T minVal, T maxVal, T& res) in AddInt() argument
44 inline bool AddInt32(int32_t op1, int32_t op2, int32_t& res) in AddInt32() argument
49 inline bool AddInt64(int64_t op1, int64_t op2, int64_t& res) in AddInt64() argument
/third_party/json/tests/src/
H A Dunit-json_patch.cpp28 json op2 = R"({ "path": "/a/b/c", "op": "add", "value": "foo" })"_json; variable
/third_party/node/deps/v8/src/codegen/arm64/
H A Dutils-arm64.h111 inline double FusedMultiplyAdd(double op1, double op2, double a) { in FusedMultiplyAdd() argument
115 inline float FusedMultiplyAdd(float op1, float op2, float a) { in FusedMultiplyAdd() argument
/foundation/multimodalinput/input/util/common/include/
H A Dutil.h84 bool AddInt(T op1, T op2, T minVal, T maxVal, T &res) in AddInt() argument
99 inline bool AddInt32(int32_t op1, int32_t op2, int32_t &res) in AddInt32() argument
104 inline bool AddInt64(int64_t op1, int64_t op2, int64_t &res) in AddInt64() argument
/kernel/linux/linux-6.6/tools/testing/selftests/sgx/
H A Dtest_encl.c93 struct encl_op_put_to_buf *op2 = op; in do_encl_op_put_to_buf() local
100 struct encl_op_get_from_buf *op2 = op; in do_encl_op_get_from_buf() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_conversions.c54 split_conversion(nir_builder *b, nir_alu_instr *alu, nir_op op1, nir_op op2) in split_conversion() argument
94 nir_op op2 = get_conversion_op(nir_type_float, 32, in lower_alu_instr() local
119 nir_op op2 = get_conversion_op(dst_type, 32, dst_type, dst_bit_size, in lower_alu_instr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp113 auto op2 = Data.getULEB128(Offset); in parse() local
123 auto op2 = (uint64_t)Data.getSLEB128(Offset); in parse() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H A Dpeeling_pass.cpp32 AssembleAndRunPeelingTest( const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2) AssembleAndRunPeelingTest() argument
71 RunPeelingTest( const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2, size_t nb_of_loops) RunPeelingTest() argument
88 BuildAndCheckTrace(const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2, const PeelTraceType& expected_peel_trace, size_t expected_nb_of_loops) BuildAndCheckTrace() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A Dpeeling_pass.cpp32 AssembleAndRunPeelingTest( const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2) AssembleAndRunPeelingTest() argument
71 RunPeelingTest( const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2, size_t nb_of_loops) RunPeelingTest() argument
88 BuildAndCheckTrace(const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2, const PeelTraceType& expected_peel_trace, size_t expected_nb_of_loops) BuildAndCheckTrace() argument
[all...]
/third_party/spirv-tools/test/opt/loop_optimizations/
H A Dpeeling_pass.cpp31 AssembleAndRunPeelingTest( const std::string& text_head, const std::string& text_tail, spv::Op opcode, const std::string& res_id, const std::string& op1, const std::string& op2) AssembleAndRunPeelingTest() argument
70 RunPeelingTest( const std::string& text_head, const std::string& text_tail, spv::Op opcode, const std::string& res_id, const std::string& op1, const std::string& op2, size_t nb_of_loops) RunPeelingTest() argument
87 BuildAndCheckTrace(const std::string& text_head, const std::string& text_tail, spv::Op opcode, const std::string& res_id, const std::string& op1, const std::string& op2, const PeelTraceType& expected_peel_trace, size_t expected_nb_of_loops) BuildAndCheckTrace() argument
[all...]
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dpolyval-ce-glue.c61 static void internal_polyval_mul(u8 *op1, const u8 *op2) in internal_polyval_mul() argument
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_qmath.c13 u16 qm_mulu16(u16 op1, u16 op2) in qm_mulu16() argument
26 s16 qm_muls16(s16 op1, s16 op2) in qm_muls16() argument
42 s32 qm_add32(s32 op1, s32 op2) in qm_add32() argument
59 s16 qm_add16(s16 op1, s16 op2) in qm_add16() argument
78 qm_sub16(s16 op1, s16 op2) qm_sub16() argument
[all...]
/kernel/linux/linux-5.10/lib/zlib_dfltcc/
H A Ddfltcc_util.h26 dfltcc( int fn, void *param, Byte **op1, size_t *len1, const Byte **op2, size_t *len2, void *hist ) dfltcc() argument
/kernel/linux/linux-5.10/drivers/gpu/host1x/hw/
H A Dchannel_hw.c61 u32 op2, op3; in submit_gathers() local
/kernel/linux/linux-6.6/crypto/
H A Dpolyval-generic.c87 void polyval_mul_non4k(u8 *op1, const u8 *op2) in polyval_mul_non4k() argument
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dpolyval-clmulni_glue.c70 static void internal_polyval_mul(u8 *op1, const u8 *op2) in internal_polyval_mul() argument
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_qmath.c13 u16 qm_mulu16(u16 op1, u16 op2) in qm_mulu16() argument
26 s16 qm_muls16(s16 op1, s16 op2) in qm_muls16() argument
42 s32 qm_add32(s32 op1, s32 op2) in qm_add32() argument
59 s16 qm_add16(s16 op1, s16 op2) in qm_add16() argument
78 qm_sub16(s16 op1, s16 op2) qm_sub16() argument
[all...]
/kernel/linux/linux-6.6/lib/zlib_dfltcc/
H A Ddfltcc_util.h26 dfltcc( int fn, void *param, Byte **op1, size_t *len1, const Byte **op2, size_t *len2, void *hist ) dfltcc() argument
/kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/
H A Dcore_compatiable.h172 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c642 bool gpir_codegen_acc_same_op(gpir_op op1, gpir_op op2) in gpir_codegen_acc_same_op() argument
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_address.c99 nir_ssa_scalar op2 = nir_ssa_scalar_chase_alu_src(address->B, 1); in mir_match_iadd() local
169 nir_ssa_scalar op2 = nir_ssa_scalar_chase_alu_src(address->B, 1); in mir_match_ishl() local
[all...]
/base/msdp/device_status/utils/common/include/
H A Dutil.h85 bool AddInt(T op1, T op2, T minValue, T maxValue, T &res) in AddInt() argument
100 inline bool AddInt32(int32_t op1, int32_t op2, int32_t &res) in AddInt32() argument
105 inline bool AddInt64(int64_t op1, int64_t op2, int64_t &res) in AddInt64() argument
111 bool MultiplyInt(T op1, T op2, T minVal, T maxVal, T &res) in MultiplyInt() argument
138 MultiplyInt32(int32_t op1, int32_t op2, int32_t& res) MultiplyInt32() argument
143 MultiplyInt64(int64_t op1, int64_t op2, int64_t& res) MultiplyInt64() argument
[all...]
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dkprobes.c149 struct kprobe *op1, *op2; in prepare_singlestep() local
[all...]
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Duprobes.c60 u32 op2 = (insn >> 22) & 0x7; in arch_uprobe_copy_ixol() local

Completed in 13 milliseconds

12345