Home
last modified time | relevance | path

Searched defs:op2 (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/cmsis/CMSIS/Core/Include/
Dcmsis_armclang_ltm.h264 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR()
1404 __STATIC_FORCEINLINE uint32_t __SADD8(uint32_t op1, uint32_t op2) in __SADD8()
1412 __STATIC_FORCEINLINE uint32_t __QADD8(uint32_t op1, uint32_t op2) in __QADD8()
1420 __STATIC_FORCEINLINE uint32_t __SHADD8(uint32_t op1, uint32_t op2) in __SHADD8()
1428 __STATIC_FORCEINLINE uint32_t __UADD8(uint32_t op1, uint32_t op2) in __UADD8()
1436 __STATIC_FORCEINLINE uint32_t __UQADD8(uint32_t op1, uint32_t op2) in __UQADD8()
1444 __STATIC_FORCEINLINE uint32_t __UHADD8(uint32_t op1, uint32_t op2) in __UHADD8()
1453 __STATIC_FORCEINLINE uint32_t __SSUB8(uint32_t op1, uint32_t op2) in __SSUB8()
1461 __STATIC_FORCEINLINE uint32_t __QSUB8(uint32_t op1, uint32_t op2) in __QSUB8()
1469 __STATIC_FORCEINLINE uint32_t __SHSUB8(uint32_t op1, uint32_t op2) in __SHSUB8()
[all …]
Dcmsis_gcc.h352 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR()
1649 __STATIC_FORCEINLINE uint32_t __SADD8(uint32_t op1, uint32_t op2) in __SADD8()
1657 __STATIC_FORCEINLINE uint32_t __QADD8(uint32_t op1, uint32_t op2) in __QADD8()
1665 __STATIC_FORCEINLINE uint32_t __SHADD8(uint32_t op1, uint32_t op2) in __SHADD8()
1673 __STATIC_FORCEINLINE uint32_t __UADD8(uint32_t op1, uint32_t op2) in __UADD8()
1681 __STATIC_FORCEINLINE uint32_t __UQADD8(uint32_t op1, uint32_t op2) in __UQADD8()
1689 __STATIC_FORCEINLINE uint32_t __UHADD8(uint32_t op1, uint32_t op2) in __UHADD8()
1698 __STATIC_FORCEINLINE uint32_t __SSUB8(uint32_t op1, uint32_t op2) in __SSUB8()
1706 __STATIC_FORCEINLINE uint32_t __QSUB8(uint32_t op1, uint32_t op2) in __QSUB8()
1714 __STATIC_FORCEINLINE uint32_t __SHSUB8(uint32_t op1, uint32_t op2) in __SHSUB8()
[all …]
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_conversions.c54 split_conversion(nir_builder *b, nir_alu_instr *alu, nir_op op1, nir_op op2) in split_conversion()
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/spirv-tools/test/opt/loop_optimizations/
Dpeeling_pass.cpp35 const std::string& op2) { in AssembleAndRunPeelingTest()
73 const std::string& res_id, const std::string& op1, const std::string& op2, in RunPeelingTest()
91 const std::string& op2, in BuildAndCheckTrace()
208 const std::string& op2) { in TEST_F()
678 const PeelTraceType& expected_peel_trace) { in TEST_F()
956 const PeelTraceType& expected_peel_trace, size_t nb_of_loops) { in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dpeeling_pass.cpp35 const std::string& op2) { in AssembleAndRunPeelingTest()
73 const std::string& res_id, const std::string& op1, const std::string& op2, in RunPeelingTest()
91 const std::string& op2, in BuildAndCheckTrace()
208 const std::string& op2) { in TEST_F()
678 const PeelTraceType& expected_peel_trace) { in TEST_F()
956 const PeelTraceType& expected_peel_trace, size_t nb_of_loops) { in TEST_F()
/third_party/spirv-tools/test/opt/loop_optimizations/
Dpeeling_pass.cpp35 const std::string& op2) { in AssembleAndRunPeelingTest()
73 const std::string& res_id, const std::string& op1, const std::string& op2, in RunPeelingTest()
91 const std::string& op2, in BuildAndCheckTrace()
208 const std::string& op2) { in TEST_F()
678 const PeelTraceType& expected_peel_trace) { in TEST_F()
956 const PeelTraceType& expected_peel_trace, size_t nb_of_loops) { in TEST_F()
/third_party/node/deps/v8/src/codegen/arm64/
Dutils-arm64.h111 inline double FusedMultiplyAdd(double op1, double op2, double a) { in FusedMultiplyAdd()
115 inline float FusedMultiplyAdd(float op1, float op2, float a) { in FusedMultiplyAdd()
/third_party/libunwind/src/arm/
DGex_tables.c177 uint8_t op2 = READ_OP (); in arm_exidx_decode() local
213 uint8_t op2 = READ_OP (); in arm_exidx_decode() local
264 uint8_t op2 = READ_OP (); in arm_exidx_decode() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dir_builder.h294 Instruction* AddIAdd(uint32_t type, uint32_t op1, uint32_t op2) { in AddIAdd()
306 Instruction* AddULessThan(uint32_t op1, uint32_t op2) { in AddULessThan()
320 Instruction* AddSLessThan(uint32_t op1, uint32_t op2) { in AddSLessThan()
334 Instruction* AddLessThan(uint32_t op1, uint32_t op2) { in AddLessThan()
Dscalar_analysis.cpp106 SENode* op2 = in AnalyzeMultiplyOp() local
238 SENode* op2 = in AnalyzeAddOp() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_builder.h294 Instruction* AddIAdd(uint32_t type, uint32_t op1, uint32_t op2) { in AddIAdd()
306 Instruction* AddULessThan(uint32_t op1, uint32_t op2) { in AddULessThan()
320 Instruction* AddSLessThan(uint32_t op1, uint32_t op2) { in AddSLessThan()
334 Instruction* AddLessThan(uint32_t op1, uint32_t op2) { in AddLessThan()
Dscalar_analysis.cpp106 SENode* op2 = in AnalyzeMultiplyOp() local
238 SENode* op2 = in AnalyzeAddOp() local
/third_party/spirv-tools/source/opt/
Dir_builder.h294 Instruction* AddIAdd(uint32_t type, uint32_t op1, uint32_t op2) { in AddIAdd()
306 Instruction* AddULessThan(uint32_t op1, uint32_t op2) { in AddULessThan()
320 Instruction* AddSLessThan(uint32_t op1, uint32_t op2) { in AddSLessThan()
334 Instruction* AddLessThan(uint32_t op1, uint32_t op2) { in AddLessThan()
Dscalar_analysis.cpp106 SENode* op2 = in AnalyzeMultiplyOp() local
238 SENode* op2 = in AnalyzeAddOp() local
/third_party/mesa3d/src/panfrost/midgard/
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
/third_party/node/deps/v8/src/codegen/s390/
Dassembler-s390-inl.h268 Opcode op2 = Instruction::S390OpcodeValue( in target_address_at() local
338 Opcode op2 = Instruction::S390OpcodeValue( in set_target_address_at() local
Dassembler-s390.h347 uint32_t op2 = opcode & 0xf; in ril_format() local
578 uint32_t op2 = opcode & 0xf; in S390_RXE_OPCODE_LIST() local
859 uint32_t op2 = opcode & 0xff; in S390_SIL_OPCODE_LIST() local
876 uint32_t op2 = opcode & 0xff; in S390_RIE_D_OPCODE_LIST() local
894 uint32_t op2 = opcode & 0xff; in S390_RIE_E_OPCODE_LIST() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp113 auto op2 = Data.getULEB128(Offset); in parse() local
123 auto op2 = (uint64_t)Data.getSLEB128(Offset); in parse() local
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.cc1081 T op2 = reg<T>(instr->Rm()); in AddSubWithCarry() local
1166 T op2 = reg<T>(instr->Rm()); in Extract() local
1796 void Simulator::AddSubHelper(Instruction* instr, T op2) { in AddSubHelper()
1829 uint64_t op2 = ShiftOperand(xreg(instr->Rm()), shift_type, shift_amount); in VisitAddSubShifted() local
1832 uint32_t op2 = ShiftOperand(wreg(instr->Rm()), shift_type, shift_amount); in VisitAddSubShifted() local
1838 int64_t op2 = instr->ImmAddSub() << ((instr->ShiftAddSub() == 1) ? 12 : 0); in VisitAddSubImmediate() local
1850 uint64_t op2 = ExtendValue(xreg(instr->Rm()), ext, left_shift); in VisitAddSubExtended() local
1853 uint32_t op2 = ExtendValue(wreg(instr->Rm()), ext, left_shift); in VisitAddSubExtended() local
1871 uint64_t op2 = ShiftOperand(xreg(instr->Rm()), shift_type, shift_amount); in VisitLogicalShifted() local
1875 uint32_t op2 = ShiftOperand(wreg(instr->Rm()), shift_type, shift_amount); in VisitLogicalShifted() local
[all …]
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
Dparser_test.js101 let op2 = inst.operand(2); variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
Dparser_test.js101 let op2 = inst.operand(2); variable
/third_party/spirv-tools/tools/sva/src/
Dparser_test.js101 let op2 = inst.operand(2); variable
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_64bit.cpp659 LowerSplit64BitVar::split_reduction(nir_ssa_def *src[2][2], nir_op op1, nir_op op2, nir_op reductio… in split_reduction()
668 nir_op op1, nir_op op2, nir_op reduction) in split_reduction3()
683 nir_op op1, nir_op op2, nir_op reduction) in split_reduction4()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dcodegen.c642 bool gpir_codegen_acc_same_op(gpir_op op1, gpir_op op2) in gpir_codegen_acc_same_op()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTrinaryMinMaxTests.cpp127 T min3(T op1, T op2, T op3) in min3()
133 T max3(T op1, T op2, T op3) in max3()
139 T mid3(T op1, T op2, T op3) in mid3()
357 char* op2 = inputByte + m_operandSize; in calculateResult() local

1234