Searched refs:imm_types (Results 1 – 2 of 2) sorted by relevance
632 static struct imm_type imm_types[] = { variable653 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()
30 (imm_types), (match_imm), (get_imm_otype): New to support TLS offsets.