Searched refs:intop (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | xtensa-isa.c | 890 return intop->name; in xtensa_operand_name() 953 if (!intop) return -1; in xtensa_operand_get_field() 990 if (!intop) return -1; in xtensa_operand_set_field() 1025 if (!intop) return -1; in xtensa_operand_encode() 1027 if (!intop->encode) in xtensa_operand_encode() 1099 if (!intop) return -1; in xtensa_operand_decode() 1102 if (!intop->decode) in xtensa_operand_decode() 1139 return intop->regfile; in xtensa_operand_regfile() 1194 if (!intop) return -1; in xtensa_operand_do_reloc() 1199 if (!intop->do_reloc) in xtensa_operand_do_reloc() [all …]
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | xtensa-isa.c | 409 return intop->operand_kind; in xtensa_operand_kind() 417 return intop->inout; in xtensa_operand_inout() 425 return (*intop->get_field) (insn); in xtensa_operand_get_field() 433 return (*intop->set_field) (insn, val); in xtensa_operand_set_field() 441 return (*intop->encode) (valp); in xtensa_operand_encode() 449 return (*intop->decode) (val); in xtensa_operand_decode() 457 return intop->isPCRelative; in xtensa_operand_isPCRelative() 465 if (!intop->isPCRelative) in xtensa_operand_do_reloc() 467 return (*intop->do_reloc) (addr, pc); in xtensa_operand_do_reloc() 475 if (!intop->isPCRelative) in xtensa_operand_undo_reloc() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-common.c | 2635 pointer_int_sum (resultcode, ptrop, intop) in pointer_int_sum() argument 2637 tree ptrop, intop; 2680 if ((TREE_CODE (intop) == PLUS_EXPR || TREE_CODE (intop) == MINUS_EXPR) 2681 && ! TREE_CONSTANT (intop) 2691 || (TYPE_PRECISION (TREE_TYPE (intop)) 2695 tree int_type = TREE_TYPE (intop); 2696 if (TREE_CODE (intop) == MINUS_EXPR) 2703 intop = convert (int_type, TREE_OPERAND (intop, 0)); 2712 TREE_UNSIGNED (sizetype)), intop); 2718 intop = convert (result_type, [all …]
|
H A D | FSFChangeLog.10 | 5790 * c-typeck.c (pointer_int_sum): Don't distribute if intop is unsigned
|
/openbsd/gnu/gcc/gcc/ |
H A D | c-common.c | 2404 if ((TREE_CODE (intop) == PLUS_EXPR || TREE_CODE (intop) == MINUS_EXPR) in pointer_int_sum() 2405 && !TREE_CONSTANT (intop) in pointer_int_sum() 2406 && TREE_CONSTANT (TREE_OPERAND (intop, 1)) in pointer_int_sum() 2414 && (!TYPE_UNSIGNED (TREE_TYPE (intop)) in pointer_int_sum() 2415 || (TYPE_PRECISION (TREE_TYPE (intop)) in pointer_int_sum() 2419 tree int_type = TREE_TYPE (intop); in pointer_int_sum() 2420 if (TREE_CODE (intop) == MINUS_EXPR) in pointer_int_sum() 2427 intop = convert (int_type, TREE_OPERAND (intop, 0)); in pointer_int_sum() 2436 TYPE_UNSIGNED (sizetype)), intop); in pointer_int_sum() 2442 intop = convert (result_type, in pointer_int_sum() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | typeck.c | 3712 cp_pointer_int_sum (resultcode, ptrop, intop) in cp_pointer_int_sum() argument 3714 register tree ptrop, intop; 3725 return pointer_int_sum (resultcode, ptrop, fold (intop));
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | typeck.c | 3769 cp_pointer_int_sum (enum tree_code resultcode, tree ptrop, tree intop) in cp_pointer_int_sum() argument 3781 fold_if_not_in_template (intop)); in cp_pointer_int_sum()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Core.cpp | 3910 AtomicRMWInst::BinOp intop = mapFromLLVMRMWBinOp(op); in LLVMBuildAtomicRMW() local 3912 intop, unwrap(PTR), unwrap(Val), MaybeAlign(), in LLVMBuildAtomicRMW()
|
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXIntrinsics.td | 6206 class PTX_READ_SREG_R64<string regname, Intrinsic intop> 6209 [(set Int64Regs:$d, (intop))]>; 6211 class PTX_READ_SREG_R32<string regname, Intrinsic intop> 6214 [(set Int32Regs:$d, (intop))]>;
|