Home
last modified time | relevance | path

Searched defs:op2 (Results 26 - 50 of 82) sorted by relevance

1234

/third_party/cmsis/CMSIS/Core/Include/a-profile/
H A Dcmsis_gcc_a.h237 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() argument
721 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument
735 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_ argument
[all...]
H A Dcmsis_clang_a.h230 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() argument
698 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument
712 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_ argument
[all...]
H A Dcmsis_armclang_a.h192 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() argument
502 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA() argument
[all...]
H A Dcmsis_iccarm_a.h415 __IAR_FT uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() argument
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir.cpp186 ir_expression(int op, const struct glsl_type *type, ir_rvalue *op0, ir_rvalue *op1, ir_rvalue *op2, ir_rvalue *op3) ir_expression() argument
594 ir_expression(int op, ir_rvalue *op0, ir_rvalue *op1, ir_rvalue *op2) ir_expression() argument
H A Dlower_instructions.cpp656 ir_rvalue *op0 = ir->operands[0], *op2 = ir->operands[2]; in double_lrp() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_64bit.cpp659 LowerSplit64BitVar::split_reduction(nir_ssa_def *src[2][2], nir_op op1, nir_op op2, nir_op reduction) in split_reduction() argument
667 split_reduction3(nir_alu_instr *alu, nir_op op1, nir_op op2, nir_op reduction) split_reduction3() argument
682 split_reduction4(nir_alu_instr *alu, nir_op op1, nir_op op2, nir_op reduction) split_reduction4() argument
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc1889 int op2 = instr->Bit(4); in DecodeSpecialCondition() local
1905 int op2 = instr->Bits(9, 8); in DecodeFloatingPointDataProcessing() local
2239 int op2 = instr->Bits(11, 10); in DecodeAdvancedSIMDTwoOrThreeRegisters() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_memory.cpp1582 const auto op2 = _.FindDef(inst->GetOperandAs<uint32_t>(3u)); in ValidatePtrComparison() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Damd_ext_to_khr.cpp76 uint32_t op2 = inst->GetSingleWordInOperand(3); in ReplaceTrinaryMinMax() local
113 uint32_t op2 = inst->GetSingleWordInOperand(3); in ReplaceTrinaryMid() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Damd_ext_to_khr.cpp76 uint32_t op2 = inst->GetSingleWordInOperand(3); in ReplaceTrinaryMinMax() local
113 uint32_t op2 = inst->GetSingleWordInOperand(3); in ReplaceTrinaryMid() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_memory.cpp1582 const auto op2 = _.FindDef(inst->GetOperandAs<uint32_t>(3u)); in ValidatePtrComparison() local
/third_party/skia/tests/
H A DGrThreadSafeCacheTest.cpp1486 GrThreadSafeVertexTestOp* op1 = nullptr, *op2 = nullptr; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/python/Modules/
H A D_functoolsmodule.c678 PyObject *op2; in functools_reduce() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
H A DItaniumDemangle.cpp3261 auto op2 = db.names.back().move_full(); in parse_expression() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1725 uint64_t op2 = fieldFromInstruction(insn, 5, 3); in DecodeSystemPStateInstruction() local
/third_party/vixl/src/
H A Dutils-vixl.h635 inline double FusedMultiplyAdd(double op1, double op2, double a) { in FusedMultiplyAdd() argument
640 inline float FusedMultiplyAdd(float op1, float op2, float a) { in FusedMultiplyAdd() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dcontainer.h1716 c_inner_product(const Sequence1& factors1, const Sequence2& factors2, T&& sum, BinaryOp1&& op1, BinaryOp2&& op2) c_inner_product() argument
/third_party/spirv-tools/source/opt/
H A Damd_ext_to_khr.cpp75 uint32_t op2 = inst->GetSingleWordInOperand(3); in ReplaceTrinaryMinMax() local
112 uint32_t op2 = inst->GetSingleWordInOperand(3); in ReplaceTrinaryMid() local
H A Dir_builder.h298 Instruction* AddIAdd(uint32_t type, uint32_t op1, uint32_t op2) { in AddIAdd() argument
310 Instruction* AddULessThan(uint32_t op1, uint32_t op2) { in AddULessThan() argument
324 AddSLessThan(uint32_t op1, uint32_t op2) AddSLessThan() argument
338 AddLessThan(uint32_t op1, uint32_t op2) AddLessThan() argument
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_memory.cpp1814 const auto op2 = _.FindDef(inst->GetOperandAs<uint32_t>(3u)); in ValidatePtrComparison() local
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/
H A Dcsi_gcc.h1170 __ALWAYS_STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() argument
/third_party/backends/backend/
H A Dumax1220u-common.c1043 get_pixels (UMAX_Handle * scan, unsigned char *op2, unsigned char *op8, in get_pixels() argument
1077 get_pixels_2100U (UMAX_Handle * scan, unsigned char *op2, unsigned char *op8, in get_pixels_2100U() argument
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Dcmsis_gcc_m.h330 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() argument
1652 __STATIC_FORCEINLINE uint32_t __SXTAB16(uint32_t op1, uint32_t op2) in __SXTAB16() argument
1660 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument
1674 __SMMLA(int32_t op1, int32_t op2, int32_t op3) __SMMLA() argument
[all...]
H A Dcmsis_iccarm_m.h679 __IAR_FT uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() argument

Completed in 64 milliseconds

1234