Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-generator.cc352 void RegExpBytecodeGenerator::IfRegisterLT(int register_index, int comparand, in IfRegisterLT() argument
361 void RegExpBytecodeGenerator::IfRegisterGE(int register_index, int comparand, in IfRegisterGE() argument
H A Dregexp-macro-assembler-tracer.cc405 IfRegisterLT(int register_index, int comparand, Label* if_lt) IfRegisterLT() argument
421 IfRegisterGE(int register_index, int comparand, Label* if_ge) IfRegisterGE() argument
/third_party/node/deps/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.cc1008 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.cc1029 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.cc981 void RegExpMacroAssemblerLOONG64::IfRegisterGE(int reg, int comparand, in IfRegisterGE() argument
987 void RegExpMacroAssemblerLOONG64::IfRegisterLT(int reg, int comparand, in IfRegisterLT() argument
/third_party/node/deps/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.cc991 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.cc1062 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.cc1072 void RegExpMacroAssemblerPPC::IfRegisterGE(int reg, int comparand, in IfRegisterGE() argument
1080 void RegExpMacroAssemblerPPC::IfRegisterLT(int reg, int comparand, in IfRegisterLT() argument
/third_party/node/deps/v8/src/regexp/riscv64/
H A Dregexp-macro-assembler-riscv64.cc1017 void RegExpMacroAssemblerRISCV::IfRegisterGE(int reg, int comparand, in IfRegisterGE() argument
1023 void RegExpMacroAssemblerRISCV::IfRegisterLT(int reg, int comparand, in IfRegisterLT() argument
/third_party/node/deps/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.cc1113 IfRegisterGE(int reg, int comparand, Label* if_ge) IfRegisterGE() argument
1121 IfRegisterLT(int reg, int comparand, Label* if_lt) IfRegisterLT() argument
/third_party/node/deps/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc1207 void RegExpMacroAssemblerARM64::IfRegisterGE(int reg, int comparand, in IfRegisterGE() argument
1214 void RegExpMacroAssemblerARM64::IfRegisterLT(int reg, int comparand, in IfRegisterLT() argument
/third_party/node/deps/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.cc1075 void RegExpMacroAssemblerS390::IfRegisterGE(int reg, int comparand, in IfRegisterGE() argument
1082 void RegExpMacroAssemblerS390::IfRegisterLT(int reg, int comparand, in IfRegisterLT() argument
/third_party/mesa3d/include/CL/
H A Dcl.hpp1083 inline int compare_exchange(std::atomic<int> * dest, int exchange, int comparand) in compare_exchange() argument

Completed in 35 milliseconds