/third_party/uboot/u-boot-2020.01/drivers/bios_emulator/x86emu/ |
D | ops.c | 178 u8 op1) in x86emuOp_illegal_op() 204 void x86emuOp_genop_byte_RM_R(u8 op1) in x86emuOp_genop_byte_RM_R() 244 void x86emuOp_genop_word_RM_R(u8 op1) in x86emuOp_genop_word_RM_R() 310 void x86emuOp_genop_byte_R_RM(u8 op1) in x86emuOp_genop_byte_R_RM() 346 void x86emuOp_genop_word_R_RM(u8 op1) in x86emuOp_genop_word_R_RM() 403 void x86emuOp_genop_byte_AL_IMM(u8 op1) in x86emuOp_genop_byte_AL_IMM() 424 void x86emuOp_genop_word_AX_IMM(u8 op1) in x86emuOp_genop_word_AX_IMM() 455 void x86emuOp_push_ES(u8 X86EMU_UNUSED(op1)) in x86emuOp_push_ES() 469 void x86emuOp_pop_ES(u8 X86EMU_UNUSED(op1)) in x86emuOp_pop_ES() 483 void x86emuOp_push_CS(u8 X86EMU_UNUSED(op1)) in x86emuOp_push_CS() [all …]
|
/third_party/boost/libs/iostreams/test/ |
D | operation_sequence_test.cpp | 59 operation op1 = seq.new_operation(1); in operation_sequence_test() local 82 operation op1 = seq.new_operation(1); in operation_sequence_test() local 96 operation op1 = seq.new_operation(1); in operation_sequence_test() local 126 operation op1 = seq.new_operation(-43); in operation_sequence_test() local 152 operation op1 = seq.new_operation(1); in operation_sequence_test() local 172 operation op1 = seq.new_operation(1); in operation_sequence_test() local 204 operation op1 = seq.new_operation(1, 1); in operation_sequence_test() local 219 operation op1 = seq.new_operation(1); in operation_sequence_test() local 234 operation op1 = seq.new_operation(1); in operation_sequence_test() local 250 operation op1 = seq.new_operation(1, 1); in operation_sequence_test() local
|
/third_party/cmsis/CMSIS/Core/Include/ |
D | cmsis_armclang_ltm.h | 901 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() 1365 __STATIC_FORCEINLINE uint32_t __SADD8(uint32_t op1, uint32_t op2) in __SADD8() 1373 __STATIC_FORCEINLINE uint32_t __QADD8(uint32_t op1, uint32_t op2) in __QADD8() 1381 __STATIC_FORCEINLINE uint32_t __SHADD8(uint32_t op1, uint32_t op2) in __SHADD8() 1389 __STATIC_FORCEINLINE uint32_t __UADD8(uint32_t op1, uint32_t op2) in __UADD8() 1397 __STATIC_FORCEINLINE uint32_t __UQADD8(uint32_t op1, uint32_t op2) in __UQADD8() 1405 __STATIC_FORCEINLINE uint32_t __UHADD8(uint32_t op1, uint32_t op2) in __UHADD8() 1414 __STATIC_FORCEINLINE uint32_t __SSUB8(uint32_t op1, uint32_t op2) in __SSUB8() 1422 __STATIC_FORCEINLINE uint32_t __QSUB8(uint32_t op1, uint32_t op2) in __QSUB8() 1430 __STATIC_FORCEINLINE uint32_t __SHSUB8(uint32_t op1, uint32_t op2) in __SHSUB8() [all …]
|
D | cmsis_gcc.h | 1021 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() 1621 __STATIC_FORCEINLINE uint32_t __SADD8(uint32_t op1, uint32_t op2) in __SADD8() 1629 __STATIC_FORCEINLINE uint32_t __QADD8(uint32_t op1, uint32_t op2) in __QADD8() 1637 __STATIC_FORCEINLINE uint32_t __SHADD8(uint32_t op1, uint32_t op2) in __SHADD8() 1645 __STATIC_FORCEINLINE uint32_t __UADD8(uint32_t op1, uint32_t op2) in __UADD8() 1653 __STATIC_FORCEINLINE uint32_t __UQADD8(uint32_t op1, uint32_t op2) in __UQADD8() 1661 __STATIC_FORCEINLINE uint32_t __UHADD8(uint32_t op1, uint32_t op2) in __UHADD8() 1670 __STATIC_FORCEINLINE uint32_t __SSUB8(uint32_t op1, uint32_t op2) in __SSUB8() 1678 __STATIC_FORCEINLINE uint32_t __QSUB8(uint32_t op1, uint32_t op2) in __QSUB8() 1686 __STATIC_FORCEINLINE uint32_t __SHSUB8(uint32_t op1, uint32_t op2) in __SHSUB8() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
D | peeling_pass.cpp | 34 const std::string& res_id, const std::string& op1, in AssembleAndRunPeelingTest() 73 const std::string& res_id, const std::string& op1, const std::string& op2, in RunPeelingTest() 90 const std::string& res_id, const std::string& op1, 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/ |
D | peeling_pass.cpp | 34 const std::string& res_id, const std::string& op1, in AssembleAndRunPeelingTest() 73 const std::string& res_id, const std::string& op1, const std::string& op2, in RunPeelingTest() 90 const std::string& res_id, const std::string& op1, 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/boost/libs/yap/example/ |
D | autodiff_example.cpp | 186 OPNode* op1 = create_binary_op_node(OP_TIMES,v5,x1); //op1 = v5*x1 in BOOST_FIXTURE_TEST_SUITE() local 231 OPNode* op1 = create_binary_op_node(OP_TIMES,v5,x1); //op1 = v5*x1 in build_linear_function2_manually() local 275 OPNode* op1 = create_binary_op_node(OP_TIMES,x2,x1); in build_nl_function1_manually() local 523 Node* op1 = create_binary_op_node(OP_TIMES,x1,x2); in BOOST_AUTO_TEST_CASE() local 558 Node* op1 = create_binary_op_node(OP_TIMES,x1,x1); in BOOST_AUTO_TEST_CASE() local 752 Node* op1 = create_binary_op_node(OP_TIMES,x1,x1); in BOOST_AUTO_TEST_CASE() local 775 Node* op1 = create_binary_op_node(OP_TIMES, x1,x2); in BOOST_AUTO_TEST_CASE() local 808 Node* op1 = create_binary_op_node(OP_POW,x1,p2); in BOOST_AUTO_TEST_CASE() local 822 Node* op1 = create_binary_op_node(OP_POW,x1,p2); in BOOST_AUTO_TEST_CASE() local 840 Node* op1 = create_binary_op_node(OP_TIMES,x1,p1); in BOOST_AUTO_TEST_CASE() local
|
/third_party/boost/libs/locale/src/shared/ |
D | mo_lambda.cpp | 36 plural_ptr op1; member 48 plural_ptr op1,op2; member 189 plural_ptr op1,op2,op3; member 338 plural_ptr op1; in un_expr() local
|
/third_party/boost/libs/test/doc/examples/ |
D | example82_contexts.run-fail.cpp | 16 bool op1(int) { return level < 2; } in op1() function
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | ir_builder.h | 294 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | ir_builder.h | 294 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()
|
/third_party/uboot/u-boot-2020.01/post/lib_powerpc/ |
D | cmp.c | 33 ulong op1; member
|
D | cmpi.c | 33 ulong op1; member
|
D | threei.c | 32 ulong op1; member
|
D | andi.c | 30 ulong op1; member
|
D | srawi.c | 30 ulong op1; member
|
D | three.c | 34 ulong op1; member
|
D | threex.c | 34 ulong op1; member
|
D | rlwinm.c | 30 ulong op1; member
|
D | rlwnm.c | 31 ulong op1; member
|
D | rlwimi.c | 32 ulong op1; member
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | traversal_ring_creator.hpp | 322 turn_operation_type const& op1 = turn.operations[1]; in get_operation_index() local 375 turn_operation_type const& op1 = turn.operations[1]; in iterate_with_preference() local
|
/third_party/boost/boost/range/ |
D | numeric.hpp | 119 BinaryOperation1 op1, in inner_product()
|
/third_party/boost/libs/algorithm/test/ |
D | transform_reduce_test.cpp | 73 test_init_bop_bop(Iter1 first1, Iter1 last1, Iter2 first2, T init, Op1 op1, Op2 op2, T x) in test_init_bop_bop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 112 auto op1 = Data.getULEB128(Offset); in parse() local 122 auto op1 = Data.getULEB128(Offset); in parse() local
|