/external/u-boot/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 …]
|
/external/libxaac/decoder/ |
D | ixheaacd_basic_ops16.h | 23 static PLATFORM_INLINE WORD16 ixheaacd_sat16(WORD32 op1) { in ixheaacd_sat16() 36 static PLATFORM_INLINE WORD16 ixheaacd_add16(WORD16 op1, WORD16 op2) { in ixheaacd_add16() 43 static PLATFORM_INLINE WORD16 ixheaacd_add16_sat(WORD16 op1, WORD16 op2) { in ixheaacd_add16_sat() 52 static PLATFORM_INLINE WORD16 ixheaacd_sub16(WORD16 op1, WORD16 op2) { in ixheaacd_sub16() 59 static PLATFORM_INLINE WORD16 ixheaacd_sub16_sat(WORD16 op1, WORD16 op2) { in ixheaacd_sub16_sat() 68 static PLATFORM_INLINE WORD16 ixheaacd_mult16(WORD16 op1, WORD16 op2) { in ixheaacd_mult16() 75 static PLATFORM_INLINE WORD16 ixheaacd_mult16_shl(WORD16 op1, WORD16 op2) { in ixheaacd_mult16_shl() 82 static PLATFORM_INLINE WORD16 ixheaacd_mult16_shl_sat(WORD16 op1, WORD16 op2) { in ixheaacd_mult16_shl_sat() 91 static PLATFORM_INLINE WORD16 ixheaacd_shl16(WORD16 op1, WORD16 shift) { in ixheaacd_shl16() 98 static PLATFORM_INLINE WORD16 ixheaacd_shl16_sat(WORD16 op1, WORD16 shift) { in ixheaacd_shl16_sat() [all …]
|
/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linear_operator_addition.py | 141 def _pop_a_match_at_tier(op1, operator_list, tier): argument 152 def _infer_hints_allowing_override(op1, op2, hints): argument 256 def can_add(self, op1, op2): argument 261 def _add(self, op1, op2, operator_name, hints): argument 266 def add(self, op1, op2, operator_name, hints=None): argument 300 def can_add(self, op1, op2): argument 304 def _add(self, op1, op2, operator_name, hints): argument 329 def can_add(self, op1, op2): argument 333 def _add(self, op1, op2, operator_name, hints): argument 345 def can_add(self, op1, op2): argument [all …]
|
/external/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_conversions.c | 54 split_conversion(nir_builder *b, nir_alu_instr *alu, nir_op op1, nir_op op2) in split_conversion() 91 nir_op op1 = get_conversion_op(src_type, src_bit_size, in lower_instr() local 117 nir_op op1 = get_conversion_op(src_type, src_bit_size, dst_type, 32, in lower_instr() local
|
/external/angle/third_party/spirv-tools/src/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()
|
/external/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()
|
/external/deqp-deps/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()
|
/external/v8/src/codegen/arm64/ |
D | utils-arm64.h | 111 inline double FusedMultiplyAdd(double op1, double op2, double a) { in FusedMultiplyAdd() 115 inline float FusedMultiplyAdd(float op1, float op2, float a) { in FusedMultiplyAdd()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
D | shuffle_select_fuzz_tester.py | 121 def __init__(self, name, ty, op0, op1, mask): argument 137 def __init__(self, name, ty, op0, op1, mask): argument 171 def __init__(self, name, ty, op0, op1, mask): argument
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_address.c | 93 nir_ssa_scalar op1 = nir_ssa_scalar_chase_alu_src(address->B, 0); in mir_match_iadd() local 140 nir_ssa_scalar op1 = nir_ssa_scalar_chase_alu_src(address->B, 0); in mir_match_ishl() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | resource_op_kernel_test.cc | 182 auto op1 = CreateOp(-333, "shared_stub"); in TEST_F() local 193 auto op1 = CreateOp(-444, "shared_stub"); in TEST_F() local
|
/external/angle/third_party/spirv-tools/src/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()
|
/external/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()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.h | 1581 inline XlaOp And(XlaOp op1, XlaOp op2, XlaOp op3) { in And() 1585 XlaOp And(XlaOp op1, XlaOp op2, XlaOp op3, const XlaOpTs&... operands) { in And() 1595 inline XlaOp Or(XlaOp op1, XlaOp op2, XlaOp op3) { in Or() 1599 XlaOp Or(XlaOp op1, XlaOp op2, XlaOp op3, const XlaOpTs&... operands) { in Or()
|
/external/deqp-deps/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()
|
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/ |
D | GraphOperationTest.java | 57 GraphOperation op1; in operationEquality() local 82 GraphOperation op1 = TestUtil.constantOp(g, "op1", 1); in operationCollection() local
|
/external/u-boot/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
|
/external/tensorflow/tensorflow/python/kernel_tests/linalg/ |
D | linear_operator_addition_test.py | 38 def can_add(self, op1, op2): argument 41 def _add(self, op1, op2, operator_name, hints): argument
|
/external/libcxx/test/std/numerics/numeric.ops/transform.reduce/ |
D | transform_reduce_iter_iter_iter_init_op_op.pass.cpp | 29 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, Op1 op1, Op2 op2, T x) in test()
|
/external/libgsm/add-test/ |
D | add_test.c | 22 word op1, op2, expect; variable
|
/external/mesa3d/src/amd/compiler/tests/ |
D | test_optimizer.cpp | 84 Temp create_subbrev_co(Operand op0, Operand op1, Operand op2) in create_subbrev_co()
|