Home
last modified time | relevance | path

Searched refs:OP1 (Results 1 – 25 of 33) sorted by relevance

12

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
Doperator1.C5 #define OP1(n) OP0(n) macro
6 #define OP2(n) OP1(n##0) OP1(n##1) OP1(n##2) OP1(n##3) OP1(n##4)
/openbsd/src/lib/libcrypto/cast/
Dcast_local.h158 #define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument
161 t=(key[n*2] OP1 R)&0xffffffffL; \
169 CAST_S_table2+((t>>C_0)&C_M)))&0xffffffffL) OP1 \
174 #define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument
178 w=(key[n*2] OP1 R)&0xffffffffL; \
192 t=(t OP1 *(CAST_LONG *)((unsigned char *)CAST_S_table3+v)&0xffffffffL);\
196 #define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument
199 t=(key[n*2] OP1 R)&0xffffffff; \
205 L^=(((((a OP2 b)&0xffffffffL) OP3 c)&0xffffffffL) OP1 d)&0xffffffffL; \
/openbsd/src/gnu/usr.bin/binutils/include/opcode/
Dh8300.h547 #define MOVFROM_REG_BW(CODE, NAME, SRC, PREFIX, OP1, OP2, OP3, OP4, RELAX16) \ argument
548 …{CODE, AV_H8, 4, NAME, {{SRC, RDIND, E}}, {{ 6, OP1, B31 | RDIN…
553 …{CODE, AV_H8SX, 0, NAME, {{SRC, DISP2DST, E}}, {{PREFIX, B30 | B20 | DISP2DST, 6, OP1, B31 | DSTD…
565 #define MOVTO_REG_BW(CODE, NAME, DST, PREFIX, OP1, OP2, OP3, OP4, RELAX16) \ argument
566 …{CODE, AV_H8, 4, NAME, {{RSIND, DST, E}}, {{ 6, OP1, B30 | RSIN…
571 …{CODE, AV_H8SX, 0, NAME, {{DISP2SRC, DST, E}}, {{PREFIX, B30 | B20 | DISP2SRC, 6, OP1, B30 | DISP…
753 #define EXPAND_FROM_REG8(CODE, NAME, OP1, OP2, OP3) \ argument
754 …{CODE, AV_H8SX, 0, NAME, {{RS8, RDIND, E}}, {{0x7, 0xd, B30 | RDIND, IGNORE, OP1, …
756 …{CODE, AV_H8SX, 0, NAME, {{RS8, ABS8DST, E}}, {{0x7, 0xf, DSTABS8LIST, OP1, …
757 …{CODE, AV_H8SX, 0, NAME, {{RS8, ABS16DST, E}}, {{0x6, 0xa, 0x1, B31 | IGNORE, DSTABS16LIST, OP1, …
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/
Dh8300.h548 #define MOVFROM_REG_BW(CODE, NAME, SRC, PREFIX, OP1, OP2, OP3, OP4, RELAX16) \ argument
549 …{CODE, AV_H8, 4, NAME, {{SRC, RDIND, E}}, {{ 6, OP1, B31 | RDIN…
554 …{CODE, AV_H8SX, 0, NAME, {{SRC, DISP2DST, E}}, {{PREFIX, B30 | B20 | DISP2DST, 6, OP1, B31 | DSTD…
566 #define MOVTO_REG_BW(CODE, NAME, DST, PREFIX, OP1, OP2, OP3, OP4, RELAX16) \ argument
567 …{CODE, AV_H8, 4, NAME, {{RSIND, DST, E}}, {{ 6, OP1, B30 | RSIN…
572 …{CODE, AV_H8SX, 0, NAME, {{DISP2SRC, DST, E}}, {{PREFIX, B30 | B20 | DISP2SRC, 6, OP1, B30 | DISP…
754 #define EXPAND_FROM_REG8(CODE, NAME, OP1, OP2, OP3) \ argument
755 …{CODE, AV_H8SX, 0, NAME, {{RS8, RDIND, E}}, {{0x7, 0xd, B30 | RDIND, IGNORE, OP1, …
757 …{CODE, AV_H8SX, 0, NAME, {{RS8, ABS8DST, E}}, {{0x7, 0xf, DSTABS8LIST, OP1, …
758 …{CODE, AV_H8SX, 0, NAME, {{RS8, ABS16DST, E}}, {{0x6, 0xa, 0x1, B31 | IGNORE, DSTABS16LIST, OP1, …
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Djcf-write.c61 #define OP1(I) (*state->bytecode.ptr++ = (I), CHECK_OP(state)) macro
66 do { int _i = (I); OP1 (_i >> 8); OP1 (_i); CHECK_OP(state); } while (0)
71 do { int _i = (I); OP1 (_i >> 24); OP1 (_i >> 16); \
72 OP1 (_i >> 8); OP1 (_i); CHECK_OP(state); } while (0)
752 OP1 (OPCODE_ldc);
753 OP1 (index);
757 OP1 (OPCODE_ldc_w);
771 OP1 (OPCODE_ldc2_w);
785 OP1(OPCODE_iconst_0 + i);
788 OP1(OPCODE_bipush);
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
D20021120-1.c2 #define OP1(L, N, R, I, J) L N##I##J R macro
4 OP1(L, N, R, 0, I), OP1(L, N, R, 1, I), \
5 OP1(L, N, R, 2, I), OP1(L, N, R, 3, I)
/openbsd/src/gnu/gcc/gcc/config/alpha/
Dalpha.h1211 #define CANONICALIZE_COMPARISON(CODE,OP0,OP1) \ argument
1214 && (GET_CODE (OP1) == REG || (OP1) == const0_rtx)) \
1217 (OP0) = (OP1); \
1218 (OP1) = tem; \
1222 && GET_CODE (OP1) == CONST_INT && INTVAL (OP1) == 256) \
1225 (OP1) = GEN_INT (255); \
/openbsd/src/gnu/usr.bin/gcc/gcc/config/alpha/
Dalpha.h1534 #define CANONICALIZE_COMPARISON(CODE,OP0,OP1) \ argument
1537 && (GET_CODE (OP1) == REG || (OP1) == const0_rtx)) \
1540 (OP0) = (OP1); \
1541 (OP1) = tem; \
1545 && GET_CODE (OP1) == CONST_INT && INTVAL (OP1) == 256) \
1548 (OP1) = GEN_INT (255); \
/openbsd/src/gnu/gcc/gcc/config/sh/
Dlinux-atomic.asm112 #define ATOMIC_FETCH_AND_COMBOP(OP,OP0,OP1,N,T) \ argument
123 OP1 r5, r5; \
/openbsd/src/gnu/llvm/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp266 SDValue OP1 = LDAddrNode->getOperand(0); in PreprocessLoad() local
270 SDNode *OP1N = OP1.getNode(); in PreprocessLoad()
286 SDValue OP1 = LDAddrNode->getOperand(0); in PreprocessLoad() local
288 dyn_cast<GlobalAddressSDNode>(OP1.getNode())) in PreprocessLoad()
/openbsd/src/gnu/usr.bin/gcc/gcc/treelang/
Dparse.y586 OP1 (prod) = $1;
615 OP1 (prod) = $1;
644 OP1 (prod) = $1;
672 OP1 (prod) = $1;
796 OP1 (prod) = $1;
Dtreelang.h68 #define OP1(a) (a->tp.pro.sub[2]) /* Exp operand1. */ macro
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DR600Defines.h38 OP1 = (1 << 10), enumerator
DR600InstrInfo.cpp121 return ((TargetFlags & R600_InstFlag::OP1) | in hasInstrModifiers()
/openbsd/src/gnu/gcc/gcc/config/arm/
Darm.h2146 #define CANONICALIZE_COMPARISON(CODE, OP0, OP1) \ argument
2149 if (GET_CODE (OP1) == CONST_INT \
2150 && ! (const_ok_for_arm (INTVAL (OP1)) \
2151 || (const_ok_for_arm (- INTVAL (OP1))))) \
2153 rtx const_op = OP1; \
2156 OP1 = const_op; \
/openbsd/src/gnu/gcc/gcc/treelang/
Dtreelang.h71 #define OP1(a) (a->tp.pro.sub[2]) /* Exp operand1. */ macro
Dparse.y734 OP1 (prod) = $1;
923 OP1 (prod) = op1; in make_plus_expression()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/
Darm.h2478 #define CANONICALIZE_COMPARISON(CODE, OP0, OP1) \ argument
2481 if (GET_CODE (OP1) == CONST_INT \
2482 && ! (const_ok_for_arm (INTVAL (OP1)) \
2483 || (const_ok_for_arm (- INTVAL (OP1))))) \
2485 rtx const_op = OP1; \
2487 OP1 = const_op; \
/openbsd/src/gnu/gcc/gcc/config/c4x/
Dc4x.h1195 #define CANONICALIZE_COMPARISON(CODE, OP0, OP1) \ argument
1196 if (REG_P (OP1) && ! REG_P (OP0)) \
1198 rtx tmp = OP0; OP0 = OP1 ; OP1 = tmp; \
/openbsd/src/gnu/gcc/gcc/config/s390/
Ds390.h744 #define CANONICALIZE_COMPARISON(CODE, OP0, OP1) \ argument
745 s390_canonicalize_comparison (&(CODE), &(OP0), &(OP1))
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
DR600MCCodeEmitter.cpp134 ((Desc.TSFlags & R600_InstFlag::OP1) || in encodeInstruction()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/c4x/
Dc4x.h1566 #define CANONICALIZE_COMPARISON(CODE, OP0, OP1) \ argument
1567 if (REG_P (OP1) && ! REG_P (OP0)) \
1569 rtx tmp = OP0; OP0 = OP1 ; OP1 = tmp; \
/openbsd/src/usr.sbin/btrace/
Dbt_parse.y125 %token <v.i> MFUNC FUNC0 FUNC1 FUNCN OP1 OP2 OP4 MOP0 MOP1
247 | GVAR '=' OP1 '(' expr ')' { $$ = bh_inc($1, $5, NULL); }
766 { "hist", OP1, 0 }, in lookup()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dparse.y94 #define OP1(NODE) (TREE_OPERAND (NODE, 1)) macro
1717 { $$ = build_offset_ref (OP0 ($$), OP1 ($$));
/openbsd/src/gnu/gcc/gcc/
Dtree.def934 the first OFF elements of the vector OP1.
935 If OFF == 0, then the returned vector is OP1.

12