Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-microblaze.c632 static struct imm_type imm_types[] = { variable
653 slen = strlen (imm_types[i].isuffix); in match_imm()
655 if (strncmp (imm_types[i].isuffix, s, slen) == 0) in match_imm()
658 return imm_types[i].itype; in match_imm()
674 if (imm_types[i].itype == itype) in get_imm_otype()
676 otype = imm_types[i].otype; in get_imm_otype()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-201230 (imm_types), (match_imm), (get_imm_otype): New to support TLS offsets.