Lines Matching defs:opcode
551 int opcode = state->cc_opcode;
555 output_insn(state, "%s %s", opcodes[opcode], reg->name);
574 static void add_cc_cache(struct bb_state *state, int opcode, pseudo_t pseudo)
578 state->cc_opcode = opcode;
580 output_comment(state, "caching %s", opcodes[opcode]);
623 if (def && (def->opcode == OP_SETVAL || def->opcode == OP_LABEL)) {
889 const char *op = opcodes[insn->opcode];
1345 int opcode;
1348 opcode = insn->opcode;
1352 * and update the opcode to match..
1359 add_cc_cache(state, opcode, insn->target);
1367 switch (insn->opcode) {
1536 if (def && (def->opcode == OP_SETVAL || def->opcode == OP_LABEL)) {
1897 switch (insn->opcode) {