Home
last modified time | relevance | path

Searched defs:comparand (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/regexp/
Dregexp-bytecode-generator.cc352 void RegExpBytecodeGenerator::IfRegisterLT(int register_index, int comparand, in IfRegisterLT()
361 void RegExpBytecodeGenerator::IfRegisterGE(int register_index, int comparand, in IfRegisterGE()
Dregexp-macro-assembler-tracer.cc406 int comparand, Label* if_lt) { in IfRegisterLT()
422 int comparand, Label* if_ge) { in IfRegisterGE()
/third_party/node/deps/v8/src/regexp/riscv64/
Dregexp-macro-assembler-riscv64.cc1017 void RegExpMacroAssemblerRISCV::IfRegisterGE(int reg, int comparand, in IfRegisterGE()
1023 void RegExpMacroAssemblerRISCV::IfRegisterLT(int reg, int comparand, in IfRegisterLT()
/third_party/node/deps/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.cc1009 int comparand, in IfRegisterGE()
1018 int comparand, in IfRegisterLT()
/third_party/node/deps/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc992 int comparand, in IfRegisterGE()
1000 int comparand, in IfRegisterLT()
/third_party/node/deps/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc1030 int comparand, in IfRegisterGE()
1038 int comparand, in IfRegisterLT()
/third_party/node/deps/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc1063 int comparand, in IfRegisterGE()
1071 int comparand, in IfRegisterLT()
/third_party/node/deps/v8/src/regexp/loong64/
Dregexp-macro-assembler-loong64.cc981 void RegExpMacroAssemblerLOONG64::IfRegisterGE(int reg, int comparand, in IfRegisterGE()
987 void RegExpMacroAssemblerLOONG64::IfRegisterLT(int reg, int comparand, in IfRegisterLT()
/third_party/node/deps/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc1114 int comparand, in IfRegisterGE()
1122 int comparand, in IfRegisterLT()
/third_party/node/deps/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc1072 void RegExpMacroAssemblerPPC::IfRegisterGE(int reg, int comparand, in IfRegisterGE()
1080 void RegExpMacroAssemblerPPC::IfRegisterLT(int reg, int comparand, in IfRegisterLT()
/third_party/node/deps/v8/src/regexp/s390/
Dregexp-macro-assembler-s390.cc1075 void RegExpMacroAssemblerS390::IfRegisterGE(int reg, int comparand, in IfRegisterGE()
1082 void RegExpMacroAssemblerS390::IfRegisterLT(int reg, int comparand, in IfRegisterLT()
/third_party/node/deps/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc1207 void RegExpMacroAssemblerARM64::IfRegisterGE(int reg, int comparand, in IfRegisterGE()
1214 void RegExpMacroAssemblerARM64::IfRegisterLT(int reg, int comparand, in IfRegisterLT()
/third_party/mesa3d/include/CL/
Dcl.hpp1083 inline int compare_exchange(std::atomic<int> * dest, int exchange, int comparand) in compare_exchange()