| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | gimple-match.h | 160 tree op0) in gimple_match_op() argument 164 ops[0] = op0; in gimple_match_op() 170 tree op0, tree op1) in gimple_match_op() argument 174 ops[0] = op0; in gimple_match_op() 181 tree op0, tree op1, tree op2) in gimple_match_op() argument 185 ops[0] = op0; in gimple_match_op() 193 tree op0, tree op1, tree op2, tree op3) in gimple_match_op() argument 197 ops[0] = op0; in gimple_match_op() 206 tree op0, tree op1, tree op2, tree op3, in gimple_match_op() argument 211 ops[0] = op0; in gimple_match_op() [all …]
|
| H A D | gimple-fold.h | 73 enum tree_code code, tree type, tree op0) in gimple_build() argument 75 return gimple_build (seq, UNKNOWN_LOCATION, code, type, op0); in gimple_build() 81 enum tree_code code, tree type, tree op0, tree op1) in gimple_build() argument 83 return gimple_build (seq, UNKNOWN_LOCATION, code, type, op0, op1); in gimple_build() 89 enum tree_code code, tree type, tree op0, tree op1, tree op2) in gimple_build() argument 91 return gimple_build (seq, UNKNOWN_LOCATION, code, type, op0, op1, op2); in gimple_build()
|
| H A D | tree-chrec.h | 234 chrec_fold_op (enum tree_code code, tree type, tree op0, tree op1) in chrec_fold_op() argument 239 return chrec_fold_plus (type, op0, op1); in chrec_fold_op() 242 return chrec_fold_minus (type, op0, op1); in chrec_fold_op() 245 return chrec_fold_multiply (type, op0, op1); in chrec_fold_op()
|
| H A D | gimple-expr.h | 152 extract_ops_from_tree (tree expr, enum tree_code *code, tree *op0, in extract_ops_from_tree() argument 156 extract_ops_from_tree (expr, code, op0, op1, &op2); in extract_ops_from_tree()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | gimple-match.h | 160 tree op0) in gimple_match_op() argument 164 ops[0] = op0; in gimple_match_op() 170 tree op0, tree op1) in gimple_match_op() argument 174 ops[0] = op0; in gimple_match_op() 181 tree op0, tree op1, tree op2) in gimple_match_op() argument 185 ops[0] = op0; in gimple_match_op() 193 tree op0, tree op1, tree op2, tree op3) in gimple_match_op() argument 197 ops[0] = op0; in gimple_match_op() 206 tree op0, tree op1, tree op2, tree op3, in gimple_match_op() argument 211 ops[0] = op0; in gimple_match_op() [all …]
|
| H A D | gimple-fold.h | 73 enum tree_code code, tree type, tree op0) in gimple_build() argument 75 return gimple_build (seq, UNKNOWN_LOCATION, code, type, op0); in gimple_build() 81 enum tree_code code, tree type, tree op0, tree op1) in gimple_build() argument 83 return gimple_build (seq, UNKNOWN_LOCATION, code, type, op0, op1); in gimple_build() 89 enum tree_code code, tree type, tree op0, tree op1, tree op2) in gimple_build() argument 91 return gimple_build (seq, UNKNOWN_LOCATION, code, type, op0, op1, op2); in gimple_build()
|
| H A D | tree-chrec.h | 234 chrec_fold_op (enum tree_code code, tree type, tree op0, tree op1) in chrec_fold_op() argument 239 return chrec_fold_plus (type, op0, op1); in chrec_fold_op() 242 return chrec_fold_minus (type, op0, op1); in chrec_fold_op() 245 return chrec_fold_multiply (type, op0, op1); in chrec_fold_op()
|
| H A D | gimple-expr.h | 152 extract_ops_from_tree (tree expr, enum tree_code *code, tree *op0, in extract_ops_from_tree() argument 156 extract_ops_from_tree (expr, code, op0, op1, &op2); in extract_ops_from_tree()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | get_turn_info_ll.hpp | 651 operation_type & op0, in replace_method_and_operations_tm() 654 if ( op0 == operation_blocked && op1 == operation_blocked ) in replace_method_and_operations_tm() 658 op0 = operation_continue; in replace_method_and_operations_tm() 663 if ( op0 == operation_continue || op0 == operation_blocked ) in replace_method_and_operations_tm() 665 op0 = operation_intersection; in replace_method_and_operations_tm() 667 else if ( op0 == operation_intersection ) in replace_method_and_operations_tm() 669 op0 = operation_union; in replace_method_and_operations_tm() 685 op0 = operation_union; in replace_method_and_operations_tm() 701 operation_type & op0 = turn.operations[0].operation; in operator ()() local 704 BOOST_GEOMETRY_ASSERT(op0 != operation_blocked || op1 != operation_blocked ); in operator ()() [all …]
|
| H A D | get_turn_info_la.hpp | 619 operation_type & op0, in replace_method_and_operations_tm() 622 if ( op0 == operation_blocked && op1 == operation_blocked ) in replace_method_and_operations_tm() 629 if ( op0 == operation_blocked ) in replace_method_and_operations_tm() 631 op0 = operation_continue; in replace_method_and_operations_tm() 647 op0 = operation_union; in replace_method_and_operations_tm() 663 operation_type & op0 = turn.operations[0].operation; in operator ()() local 668 || op0 == operation_intersection || op0 == operation_union in operator ()() 674 turn.operations[0].is_collinear = op0 != operation_blocked; in operator ()() 677 if ( op0 == operation_blocked ) in operator ()() 679 op0 = operation_continue; in operator ()()
|
| H A D | enrich_intersection_points.hpp | 253 op_type& op0 = turn.operations[0]; in calculate_remaining_distance() local 256 if (op0.remaining_distance != 0 in calculate_remaining_distance() 262 int const to_index0 = op0.enriched.get_next_turn_index(); in calculate_remaining_distance() 268 op0.remaining_distance = distance_measure(turn.point, turns[to_index0].point); in calculate_remaining_distance()
|
| H A D | get_turn_info_for_endpoint.hpp | 548 operation_type op0, operation_type op1, in assign() 561 tp.operations[0].operation = op0; in assign() 574 tp.operations[0].is_collinear = op0 != operation_intersection in assign() 586 if ( op0 == operation_blocked && op1 == operation_intersection ) in assign() 590 else if ( op0 == operation_intersection && op1 == operation_blocked ) in assign()
|
| H A D | traversal_ring_creator.hpp | 325 turn_operation_type const& op0 = turn.operations[0]; in iterate() local 328 = op0.remaining_distance <= op1.remaining_distance ? 0 : 1; in iterate()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/math-emu/ |
| H A D | math.c | 228 void *op0 = 0, *op1 = 0, *op2 = 0, *op3 = 0; in do_mathemu() local 332 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 338 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 344 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 353 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 363 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 368 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 372 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 377 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 383 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() [all …]
|
| /OK3568_Linux_fs/u-boot/post/lib_powerpc/ |
| H A D | rlwimi.c | 31 ulong op0; member 111 cpu_post_exec_22 (code, & cr, & res, test->op0, test->op1); in cpu_post_test_rlwimi() 123 cpu_post_exec_22 (codecr, & cr, & res, test->op0, test->op1); in cpu_post_test_rlwimi()
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | cast6-avx-x86_64-asm_64.S | 102 #define F_head(a, x, gi1, gi2, op0) \ argument 103 op0 a, RKM, x; \ 125 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument 126 F_head(b1, RX, RGI1, RGI2, op0); \ 127 F_head(b2, RX, RGI3, RGI4, op0); \
|
| H A D | cast5-avx-x86_64-asm_64.S | 102 #define F_head(a, x, gi1, gi2, op0) \ argument 103 op0 a, RKM, x; \ 125 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument 126 F_head(b1, RX, RGI1, RGI2, op0); \ 127 F_head(b2, RX, RGI3, RGI4, op0); \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm/ |
| H A D | kvm.h | 203 #define __ARM64_SYS_REG(op0,op1,crn,crm,op2) \ argument 205 ARM64_SYS_REG_SHIFT_MASK(op0, OP0) | \
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/uapi/asm/ |
| H A D | kvm.h | 220 #define __ARM64_SYS_REG(op0,op1,crn,crm,op2) \ argument 222 ARM64_SYS_REG_SHIFT_MASK(op0, OP0) | \
|
| /OK3568_Linux_fs/kernel/tools/arch/arm64/include/uapi/asm/ |
| H A D | kvm.h | 223 #define __ARM64_SYS_REG(op0,op1,crn,crm,op2) \ argument 225 ARM64_SYS_REG_SHIFT_MASK(op0, OP0) | \
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/trace/ |
| H A D | ftrace.c | 490 expected_nop_sequence(void *ip, struct ppc_inst op0, struct ppc_inst op1) in expected_nop_sequence() argument 501 if (!ppc_inst_equal(op0, ppc_inst(0x48000008)) || in expected_nop_sequence() 508 expected_nop_sequence(void *ip, struct ppc_inst op0, struct ppc_inst op1) in expected_nop_sequence() argument 511 if (!ppc_inst_equal(op0, ppc_inst(PPC_INST_NOP))) in expected_nop_sequence()
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | esr.h | 181 #define ESR_ELx_SYS64_ISS_SYS_VAL(op0, op1, op2, crn, crm) \ argument 182 (((op0) << ESR_ELx_SYS64_ISS_OP0_SHIFT) | \
|
| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | randomize_layout_plugin.c | 826 const_tree op0; in find_bad_casts_execute() local 890 op0 = TREE_OPERAND(rhs1, 0); in find_bad_casts_execute() 892 if (op0 == NULL_TREE) in find_bad_casts_execute() 895 if (TREE_CODE(op0) != VAR_DECL) in find_bad_casts_execute() 898 op0_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(op0)))); in find_bad_casts_execute()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | mpc52xx_psc.h | 205 u8 op0; /* PSC + 0x3c */ member 346 u8 op0; /* PSC + 0x4c */ member
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/aarch64/ |
| H A D | get-reg-list.c | 182 unsigned op0, op1, crn, crm, op2; in print_reg() local 232 op0 = (id & KVM_REG_ARM64_SYSREG_OP0_MASK) >> KVM_REG_ARM64_SYSREG_OP0_SHIFT; in print_reg() 237 TEST_ASSERT(id == ARM64_SYS_REG(op0, op1, crn, crm, op2), in print_reg() 239 printf("\tARM64_SYS_REG(%d, %d, %d, %d, %d),\n", op0, op1, crn, crm, op2); in print_reg()
|