• Home
  • Raw
  • Download

Lines Matching refs:ppc_cpu

203 ppc_cpu_t ppc_cpu = 0;  variable
1100 if (ppc_cpu & PPC_OPCODE_VLE) in md_parse_option()
1138 if (ppc_cpu & PPC_OPCODE_VLE) in md_parse_option()
1151 new_cpu = ppc_parse_cpu (ppc_cpu, &sticky, arg); in md_parse_option()
1154 ppc_cpu = new_cpu; in md_parse_option()
1195 if (ppc_cpu & PPC_OPCODE_VLE) in md_parse_option()
1342 if ((ppc_cpu & ~(ppc_cpu_t) PPC_OPCODE_ANY) == 0) in ppc_set_cpu()
1345 ppc_cpu |= PPC_OPCODE_PPC | PPC_OPCODE_64; in ppc_set_cpu()
1348 ppc_cpu |= PPC_OPCODE_COMMON; in ppc_set_cpu()
1350 ppc_cpu |= PPC_OPCODE_POWER; in ppc_set_cpu()
1352 ppc_cpu |= PPC_OPCODE_POWER; in ppc_set_cpu()
1354 ppc_cpu |= PPC_OPCODE_PPC; in ppc_set_cpu()
1370 if ((ppc_cpu & PPC_OPCODE_PPC) != 0) in ppc_arch()
1372 if ((ppc_cpu & PPC_OPCODE_VLE) != 0) in ppc_arch()
1374 if ((ppc_cpu & PPC_OPCODE_POWER) != 0) in ppc_arch()
1376 if ((ppc_cpu & (PPC_OPCODE_COMMON | PPC_OPCODE_ANY)) != 0) in ppc_arch()
1395 else if (ppc_cpu & PPC_OPCODE_TITAN) in ppc_mach()
1397 else if (ppc_cpu & PPC_OPCODE_VLE) in ppc_mach()
1565 if ((ppc_cpu & op->flags) != 0 in ppc_setup_opcodes()
1566 && !(ppc_cpu & op->deprecated)) in ppc_setup_opcodes()
1580 if ((ppc_cpu & PPC_OPCODE_ANY) != 0) in ppc_setup_opcodes()
1618 if ((ppc_cpu & op->flags) != 0 in ppc_setup_opcodes()
1619 && !(ppc_cpu & op->deprecated)) in ppc_setup_opcodes()
1633 if ((ppc_cpu & PPC_OPCODE_VLE) != 0) in ppc_setup_opcodes()
1643 if ((macro->flags & ppc_cpu) != 0 || (ppc_cpu & PPC_OPCODE_ANY) != 0) in ppc_setup_opcodes()
1670 ppc_dwarf2_line_min_insn_length = (ppc_cpu & PPC_OPCODE_VLE) ? 2 : 4; in md_begin()
2744 insn = (*operand->insert) (insn, 0L, ppc_cpu, &errmsg); in md_assemble()
2757 insn = (*operand->insert) (insn, 0L, ppc_cpu, &errmsg); in md_assemble()
2913 ppc_cpu, (char *) NULL, 0); in md_assemble()
3004 ppc_cpu, (char *) NULL, 0); in md_assemble()
3070 ppc_cpu, (char *) NULL, 0); in md_assemble()
3354 if ((ppc_cpu & (PPC_OPCODE_E500 | PPC_OPCODE_E500MC | PPC_OPCODE_VLE)) != 0 in md_assemble()
3377 if ((ppc_cpu & opcode->flags) == PPC_OPCODE_VLE) in md_assemble()
4974 ppc_cpu_t old_cpu = ppc_cpu; in ppc_machine()
4989 cpu_history[curr_hist++] = ppc_cpu; in ppc_machine()
4996 ppc_cpu = cpu_history[--curr_hist]; in ppc_machine()
4998 else if ((new_cpu = ppc_parse_cpu (ppc_cpu, &sticky, cpu_string)) != 0) in ppc_machine()
4999 ppc_cpu = new_cpu; in ppc_machine()
5003 if (ppc_cpu != old_cpu) in ppc_machine()
6440 if ((ppc_cpu & PPC_OPCODE_POWER6) != 0 in ppc_handle_align()
6441 || (ppc_cpu & PPC_OPCODE_POWER7) != 0 in ppc_handle_align()
6442 || (ppc_cpu & PPC_OPCODE_POWER8) != 0) in ppc_handle_align()
6462 if ((ppc_cpu & PPC_OPCODE_POWER7) != 0 in ppc_handle_align()
6463 || (ppc_cpu & PPC_OPCODE_POWER8) != 0) in ppc_handle_align()
6465 if (ppc_cpu & PPC_OPCODE_E500MC) in ppc_handle_align()
6808 fixP->tc_fix_data.ppc_cpu, in md_apply_fix()