Searched refs:operandsP (Results 1 – 2 of 2) sorted by relevance
902 const char *operandsP, in encode_operand() argument915 i = operandsP[loop << 1] - '1'; in encode_operand()923 switch ((d = operandsP[(loop << 1) + 1])) in encode_operand()1030 switch (operandsP[(i << 1) + 1]) in encode_operand()
3111 * config/tc-ns32k.c (encode_operand): Constify operandsP and suffixP.