Home | History | Annotate | Download | only in opcodes

Lines Matching defs:cr_type

453   if (sh64_infop->crange.cr_type != CRT_NONE
456 return sh64_infop->crange.cr_type;
462 enum sh64_elf_cr_type cr_type
466 if (cr_type != CRT_NONE)
467 return cr_type;
476 enum sh64_elf_cr_type cr_type
480 if (cr_type != CRT_NONE)
481 return cr_type;
544 enum sh64_elf_cr_type cr_type;
549 cr_type = sh64_get_contents_type_disasm (memaddr, info);
550 if (cr_type != CRT_SH5_ISA16)
556 if (cr_type == CRT_SH5_ISA32 && length == 3)
561 if (cr_type == CRT_SH5_ISA32 && length == 4)
571 if (cr_type == CRT_DATA || length != 4)
578 && sh64_infop->crange.cr_type != CRT_NONE