Home
last modified time | relevance | path

Searched defs:OP2 (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/lib/libcrypto/cast/
H A Dcast_local.h158 #define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument
174 #define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument
196 #define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dh8300.h548 #define MOVFROM_REG_BW(CODE, NAME, SRC, PREFIX, OP1, OP2, OP3, OP4, RELAX16) \ argument
566 #define MOVTO_REG_BW(CODE, NAME, DST, PREFIX, OP1, OP2, OP3, OP4, RELAX16) \ argument
754 #define EXPAND_FROM_REG8(CODE, NAME, OP1, OP2, OP3) \ argument
761 #define EXPAND_TO_REG8(CODE, NAME, OP1, OP2, OP3) \ argument
792 #define EXPAND_FROM_REG16(CODE, NAME, OP1, OP2, OP3) \ argument
798 #define EXPAND_TO_REG16(CODE, NAME, OP1, OP2, OP3) \ argument
847 #define EXPAND_TWOOP_B(CODE, NAME, OP1, OP2, OP3, OP4, BIT) \ argument
873 #define EXPAND_TWOOP_W(CODE, NAME, OP1, OP2, OP3) \ argument
927 #define EXPAND_UNOP_STD_B(CODE, NAME, PREFIX, OP1, OP2, OP3) \ argument
947 #define EXPAND_UNOP_STD_W(CODE, NAME, PREFIX, OP1, OP2, OP3) \ argument
[all …]
H A Dsparc.h194 #define OP2(x) (((x) & 0x7) << 22) /* Op2 field of format2 insns. */ macro
/openbsd-src/gnu/usr.bin/binutils/include/opcode/
H A Dh8300.h547 #define MOVFROM_REG_BW(CODE, NAME, SRC, PREFIX, OP1, OP2, OP3, OP4, RELAX16) \ argument
565 #define MOVTO_REG_BW(CODE, NAME, DST, PREFIX, OP1, OP2, OP3, OP4, RELAX16) \ argument
753 #define EXPAND_FROM_REG8(CODE, NAME, OP1, OP2, OP3) \ argument
760 #define EXPAND_TO_REG8(CODE, NAME, OP1, OP2, OP3) \ argument
791 #define EXPAND_FROM_REG16(CODE, NAME, OP1, OP2, OP3) \ argument
797 #define EXPAND_TO_REG16(CODE, NAME, OP1, OP2, OP3) \ argument
846 #define EXPAND_TWOOP_B(CODE, NAME, OP1, OP2, OP3, OP4, BIT) \ argument
872 #define EXPAND_TWOOP_W(CODE, NAME, OP1, OP2, OP3) \ argument
926 #define EXPAND_UNOP_STD_B(CODE, NAME, PREFIX, OP1, OP2, OP3) \ argument
946 #define EXPAND_UNOP_STD_W(CODE, NAME, PREFIX, OP1, OP2, OP3) \ argument
[all …]
H A Dsparc.h195 #define OP2(x) (((x)&0x7) << 22) /* op2 field of format2 insns */ macro
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Doperator1.C6 #define OP2(n) OP1(n##0) OP1(n##1) OP1(n##2) OP1(n##3) OP1(n##4) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20021120-1.c3 #define OP2(L, N, R, I) \ macro
/openbsd-src/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreelang.h72 #define OP2(a) (a->tp.pro.sub[3]) /* Exp operand2. */ macro
/openbsd-src/gnu/gcc/gcc/treelang/
H A Dtreelang.h75 #define OP2(a) (a->tp.pro.sub[3]) /* Exp operand2. */ macro
/openbsd-src/sys/arch/sparc64/sparc64/
H A Ddb_disasm.c75 #define OP2(x) (((x) & 0x7) << 22) macro
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600Defines.h39 OP2 = (1 << 11), enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp267 SDValue OP2 = LDAddrNode->getOperand(1); in PreprocessLoad() local
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djcf-write.c65 #define OP2(I) \ macro