Home
last modified time | relevance | path

Searched refs:comparand (Results 1 - 25 of 27) sorted by relevance

12

/third_party/node/deps/histogram/src/
H A Dhdr_atomic.h46 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 Dregexp-macro-assembler-tracer.cc406 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 Dregexp-macro-assembler-tracer.h62 void IfRegisterGE(int reg, int comparand, Label* if_ge) override;
63 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;
H A Dregexp-bytecode-generator.h93 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 Dregexp-bytecode-generator.cc352 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 Dregexp-macro-assembler.h128 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 Dregexp-macro-assembler-arm.h65 void IfRegisterGE(int reg, int comparand, Label* if_ge) override;
66 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;
H A Dregexp-macro-assembler-arm.cc1009 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 Dregexp-macro-assembler-mips64.h64 void IfRegisterGE(int reg, int comparand, Label* if_ge) override;
65 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;
H A Dregexp-macro-assembler-mips64.cc1030 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 Dregexp-macro-assembler-loong64.h64 void IfRegisterGE(int reg, int comparand, Label* if_ge) override;
65 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;
H A Dregexp-macro-assembler-loong64.cc981 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 Dregexp-macro-assembler-mips.h64 void IfRegisterGE(int reg, int comparand, Label* if_ge) override;
65 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;
H A Dregexp-macro-assembler-mips.cc992 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 Dregexp-macro-assembler-ia32.h66 void IfRegisterGE(int reg, int comparand, Label* if_ge) override;
67 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;
H A Dregexp-macro-assembler-ia32.cc1063 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 Dregexp-macro-assembler-ppc.h65 void IfRegisterGE(int reg, int comparand, Label* if_ge) override;
66 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;
H A Dregexp-macro-assembler-ppc.cc1072 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 Dregexp-macro-assembler-riscv64.h66 void IfRegisterGE(int reg, int comparand, Label* if_ge) override;
67 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;
H A Dregexp-macro-assembler-riscv64.cc1017 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 Dregexp-macro-assembler-s390.h65 void IfRegisterGE(int reg, int comparand, Label* if_ge) override;
66 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;
H A Dregexp-macro-assembler-s390.cc1075 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 Dregexp-macro-assembler-arm64.h70 void IfRegisterGE(int reg, int comparand, Label* if_ge) override;
71 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;
H A Dregexp-macro-assembler-arm64.cc1207 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 Dregexp-macro-assembler-x64.h65 void IfRegisterGE(int reg, int comparand, Label* if_ge) override;
66 void IfRegisterLT(int reg, int comparand, Label* if_lt) override;

Completed in 29 milliseconds

12