/third_party/mbedtls/library/ |
H A D | ecdsa.c | 153 #define ECDSA_RS_ENTER(SUB) do { \ 160 rs_ctx != NULL && rs_ctx->SUB == NULL) \ 162 rs_ctx->SUB = mbedtls_calloc(1, sizeof(*rs_ctx->SUB)); \ 163 if (rs_ctx->SUB == NULL) \ 166 ecdsa_restart_## SUB ##_init(rs_ctx->SUB); \ 171 #define ECDSA_RS_LEAVE(SUB) do { \ 173 if (rs_ctx != NULL && rs_ctx->SUB != NULL && \ 176 ecdsa_restart_## SUB ##_fre [all...] |
H A D | ecp.c | 277 #define ECP_RS_ENTER(SUB) do { \ 284 rs_ctx != NULL && rs_ctx->SUB == NULL) \ 286 rs_ctx->SUB = mbedtls_calloc(1, sizeof(*rs_ctx->SUB)); \ 287 if (rs_ctx->SUB == NULL) \ 290 ecp_restart_## SUB ##_init(rs_ctx->SUB); \ 295 #define ECP_RS_LEAVE(SUB) do { \ 297 if (rs_ctx != NULL && rs_ctx->SUB != NULL && \ 300 ecp_restart_## SUB ##_fre [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiAluCode.h | 25 SUB = 0x02, enumerator 82 case SUB: in lanaiAluCodeToString() 107 .Case("sub", SUB) in stringToLanaiAluCode() 124 case ISD::SUB: in isdToLanaiAluCode() 125 return AluCode::SUB; in isdToLanaiAluCode()
|
H A D | LanaiISelLowering.cpp | 142 setTargetDAGCombine(ISD::SUB); in LanaiTargetLowering() 964 Res = DAG.getNode(ISD::SUB, DL, VT, Res, Op); in LowerMUL() 1030 SDValue Sub = DAG.getNode(ISD::SUB, DL, MVT::i32, StackPointer, Size); in LowerDYNAMIC_STACKALLOC() 1252 SDValue RevShAmt = DAG.getNode(ISD::SUB, dl, MVT::i32, in LowerSHL_PARTS() 1262 SDValue ExtraShAmt = DAG.getNode(ISD::SUB, dl, MVT::i32, ShAmt, in LowerSHL_PARTS() 1306 ISD::SUB, dl, MVT::i32, DAG.getConstant(VTBits, dl, MVT::i32), ShAmt); in LowerSRL_PARTS() 1456 // PerformSUBCombine - Target-specific dag combine xforms for ISD::SUB. 1481 case ISD::SUB: in PerformDAGCombine()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-complex-use-table.hh | 63 #define SUB USE(SUB) /* CONS_SUB */ macro 266 /* 0F80 */ VBlw, VAbv, VMAbv, VMAbv, VBlw, O, VMAbv, VMAbv, B, B, B, B, B, SUB, SUB, SUB, 267 /* 0F90 */ SUB, SUB, SUB, SUB, SUB, SU 1255 #undef SUB global() macro [all...] |
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/ |
H A D | chacha-c64xplus.pl | 329 || [B0] SUB B0,1,B0 ; decrement inner loop counter 525 [A0] SUB A0,$STEP,A0 ; SUB A0,128,A0 682 || [B0] SUB B0,1,B0 ; decrement inner loop counter 784 || [A0] SUB A0,$STEP,A0 ; SUB A0,64,A0 829 || SUB A0,1,A0 830 || SUB A0,1,B1 833 || [A0] SUB A0,1,A0 834 || SUB B [all...] |
/third_party/openssl/crypto/chacha/asm/ |
H A D | chacha-c64xplus.pl | 329 || [B0] SUB B0,1,B0 ; decrement inner loop counter 525 [A0] SUB A0,$STEP,A0 ; SUB A0,128,A0 682 || [B0] SUB B0,1,B0 ; decrement inner loop counter 784 || [A0] SUB A0,$STEP,A0 ; SUB A0,64,A0 829 || SUB A0,1,A0 830 || SUB A0,1,B1 833 || [A0] SUB A0,1,A0 834 || SUB B [all...] |
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | c64xpluscpuid.pl | 69 || SUB B4,8,B4 213 || [B0] SUB B0,1,B0 214 SUB B8,B9,B7 ; lastdiff = tick - lasttick 257 SUB B8,B9,B7 ; lastdiff = tick - lasttick 259 || SUB B0,1,B0 270 || SUB B0,1,B0 272 SUB B8,B9,B8
|
/third_party/openssl/crypto/ |
H A D | c64xpluscpuid.pl | 69 || SUB B4,8,B4 213 || [B0] SUB B0,1,B0 214 SUB B8,B9,B7 ; lastdiff = tick - lasttick 257 SUB B8,B9,B7 ; lastdiff = tick - lasttick 259 || SUB B0,1,B0 270 || SUB B0,1,B0 272 SUB B8,B9,B8
|
/third_party/openssl/crypto/bn/asm/ |
H A D | bn-c64xplus.asm | 173 [A2] SUB A1:A0,1,A1:A0 200 [!A1] SUB A3,A6,A3 ; hi-=dv 209 [!A1] SUB A3,A6,A3 ; hi-=dv 236 || SUB B0,2,B1 ; N-2, initial ILC 237 || SUB B0,1,B2 ; const B2=N-1 247 || SUB A0,1,A0 272 || [A0] SUB.L A0,1,A0 302 || SUB B0,2,B1 ; first ILC 303 || SUB B0,1,B2 ; const B2=N-1
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCISelDAGToDAG.cpp | 91 if (Addr.getOpcode() != ISD::ADD && Addr.getOpcode() != ISD::SUB && in SelectAddrModeS9() 107 if (Addr.getOpcode() == ISD::SUB) in SelectAddrModeS9() 136 if (Addr.getOpcode() == ISD::SUB) in SelectAddrModeFar()
|
/third_party/toybox/toys/pending/ |
H A D | expr.c | 132 enum { OR = 1, AND, EQ, NE, GT, GTE, LT, LTE, ADD, SUB, MUL, DIVI, MOD, RE }; enumerator 147 {"+", 4, I_TO_I, ADD }, {"-", 4, I_TO_I, SUB }, 193 case SUB: x = a - b; break; in eval_op()
|
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | vp9_idct_lsx.c | 757 #define SUB(a, b) __lsx_vsub_h(a, b) in vp9_idct_butterfly_transpose_store() macro 759 __lsx_vst(SUB(loc0, vec3), tmp_buf, 31 * 16); in vp9_idct_butterfly_transpose_store() 760 __lsx_vst(SUB(loc1, vec2), tmp_buf, 23 * 16); in vp9_idct_butterfly_transpose_store() 761 __lsx_vst(SUB(loc2, vec1), tmp_buf, 27 * 16); in vp9_idct_butterfly_transpose_store() 762 __lsx_vst(SUB(loc3, vec0), tmp_buf, 19 * 16); in vp9_idct_butterfly_transpose_store() 777 __lsx_vst(SUB(loc0, vec3), tmp_buf, 29 * 16); in vp9_idct_butterfly_transpose_store() 778 __lsx_vst(SUB(loc1, vec2), tmp_buf, 21 * 16); in vp9_idct_butterfly_transpose_store() 779 __lsx_vst(SUB(loc2, vec1), tmp_buf, 25 * 16); in vp9_idct_butterfly_transpose_store() 780 __lsx_vst(SUB(loc3, vec0), tmp_buf, 17 * 16); in vp9_idct_butterfly_transpose_store() 795 __lsx_vst(SUB(loc in vp9_idct_butterfly_transpose_store() [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_gm107.cpp | 231 qop = QUADOP(SUB, SUBR, SUB, SUBR); in handleDFDX() 235 qop = QUADOP(SUB, SUB, SUBR, SUBR); in handleDFDX()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsISelDAGToDAG.cpp | 256 ISD::SUB, DL, VT, CurDAG->getConstant(0, DL, VT).getNode(), C.getNode()); in selectVecAddAsVecSubIfProfitable() 258 SDValue NewNode = CurDAG->getNode(ISD::SUB, DL, VT, X, NegC); in selectVecAddAsVecSubIfProfitable()
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | keccak1600-c64x.pl | 635 ||[BSZ] SUB LEN,8,LEN 636 ||[BSZ] SUB BSZ,1,BSZ 657 [BSZ] SUB LEN,8,LEN 658 ||[BSZ] SUB BSZ,1,BSZ 781 || SUB LEN,8,LEN ; len -= 8 783 || SUB A1,1,A1 ; bsz-- 823 ||[A0] SUB A0,1,A0 826 ||[A0] SUB A0,1,A0 828 ||[A0] SUB A0,1,A0 831 ||[A0] SUB A [all...] |
/third_party/openssl/crypto/sha/asm/ |
H A D | keccak1600-c64x.pl | 635 ||[BSZ] SUB LEN,8,LEN 636 ||[BSZ] SUB BSZ,1,BSZ 657 [BSZ] SUB LEN,8,LEN 658 ||[BSZ] SUB BSZ,1,BSZ 781 || SUB LEN,8,LEN ; len -= 8 783 || SUB A1,1,A1 ; bsz-- 823 ||[A0] SUB A0,1,A0 826 ||[A0] SUB A0,1,A0 828 ||[A0] SUB A0,1,A0 831 ||[A0] SUB A [all...] |
/third_party/vk-gl-cts/executor/ |
H A D | xeXMLWriter.cpp | 69 case 26: return "<SUB>"; in getEscapeEntity()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | token.h | 32 /* ADD and SUB are at the end since they are UnaryOp */ 48 E(T, SUB, "-", 12) 291 static bool IsBinaryOp(Value op) { return base::IsInRange(op, COMMA, SUB); } in IsBinaryOp()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/ |
H A D | comc597.mme.h | 417 SUB, R3, R3, IMMED, 1, NONE, NONE), 494 SUB, R2, R2, IMMED, 1, NONE, NONE), 525 SUB, R5, R5, R6, 0, NONE, NONE), 578 SUB, R3, R3, IMMED, 1, NONE, NONE), 587 MME_INSN(0, SUB, R7, R7, R5, 0, NONE, NONE, 624 MME_INSN(0, SUB, R5, R5, R6, 0, NONE, NONE, 684 SUB, R2, R2, IMMED, 1, NONE, NONE), 693 MME_INSN(0, SUB, R7, R7, R5, 0, NONE, NONE, 746 MME_INSN(0, SUB, R2, R2, R4, 0, NONE, NONE,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
H A D | AVRISelDAGToDAG.cpp | 79 if (N.getOpcode() != ISD::ADD && N.getOpcode() != ISD::SUB && in SelectAddr() 88 if (N.getOpcode() == ISD::SUB) { in SelectAddr() 239 if (Op->getOpcode() == ISD::ADD || Op->getOpcode() == ISD::SUB) { in SelectInlineAsmMemoryOperand()
|
/third_party/python/Lib/curses/ |
H A D | ascii.py | 31 SUB = 0x1a # ^Z variable 44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeX86_32.c | 439 BINARY_IMM32(SUB, 4096, SLJIT_SP, 0); in sljit_emit_enter() 453 BINARY_IMM32(SUB, local_size, SLJIT_SP, 0); in sljit_emit_enter() 463 BINARY_IMM32(SUB, local_size, SLJIT_SP, 0); in sljit_emit_enter() 676 BINARY_IMM32(SUB, stack_size, SLJIT_SP, 0); in call_with_args() 853 BINARY_IMM32(SUB, stack_size - min_size, SLJIT_SP, 0); in tail_call_with_args()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 1502 case ISD::SUB: return visitSUB(N); in visit() 1654 case ISD::SUB: in combine() 2003 assert((N->getOpcode() == ISD::ADD || N->getOpcode() == ISD::SUB) && in foldAddSubBoolOfMaskedVal() 2038 return DAG.getNode(IsAdd ? ISD::SUB : ISD::ADD, DL, VT, C1, LowBit); in foldAddSubBoolOfMaskedVal() 2044 assert((N->getOpcode() == ISD::ADD || N->getOpcode() == ISD::SUB) && in foldAddSubOfSignBit() 2122 if (N0.getOpcode() == ISD::SUB && in visitADDLike() 2124 SDValue Sub = DAG.FoldConstantArithmetic(ISD::SUB, DL, VT, N1.getNode(), in visitADDLike() 2131 if (N0.getOpcode() == ISD::SUB && in visitADDLike() 2136 return DAG.getNode(ISD::SUB, DL, VT, Add, N0.getOperand(1)); in visitADDLike() 2174 if (N0.getOpcode() == ISD::SUB in visitADDLike() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 382 User->getOpcode() == X86ISD::SUB || in shouldAvoidImmediateInstFormsForSize() 383 User->getOpcode() == ISD::SUB) { in shouldAvoidImmediateInstFormsForSize() 603 case X86ISD::SUB: in IsProfitableToFold() 648 // ADD/SUB with can negate the immediate and use the opposite operation in IsProfitableToFold() 650 if ((U->getOpcode() == ISD::ADD || U->getOpcode() == ISD::SUB) && in IsProfitableToFold() 2075 case ISD::SUB: { in matchAddressRecursively() 2549 case X86ISD::SUB: in selectLEAAddr() 3021 case X86ISD::SUB: in foldLoadStoreIntoMemOperand() 3073 case X86ISD::SUB: in foldLoadStoreIntoMemOperand() 3089 // ADD/SUB wit in foldLoadStoreIntoMemOperand() [all...] |