Home
last modified time | relevance | path

Searched refs:OP1 (Results 1 - 11 of 11) sorted by relevance

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c615 #define OP1(op, dst, dstw, src, srcw) \ macro
2152 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(0)); in init_frame()
2153 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -OVECTOR(0)); in init_frame()
2155 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, TMP1, 0); in init_frame()
2169 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->mark_ptr); in init_frame()
2170 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -common->mark_ptr); in init_frame()
2172 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, TMP1, 0); in init_frame()
2182 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(0)); in init_frame()
2183 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -OVECTOR(0)); in init_frame()
2185 OP1(SLJIT_MO in init_frame()
[all...]
H A Dpcre2_jit_simd_inc.h245 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, character_to_int32(char1 | bit));
258 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, character_to_int32(bit != 0 ? bit : char2));
265 OP1(SLJIT_MOV, TMP2, 0, STR_PTR, 0);
353 OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(-offset));
359 OP1(SLJIT_MOV, TMP2, 0, STR_PTR, 0);
399 OP1(SLJIT_MOV, TMP2, 0, TMP1, 0);
400 OP1(SLJIT_MOV, TMP3, 0, STR_PTR, 0);
404 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, character_to_int32(char1 | bit));
417 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, character_to_int32(bit != 0 ? bit : char2));
424 OP1(SLJIT_MO
[all...]
/third_party/node/deps/openssl/openssl/crypto/cast/
H A Dcast_local.h130 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \
133 t=(key[n*2] OP1 R)&0xffffffffL; \
141 CAST_S_table2+((t>>C_0)&C_M)))&0xffffffffL) OP1 \
146 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \
150 w=(key[n*2] OP1 R)&0xffffffffL; \
164 t=(t OP1 *(CAST_LONG *)((unsigned char *)CAST_S_table3+v)&0xffffffffL);\
168 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \
171 t=(key[n*2] OP1 R)&0xffffffff; \
177 L^=(((((a OP2 b)&0xffffffffL) OP3 c)&0xffffffffL) OP1 d)&0xffffffffL; \
/third_party/openssl/crypto/cast/
H A Dcast_local.h130 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \
133 t=(key[n*2] OP1 R)&0xffffffffL; \
141 CAST_S_table2+((t>>C_0)&C_M)))&0xffffffffL) OP1 \
146 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \
150 w=(key[n*2] OP1 R)&0xffffffffL; \
164 t=(t OP1 *(CAST_LONG *)((unsigned char *)CAST_S_table3+v)&0xffffffffL);\
168 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \
171 t=(key[n*2] OP1 R)&0xffffffff; \
177 L^=(((((a OP2 b)&0xffffffffL) OP3 c)&0xffffffffL) OP1 d)&0xffffffffL; \
/third_party/lzma/C/
H A DSha256Opt.c134 #define R4(k, g0, g1, g2, g3, OP0, OP1) \
138 OP1(g0, g1, g2, g3) \
140 #define R16(k, OP0, OP1, OP2, OP3, OP4, OP5, OP6, OP7) \
141 R4 ( (k)*4+0, m0,m1,m2,m3, OP0, OP1 ) \
279 #define R4(k, g0, g1, g2, g3, OP0, OP1) \
285 OP1(g0, g1, g2, g3); \
288 #define R16(k, OP0, OP1, OP2, OP3, OP4, OP5, OP6, OP7) \
289 R4 ( (k)*4+0, m0, m1, m2, m3, OP0, OP1 ) \
/third_party/node/deps/openssl/openssl/crypto/cast/asm/
H A Dcast-586.pl145 local($i,$S,$L,$R,$K,$OP1,$OP2,$OP3,$tmp1,$tmp2,$tmp3,$tmp4)=@_;
152 &$OP1( $tmp4, $R);
185 &$OP1( $tmp1, $tmp2);
/third_party/openssl/crypto/cast/asm/
H A Dcast-586.pl145 local($i,$S,$L,$R,$K,$OP1,$OP2,$OP3,$tmp1,$tmp2,$tmp3,$tmp4)=@_;
152 &$OP1( $tmp4, $R);
185 &$OP1( $tmp1, $tmp2);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp264 SDValue OP1 = LDAddrNode->getOperand(0); in PreprocessLoad() local
268 SDNode *OP1N = OP1.getNode(); in PreprocessLoad()
284 SDValue OP1 = LDAddrNode->getOperand(0); in PreprocessLoad() local
286 dyn_cast<GlobalAddressSDNode>(OP1.getNode())) in PreprocessLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600Defines.h40 OP1 = (1 << 10), enumerator
H A DR600InstrInfo.cpp142 return ((TargetFlags & R600_InstFlag::OP1) | in hasInstrModifiers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600MCCodeEmitter.cpp149 ((Desc.TSFlags & R600_InstFlag::OP1) || in encodeInstruction()

Completed in 13 milliseconds