/external/v8/src/regexp/ |
D | regexp-macro-assembler-tracer.cc | 395 int comparand, Label* if_lt) { in IfRegisterLT() argument 397 register_index, comparand, LabelToInt(if_lt)); in IfRegisterLT() 398 assembler_->IfRegisterLT(register_index, comparand, if_lt); in IfRegisterLT() 411 int comparand, Label* if_ge) { in IfRegisterGE() argument 413 register_index, comparand, LabelToInt(if_ge)); in IfRegisterGE() 414 assembler_->IfRegisterGE(register_index, comparand, if_ge); in IfRegisterGE()
|
D | regexp-macro-assembler-irregexp.cc | 398 int comparand, in IfRegisterLT() argument 403 Emit32(comparand); in IfRegisterLT() 409 int comparand, in IfRegisterGE() argument 414 Emit32(comparand); in IfRegisterGE()
|
D | regexp-macro-assembler-tracer.h | 60 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge); 61 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
D | regexp-macro-assembler-irregexp.h | 91 virtual void IfRegisterLT(int register_index, int comparand, Label* if_lt); 92 virtual void IfRegisterGE(int register_index, int comparand, Label* if_ge);
|
D | regexp-macro-assembler.h | 127 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge) = 0; 130 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt) = 0;
|
/external/v8/src/regexp/s390/ |
D | regexp-macro-assembler-s390.h | 58 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge); 59 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
D | regexp-macro-assembler-s390.cc | 943 void RegExpMacroAssemblerS390::IfRegisterGE(int reg, int comparand, in IfRegisterGE() argument 946 __ CmpP(r2, Operand(comparand)); in IfRegisterGE() 950 void RegExpMacroAssemblerS390::IfRegisterLT(int reg, int comparand, in IfRegisterLT() argument 953 __ CmpP(r2, Operand(comparand)); in IfRegisterLT()
|
/external/v8/src/regexp/arm/ |
D | regexp-macro-assembler-arm.h | 67 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge); 68 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
D | regexp-macro-assembler-arm.cc | 903 int comparand, in IfRegisterGE() argument 906 __ cmp(r0, Operand(comparand)); in IfRegisterGE() 912 int comparand, in IfRegisterLT() argument 915 __ cmp(r0, Operand(comparand)); in IfRegisterLT()
|
/external/v8/src/regexp/mips/ |
D | regexp-macro-assembler-mips.h | 66 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge); 67 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
D | regexp-macro-assembler-mips.cc | 922 int comparand, in IfRegisterGE() argument 925 BranchOrBacktrack(if_ge, ge, a0, Operand(comparand)); in IfRegisterGE() 930 int comparand, in IfRegisterLT() argument 933 BranchOrBacktrack(if_lt, lt, a0, Operand(comparand)); in IfRegisterLT()
|
/external/v8/src/regexp/mips64/ |
D | regexp-macro-assembler-mips64.h | 66 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge); 67 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
D | regexp-macro-assembler-mips64.cc | 960 int comparand, in IfRegisterGE() argument 963 BranchOrBacktrack(if_ge, ge, a0, Operand(comparand)); in IfRegisterGE() 968 int comparand, in IfRegisterLT() argument 971 BranchOrBacktrack(if_lt, lt, a0, Operand(comparand)); in IfRegisterLT()
|
/external/v8/src/regexp/ia32/ |
D | regexp-macro-assembler-ia32.h | 65 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge); 66 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
D | regexp-macro-assembler-ia32.cc | 954 int comparand, in IfRegisterGE() argument 956 __ cmp(register_location(reg), Immediate(comparand)); in IfRegisterGE() 962 int comparand, in IfRegisterLT() argument 964 __ cmp(register_location(reg), Immediate(comparand)); in IfRegisterLT()
|
/external/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.h | 59 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge); 60 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
D | regexp-macro-assembler-ppc.cc | 949 void RegExpMacroAssemblerPPC::IfRegisterGE(int reg, int comparand, in IfRegisterGE() argument 952 __ Cmpi(r3, Operand(comparand), r0); in IfRegisterGE() 957 void RegExpMacroAssemblerPPC::IfRegisterLT(int reg, int comparand, in IfRegisterLT() argument 960 __ Cmpi(r3, Operand(comparand), r0); in IfRegisterLT()
|
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.h | 68 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge); 69 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
D | regexp-macro-assembler-x64.cc | 1023 int comparand, in IfRegisterGE() argument 1025 __ cmpp(register_location(reg), Immediate(comparand)); in IfRegisterGE() 1031 int comparand, in IfRegisterLT() argument 1033 __ cmpp(register_location(reg), Immediate(comparand)); in IfRegisterLT()
|
/external/v8/src/regexp/arm64/ |
D | regexp-macro-assembler-arm64.h | 72 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge); 73 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
|
D | regexp-macro-assembler-arm64.cc | 1089 void RegExpMacroAssemblerARM64::IfRegisterGE(int reg, int comparand, in IfRegisterGE() argument 1092 CompareAndBranchOrBacktrack(to_compare, comparand, ge, if_ge); in IfRegisterGE() 1096 void RegExpMacroAssemblerARM64::IfRegisterLT(int reg, int comparand, in IfRegisterLT() argument 1099 CompareAndBranchOrBacktrack(to_compare, comparand, lt, if_lt); in IfRegisterLT()
|
/external/python/cpython2/Doc/library/ |
D | datetime.rst | 462 :exc:`TypeError` if the other comparand isn't also a :class:`date` object. 463 However, ``NotImplemented`` is returned instead if the other comparand has a 854 If one comparand is naive and the other is aware, :exc:`TypeError` is raised. 865 other comparand isn't also a :class:`.datetime` object. However, 866 ``NotImplemented`` is returned instead if the other comparand has a 1244 than *b* when *a* precedes *b* in time. If one comparand is naive and the other
|
/external/python/cpython3/Doc/library/ |
D | datetime.rst | 531 the other comparand isn't also a :class:`date` object. However, 532 ``NotImplemented`` is returned instead if the other comparand has a 987 If one comparand is naive and the other is aware, :exc:`TypeError` 1005 other comparand isn't also a :class:`.datetime` object. However, 1006 ``NotImplemented`` is returned instead if the other comparand has a 1489 than *b* when *a* precedes *b* in time. If one comparand is naive and the other
|
/external/python/cpython2/Objects/ |
D | listsort.txt | 699 decisions are made at runtime: what's the type of the left comparand? the
|
/external/python/cpython3/Objects/ |
D | listsort.txt | 699 decisions are made at runtime: what's the type of the left comparand? the
|