Home
last modified time | relevance | path

Searched refs:flags_used (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-d30v.c733 && (op1->op->flags_used & (FLAG_JMP | FLAG_JSR))) in parallel_ok()
785 used_reg[j][2] = (op->flags_used & FLAG_ALL); in parallel_ok()
789 if (op->flags_used & FLAG_JSR) in parallel_ok()
911 flags_used1 = op1->op->flags_used; in parallel_ok()
912 flags_used2 = op2->op->flags_used; in parallel_ok()
981 && (opcode1->op->flags_used & (FLAG_JMP | FLAG_JSR)) in write_2_short()
982 && ((opcode1->op->flags_used & FLAG_DELAY) == 0) in write_2_short()
1021 else if ((opcode1->op->flags_used & (FLAG_JMP | FLAG_JSR) in write_2_short()
1022 && ((opcode1->op->flags_used & FLAG_DELAY) == 0)) in write_2_short()
1023 || opcode1->op->flags_used & FLAG_RP) in write_2_short()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dd30v.h138 long flags_used; member