/third_party/node/deps/histogram/src/ |
H A D | hdr_atomic.h | 46 int64_t comparand; in hdr_atomic_exchange_64() 50 comparand = initial_value; in hdr_atomic_exchange_64() 51 initial_value = _InterlockedCompareExchange64(field, value, comparand); in hdr_atomic_exchange_64() 53 while (comparand != initial_value); in hdr_atomic_exchange_64() 64 int64_t comparand; in hdr_atomic_add_fetch_64() 68 comparand = initial_value; in hdr_atomic_add_fetch_64() 69 initial_value = _InterlockedCompareExchange64(field, comparand + value, comparand); in hdr_atomic_add_fetch_64() 71 while (comparand != initial_value); in hdr_atomic_add_fetch_64()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-macro-assembler-tracer.cc | 406 int comparand, Label* if_lt) { in IfRegisterLT() 408 register_index, comparand, LabelToInt(if_lt)); in IfRegisterLT() 409 assembler_->IfRegisterLT(register_index, comparand, if_lt); in IfRegisterLT() 422 int comparand, Label* if_ge) { in IfRegisterGE() 424 register_index, comparand, LabelToInt(if_ge)); in IfRegisterGE() 425 assembler_->IfRegisterGE(register_index, comparand, if_ge); in IfRegisterGE() 405 IfRegisterLT(int register_index, int comparand, Label* if_lt) IfRegisterLT() argument 421 IfRegisterGE(int register_index, int comparand, Label* if_ge) IfRegisterGE() argument
|
H A D | regexp-macro-assembler-tracer.h | 62 void IfRegisterGE(int reg, int comparand, Label* if_ge) override; 63 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;
|
H A D | regexp-bytecode-generator.h | 93 void IfRegisterLT(int register_index, int comparand, Label* if_lt) override; 94 void IfRegisterGE(int register_index, int comparand, Label* if_ge) override;
|
H A D | regexp-bytecode-generator.cc | 352 void RegExpBytecodeGenerator::IfRegisterLT(int register_index, int comparand, in IfRegisterLT() argument 357 Emit32(comparand); in IfRegisterLT() 361 void RegExpBytecodeGenerator::IfRegisterGE(int register_index, int comparand, in IfRegisterGE() argument 366 Emit32(comparand); in IfRegisterGE()
|
H A D | regexp-macro-assembler.h | 128 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge) = 0; 131 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt) = 0;
|
/third_party/node/deps/v8/src/regexp/arm/ |
H A D | regexp-macro-assembler-arm.h | 65 void IfRegisterGE(int reg, int comparand, Label* if_ge) override; 66 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;
|
H A D | regexp-macro-assembler-arm.cc | 1009 int comparand, in IfRegisterGE() 1012 __ cmp(r0, Operand(comparand)); in IfRegisterGE() 1018 int comparand, in IfRegisterLT() 1021 __ cmp(r0, Operand(comparand)); in IfRegisterLT() 1008 IfRegisterGE(int reg, int comparand, Label* if_ge) IfRegisterGE() argument 1017 IfRegisterLT(int reg, int comparand, Label* if_lt) IfRegisterLT() argument
|
/third_party/node/deps/v8/src/regexp/mips64/ |
H A D | regexp-macro-assembler-mips64.h | 64 void IfRegisterGE(int reg, int comparand, Label* if_ge) override; 65 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;
|
H A D | regexp-macro-assembler-mips64.cc | 1030 int comparand, in IfRegisterGE() 1033 BranchOrBacktrack(if_ge, ge, a0, Operand(comparand)); in IfRegisterGE() 1038 int comparand, in IfRegisterLT() 1041 BranchOrBacktrack(if_lt, lt, a0, Operand(comparand)); in IfRegisterLT() 1029 IfRegisterGE(int reg, int comparand, Label* if_ge) IfRegisterGE() argument 1037 IfRegisterLT(int reg, int comparand, Label* if_lt) IfRegisterLT() argument
|
/third_party/node/deps/v8/src/regexp/loong64/ |
H A D | regexp-macro-assembler-loong64.h | 64 void IfRegisterGE(int reg, int comparand, Label* if_ge) override; 65 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;
|
H A D | regexp-macro-assembler-loong64.cc | 981 void RegExpMacroAssemblerLOONG64::IfRegisterGE(int reg, int comparand, in IfRegisterGE() argument 984 BranchOrBacktrack(if_ge, ge, a0, Operand(comparand)); in IfRegisterGE() 987 void RegExpMacroAssemblerLOONG64::IfRegisterLT(int reg, int comparand, in IfRegisterLT() argument 990 BranchOrBacktrack(if_lt, lt, a0, Operand(comparand)); in IfRegisterLT()
|
/third_party/node/deps/v8/src/regexp/mips/ |
H A D | regexp-macro-assembler-mips.h | 64 void IfRegisterGE(int reg, int comparand, Label* if_ge) override; 65 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;
|
H A D | regexp-macro-assembler-mips.cc | 992 int comparand, in IfRegisterGE() 995 BranchOrBacktrack(if_ge, ge, a0, Operand(comparand)); in IfRegisterGE() 1000 int comparand, in IfRegisterLT() 1003 BranchOrBacktrack(if_lt, lt, a0, Operand(comparand)); in IfRegisterLT() 991 IfRegisterGE(int reg, int comparand, Label* if_ge) IfRegisterGE() argument 999 IfRegisterLT(int reg, int comparand, Label* if_lt) IfRegisterLT() argument
|
/third_party/node/deps/v8/src/regexp/ia32/ |
H A D | regexp-macro-assembler-ia32.h | 66 void IfRegisterGE(int reg, int comparand, Label* if_ge) override; 67 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;
|
H A D | regexp-macro-assembler-ia32.cc | 1063 int comparand, in IfRegisterGE() 1065 __ cmp(register_location(reg), Immediate(comparand)); in IfRegisterGE() 1071 int comparand, in IfRegisterLT() 1073 __ cmp(register_location(reg), Immediate(comparand)); in IfRegisterLT() 1062 IfRegisterGE(int reg, int comparand, Label* if_ge) IfRegisterGE() argument 1070 IfRegisterLT(int reg, int comparand, Label* if_lt) IfRegisterLT() argument
|
/third_party/node/deps/v8/src/regexp/ppc/ |
H A D | regexp-macro-assembler-ppc.h | 65 void IfRegisterGE(int reg, int comparand, Label* if_ge) override; 66 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;
|
H A D | regexp-macro-assembler-ppc.cc | 1072 void RegExpMacroAssemblerPPC::IfRegisterGE(int reg, int comparand, in IfRegisterGE() argument 1075 __ CmpS64(r3, Operand(comparand), r0); in IfRegisterGE() 1080 void RegExpMacroAssemblerPPC::IfRegisterLT(int reg, int comparand, in IfRegisterLT() argument 1083 __ CmpS64(r3, Operand(comparand), r0); in IfRegisterLT()
|
/third_party/node/deps/v8/src/regexp/riscv64/ |
H A D | regexp-macro-assembler-riscv64.h | 66 void IfRegisterGE(int reg, int comparand, Label* if_ge) override; 67 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;
|
H A D | regexp-macro-assembler-riscv64.cc | 1017 void RegExpMacroAssemblerRISCV::IfRegisterGE(int reg, int comparand, in IfRegisterGE() argument 1020 BranchOrBacktrack(if_ge, ge, a0, Operand(comparand)); in IfRegisterGE() 1023 void RegExpMacroAssemblerRISCV::IfRegisterLT(int reg, int comparand, in IfRegisterLT() argument 1026 BranchOrBacktrack(if_lt, lt, a0, Operand(comparand)); in IfRegisterLT()
|
/third_party/node/deps/v8/src/regexp/s390/ |
H A D | regexp-macro-assembler-s390.h | 65 void IfRegisterGE(int reg, int comparand, Label* if_ge) override; 66 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;
|
H A D | regexp-macro-assembler-s390.cc | 1075 void RegExpMacroAssemblerS390::IfRegisterGE(int reg, int comparand, in IfRegisterGE() argument 1078 __ CmpS64(r2, Operand(comparand)); in IfRegisterGE() 1082 void RegExpMacroAssemblerS390::IfRegisterLT(int reg, int comparand, in IfRegisterLT() argument 1085 __ CmpS64(r2, Operand(comparand)); in IfRegisterLT()
|
/third_party/node/deps/v8/src/regexp/arm64/ |
H A D | regexp-macro-assembler-arm64.h | 70 void IfRegisterGE(int reg, int comparand, Label* if_ge) override; 71 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;
|
H A D | regexp-macro-assembler-arm64.cc | 1207 void RegExpMacroAssemblerARM64::IfRegisterGE(int reg, int comparand, in IfRegisterGE() argument 1210 CompareAndBranchOrBacktrack(to_compare, comparand, ge, if_ge); in IfRegisterGE() 1214 void RegExpMacroAssemblerARM64::IfRegisterLT(int reg, int comparand, in IfRegisterLT() argument 1217 CompareAndBranchOrBacktrack(to_compare, comparand, lt, if_lt); in IfRegisterLT()
|
/third_party/node/deps/v8/src/regexp/x64/ |
H A D | regexp-macro-assembler-x64.h | 65 void IfRegisterGE(int reg, int comparand, Label* if_ge) override; 66 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;
|