Home | History | Annotate | Download | only in s390

Lines Matching refs:is_branch

399 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) {
403 if (is_branch != nullptr) {
404 *is_branch = (opcode == BRC || opcode == BRCT || opcode == BRCTG ||
453 bool is_branch = false;
462 target_at_put(fixup_pos, pos, &is_branch);