Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-macro-assembler-irregexp.cc396 int comparand, in IfRegisterLT()
407 int comparand, in IfRegisterGE()
Dregexp-macro-assembler-tracer.cc394 int comparand, Label* if_lt) { in IfRegisterLT()
410 int comparand, Label* if_ge) { in IfRegisterGE()
/external/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc954 int comparand, in IfRegisterGE()
962 int comparand, in IfRegisterLT()
/external/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.cc895 int comparand, in IfRegisterGE()
904 int comparand, in IfRegisterLT()
/external/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc914 int comparand, in IfRegisterGE()
922 int comparand, in IfRegisterLT()
/external/v8/src/regexp/x87/
Dregexp-macro-assembler-x87.cc941 int comparand, in IfRegisterGE()
949 int comparand, in IfRegisterLT()
/external/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc941 int comparand, in IfRegisterGE()
949 int comparand, in IfRegisterLT()
/external/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc1090 void RegExpMacroAssemblerARM64::IfRegisterGE(int reg, int comparand, in IfRegisterGE()
1097 void RegExpMacroAssemblerARM64::IfRegisterLT(int reg, int comparand, in IfRegisterLT()
/external/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc1011 int comparand, in IfRegisterGE()
1019 int comparand, in IfRegisterLT()
/external/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc942 void RegExpMacroAssemblerPPC::IfRegisterGE(int reg, int comparand, in IfRegisterGE()
950 void RegExpMacroAssemblerPPC::IfRegisterLT(int reg, int comparand, in IfRegisterLT()
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.hpp1023 inline int compare_exchange(volatile int * dest, int exchange, int comparand) in compare_exchange()