Home
last modified time | relevance | path

Searched refs:addr_op (Results 1 – 7 of 7) sorted by relevance

/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/
H A Dtc-msp430.c2471 bfd_boolean addr_op; in msp430_operands() local
2484 addr_op = FALSE; in msp430_operands()
2501 addr_op = TRUE; in msp430_operands()
2559 addr_op = FALSE; in msp430_operands()
2697 if (!addr_op) in msp430_operands()
2761 if (!addr_op) in msp430_operands()
2860 if (!addr_op) in msp430_operands()
3112 if (! addr_op) in msp430_operands()
3197 if (! addr_op) in msp430_operands()
3392 && addr_op in msp430_operands()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/config/
H A Dtc-msp430.c2471 bfd_boolean addr_op; in msp430_operands() local
2484 addr_op = FALSE; in msp430_operands()
2501 addr_op = TRUE; in msp430_operands()
2559 addr_op = FALSE; in msp430_operands()
2697 if (!addr_op) in msp430_operands()
2761 if (!addr_op) in msp430_operands()
2860 if (!addr_op) in msp430_operands()
3112 if (! addr_op) in msp430_operands()
3197 if (! addr_op) in msp430_operands()
3392 && addr_op in msp430_operands()
[all …]
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dtc-msp430.c2788 bool addr_op; in msp430_operands() local
2807 addr_op = false; in msp430_operands()
2824 addr_op = true; in msp430_operands()
2882 addr_op = false; in msp430_operands()
3038 if (!addr_op) in msp430_operands()
3099 if (!addr_op) in msp430_operands()
3200 if (!addr_op) in msp430_operands()
3457 if (! addr_op) in msp430_operands()
3547 if (! addr_op) in msp430_operands()
3758 && addr_op in msp430_operands()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Dtc-msp430.c2788 bool addr_op; in msp430_operands() local
2807 addr_op = false; in msp430_operands()
2824 addr_op = true; in msp430_operands()
2882 addr_op = false; in msp430_operands()
3038 if (!addr_op) in msp430_operands()
3099 if (!addr_op) in msp430_operands()
3200 if (!addr_op) in msp430_operands()
3457 if (! addr_op) in msp430_operands()
3547 if (! addr_op) in msp430_operands()
3758 && addr_op in msp430_operands()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Dtc-msp430.c2788 bool addr_op; in msp430_operands() local
2807 addr_op = false; in msp430_operands()
2824 addr_op = true; in msp430_operands()
2882 addr_op = false; in msp430_operands()
3038 if (!addr_op) in msp430_operands()
3099 if (!addr_op) in msp430_operands()
3200 if (!addr_op) in msp430_operands()
3457 if (! addr_op) in msp430_operands()
3547 if (! addr_op) in msp430_operands()
3758 && addr_op in msp430_operands()
[all …]
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dcgmain.h127 OPERAND *gen_address_operand(int addr_op, int nme, bool lda,
H A Dcgmain.cpp4132 OPERAND *addr_op, *result_op, *next_op; in gen_va_arg() local
4142 addr_op = gen_load(ap_cast, uintptr_type, flags); in gen_va_arg()
4162 addr_op = in gen_va_arg()
4166 addr_op = ad_csed_instr(I_AND, 0, uintptr_type, addr_op, InstrListFlagsNull, in gen_va_arg()
4227 addr_op = gen_copy_op(addr_op); in gen_va_arg()
4228 addr_op->next = make_constval_op(uintptr_type, arg_size, 0); in gen_va_arg()
11705 DBGTRACEIN2(" for ilix: %d(%s)", addr_op, IL_NAME(ILI_OPC(addr_op))) in gen_address_operand()
11721 int sub_add = addr_op, sub_opc; in gen_address_operand()
11785 operand = gen_base_addr_operand(addr_op, llt); in gen_address_operand()
11789 csed_operand = get_csed_operand(addr_op); in gen_address_operand()
[all …]