Searched defs:comparand (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/regexp/ |
D | regexp-macro-assembler-irregexp.cc | 396 int comparand, in IfRegisterLT() 407 int comparand, in IfRegisterGE()
|
D | regexp-macro-assembler-tracer.cc | 394 int comparand, Label* if_lt) { in IfRegisterLT() 410 int comparand, Label* if_ge) { in IfRegisterGE()
|
/external/v8/src/regexp/mips64/ |
D | regexp-macro-assembler-mips64.cc | 954 int comparand, in IfRegisterGE() 962 int comparand, in IfRegisterLT()
|
/external/v8/src/regexp/arm/ |
D | regexp-macro-assembler-arm.cc | 895 int comparand, in IfRegisterGE() 904 int comparand, in IfRegisterLT()
|
/external/v8/src/regexp/mips/ |
D | regexp-macro-assembler-mips.cc | 914 int comparand, in IfRegisterGE() 922 int comparand, in IfRegisterLT()
|
/external/v8/src/regexp/x87/ |
D | regexp-macro-assembler-x87.cc | 941 int comparand, in IfRegisterGE() 949 int comparand, in IfRegisterLT()
|
/external/v8/src/regexp/ia32/ |
D | regexp-macro-assembler-ia32.cc | 941 int comparand, in IfRegisterGE() 949 int comparand, in IfRegisterLT()
|
/external/v8/src/regexp/arm64/ |
D | regexp-macro-assembler-arm64.cc | 1090 void RegExpMacroAssemblerARM64::IfRegisterGE(int reg, int comparand, in IfRegisterGE() 1097 void RegExpMacroAssemblerARM64::IfRegisterLT(int reg, int comparand, in IfRegisterLT()
|
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.cc | 1011 int comparand, in IfRegisterGE() 1019 int comparand, in IfRegisterLT()
|
/external/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.cc | 942 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/ |
D | cl.hpp | 1023 inline int compare_exchange(volatile int * dest, int exchange, int comparand) in compare_exchange()
|