Home
last modified time | relevance | path

Searched refs:IIF (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-ns32k.c40 #define IIF(ptr,a1,c1,e1,g1,i1,k1,m1,o1,q1,s1,u1) \ macro
958 IIF (j, in encode_operand()
980 IIF (j, 1, 1, (unsigned long) addr_modeP.index_byte, in encode_operand()
997 IIF (12, 2, suffixP[i], (unsigned long) argv[i], 0, in encode_operand()
1004 IIF (12, 2, suffixP[i], (unsigned long) argv[i], 0, in encode_operand()
1009 IIF (11, 2, 42, (unsigned long) argv[i], 0, 0, 0, 0, 0, in encode_operand()
1034 IIF (10, 1, 1, 0, 0, 0, 0, 0, 0, NULL, -1, 0); in encode_operand()
1058 IIF (10, 2, 1, in encode_operand()
1066 IIF (11, 2, 42, in encode_operand()
1074 IIF (b, 2, 1, 0, 0, 0, 0, 0, 0, 0, -1, 0); in encode_operand()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-ns32k.c40 #define IIF(ptr,a1,c1,e1,g1,i1,k1,m1,o1,q1,s1,u1) \ macro
951 IIF (j,
973 IIF (j, 1, 1, (unsigned long) addr_modeP.index_byte,
990 IIF (12, 2, suffixP[i], (unsigned long) argv[i], 0,
997 IIF (12, 2, suffixP[i], (unsigned long) argv[i], 0,
1002 IIF (11, 2, 42, (unsigned long) argv[i], 0, 0, 0, 0, 0,
1027 IIF (10, 1, 1, 0, 0, 0, 0, 0, 0, NULL, -1, 0);
1051 IIF (10, 2, 1,
1059 IIF (11, 2, 42,
1067 IIF (b, 2, 1, 0, 0, 0, 0, 0, 0, 0, -1, 0);
[all …]
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DIdentifierTable.cpp564 unsigned IIF = getIdentifierInfoFlag(); in getNumArgs() local
565 if (IIF <= ZeroArg) in getNumArgs()
567 if (IIF == OneArg) in getNumArgs()