Searched defs:comparand (Results 1 – 13 of 13) sorted by relevance
/third_party/node/deps/v8/src/regexp/ |
D | regexp-bytecode-generator.cc | 352 void RegExpBytecodeGenerator::IfRegisterLT(int register_index, int comparand, in IfRegisterLT() 361 void RegExpBytecodeGenerator::IfRegisterGE(int register_index, int comparand, in IfRegisterGE()
|
D | regexp-macro-assembler-tracer.cc | 406 int comparand, Label* if_lt) { in IfRegisterLT() 422 int comparand, Label* if_ge) { in IfRegisterGE()
|
/third_party/node/deps/v8/src/regexp/riscv64/ |
D | regexp-macro-assembler-riscv64.cc | 1017 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/ |
D | regexp-macro-assembler-arm.cc | 1009 int comparand, in IfRegisterGE() 1018 int comparand, in IfRegisterLT()
|
/third_party/node/deps/v8/src/regexp/mips/ |
D | regexp-macro-assembler-mips.cc | 992 int comparand, in IfRegisterGE() 1000 int comparand, in IfRegisterLT()
|
/third_party/node/deps/v8/src/regexp/mips64/ |
D | regexp-macro-assembler-mips64.cc | 1030 int comparand, in IfRegisterGE() 1038 int comparand, in IfRegisterLT()
|
/third_party/node/deps/v8/src/regexp/ia32/ |
D | regexp-macro-assembler-ia32.cc | 1063 int comparand, in IfRegisterGE() 1071 int comparand, in IfRegisterLT()
|
/third_party/node/deps/v8/src/regexp/loong64/ |
D | regexp-macro-assembler-loong64.cc | 981 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/ |
D | regexp-macro-assembler-x64.cc | 1114 int comparand, in IfRegisterGE() 1122 int comparand, in IfRegisterLT()
|
/third_party/node/deps/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.cc | 1072 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/ |
D | regexp-macro-assembler-s390.cc | 1075 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/ |
D | regexp-macro-assembler-arm64.cc | 1207 void RegExpMacroAssemblerARM64::IfRegisterGE(int reg, int comparand, in IfRegisterGE() 1214 void RegExpMacroAssemblerARM64::IfRegisterLT(int reg, int comparand, in IfRegisterLT()
|
/third_party/mesa3d/include/CL/ |
D | cl.hpp | 1083 inline int compare_exchange(std::atomic<int> * dest, int exchange, int comparand) in compare_exchange()
|