Home | History | Annotate | Download | only in config

Lines Matching full:atmp

103   {"atmp",    s_atmp,          0},
135 static int atmp = 31;
144 as_bad (_("Directive .atmp available only with -mintel-syntax option"));
152 atmp = 2;
157 atmp = 3;
164 atmp = temp;
314 | (atmp << 16);
319 pseudo[1].opcode = (the_insn.opcode & ~0x03e00000) | (atmp << 21);
334 | (atmp << 16);
339 | (atmp << 21);
354 | (atmp << 16);
361 | (atmp << 21);
377 pseudo[0].opcode = 0xec000000 | (atmp << 16);
381 pseudo[1].opcode = 0xe4000000 | (atmp << 21) | (atmp << 16);
385 pseudo[2].opcode = (the_insn.opcode & ~0x0400ffff) | (atmp << 11);