Home
last modified time | relevance | path

Searched refs:OP_EXP (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-msp430.c547 if (op1.mode == OP_EXP)
580 if (op1.mode == OP_EXP)
593 if (op2.mode == OP_EXP)
624 if (op1.mode == OP_EXP)
656 if (op1.mode == OP_EXP)
825 op->mode = OP_EXP;
931 op->mode = OP_EXP;
1032 op->mode = OP_EXP;
1111 op->mode = OP_EXP;
1240 op->mode = OP_EXP;
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-msp430.c983 op->mode = OP_EXP; in msp430_srcoperand()
1085 op->mode = OP_EXP; in msp430_srcoperand()
1167 op->mode = OP_EXP; in msp430_srcoperand()
1301 op->mode = OP_EXP; in msp430_srcoperand()
1366 op->mode = OP_EXP; in msp430_srcoperand()
1395 op->mode = OP_EXP; in msp430_dstoperand()
1494 if (op1.mode == OP_EXP) in msp430_operands()
1528 if (op1.mode == OP_EXP) in msp430_operands()
1541 if (op2.mode == OP_EXP) in msp430_operands()
1573 if (op1.mode == OP_EXP) in msp430_operands()
[all …]
H A Dtc-arm.c3873 OP_EXP, /* arbitrary expression */ enumerator
4055 case OP_EXP: in parse_operands()
/openbsd/gnu/usr.bin/binutils/include/opcode/
H A Dmsp430.h30 #define OP_EXP 1 macro
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dmsp430.h30 #define OP_EXP 1 macro
/openbsd/gnu/usr.bin/perl/
H A Dopnames.h131 OP_EXP = 114, enumerator
H A Dpp.c3165 case OP_EXP: amg_type = exp_amg; break; in PP()
3204 case OP_EXP: result = Perl_exp(value); break; in PP()
H A Dtoke.c8175 UNI(OP_EXP); in yyl_word_or_keyword()