Home
last modified time | relevance | path

Searched refs:ASSIGN (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-bfin.c1149 #define ASSIGN(x) c_code.opcode |= ((x & c_code.mask_##x)<<c_code.bits_##x) macro
1178 ASSIGN (op0); in bfin_gen_dsp32mac()
1179 ASSIGN (op1); in bfin_gen_dsp32mac()
1180 ASSIGN (MM); in bfin_gen_dsp32mac()
1181 ASSIGN (mmod); in bfin_gen_dsp32mac()
1182 ASSIGN (w0); in bfin_gen_dsp32mac()
1183 ASSIGN (w1); in bfin_gen_dsp32mac()
1184 ASSIGN (h01); in bfin_gen_dsp32mac()
1185 ASSIGN (h11); in bfin_gen_dsp32mac()
1186 ASSIGN (h00); in bfin_gen_dsp32mac()
[all …]
Dbfin-parse.y525 %token ASSIGN _STAR_ASSIGN
641 %right ASSIGN
799 | REG ASSIGN LPAREN a_plusassign REG_A RPAREN
809 | HALF_REG ASSIGN LPAREN a_plusassign REG_A RPAREN
819 | A_ZERO_DOT_H ASSIGN HALF_REG
824 | A_ONE_DOT_H ASSIGN HALF_REG
829 | LPAREN REG COMMA REG RPAREN ASSIGN BYTEOP16P LPAREN REG
847 | LPAREN REG COMMA REG RPAREN ASSIGN BYTEOP16M LPAREN REG COLON expr COMMA
865 | LPAREN REG COMMA REG RPAREN ASSIGN BYTEUNPACK REG COLON expr aligndir
879 | LPAREN REG COMMA REG RPAREN ASSIGN SEARCH REG LPAREN searchmod RPAREN
[all …]
Dte-vms.c212 status = SYS$ASSIGN (&devicedsc, &chan, 0, 0, 0); in vms_file_stats_name()
Dbfin-lex.l260 "=" return ASSIGN;
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20061440 * config/bfin-parse.y (asm_1): Remove "expr ASSIGN expr".