/external/v8/src/regexp/ |
D | regexp-macro-assembler-tracer.cc | 394 int comparand, Label* if_lt) { in IfRegisterLT() argument 396 register_index, comparand, LabelToInt(if_lt)); in IfRegisterLT() 397 assembler_->IfRegisterLT(register_index, comparand, if_lt); in IfRegisterLT() 410 int comparand, Label* if_ge) { in IfRegisterGE() argument 412 register_index, comparand, LabelToInt(if_ge)); in IfRegisterGE() 413 assembler_->IfRegisterGE(register_index, comparand, if_ge); 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.cc | 397 int comparand, in IfRegisterLT() argument 402 Emit32(comparand); in IfRegisterLT() 408 int comparand, in IfRegisterGE() argument 413 Emit32(comparand); in IfRegisterGE()
|
D | regexp-macro-assembler-irregexp.h | 90 virtual void IfRegisterLT(int register_index, int comparand, Label* if_lt); 91 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/x87/ |
D | regexp-macro-assembler-x87.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-x87.cc | 950 int comparand, in IfRegisterGE() argument 952 __ cmp(register_location(reg), Immediate(comparand)); in IfRegisterGE() 958 int comparand, in IfRegisterLT() argument 960 __ cmp(register_location(reg), Immediate(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 | 925 int comparand, in IfRegisterGE() argument 928 BranchOrBacktrack(if_ge, ge, a0, Operand(comparand)); in IfRegisterGE() 933 int comparand, in IfRegisterLT() argument 936 BranchOrBacktrack(if_lt, lt, a0, Operand(comparand)); in IfRegisterLT()
|
/external/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.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-ppc.cc | 951 void RegExpMacroAssemblerPPC::IfRegisterGE(int reg, int comparand, in IfRegisterGE() argument 954 __ Cmpi(r3, Operand(comparand), r0); in IfRegisterGE() 959 void RegExpMacroAssemblerPPC::IfRegisterLT(int reg, int comparand, in IfRegisterLT() argument 962 __ Cmpi(r3, Operand(comparand), r0); 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 | 905 int comparand, in IfRegisterGE() argument 908 __ cmp(r0, Operand(comparand)); in IfRegisterGE() 914 int comparand, in IfRegisterLT() argument 917 __ cmp(r0, 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 | 951 int comparand, in IfRegisterGE() argument 953 __ cmp(register_location(reg), Immediate(comparand)); in IfRegisterGE() 959 int comparand, in IfRegisterLT() argument 961 __ cmp(register_location(reg), Immediate(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 | 962 int comparand, in IfRegisterGE() argument 965 BranchOrBacktrack(if_ge, ge, a0, Operand(comparand)); in IfRegisterGE() 970 int comparand, in IfRegisterLT() argument 973 BranchOrBacktrack(if_lt, lt, a0, Operand(comparand)); in IfRegisterLT()
|
/external/v8/src/regexp/s390/ |
D | regexp-macro-assembler-s390.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-s390.cc | 945 void RegExpMacroAssemblerS390::IfRegisterGE(int reg, int comparand, in IfRegisterGE() argument 948 __ CmpP(r2, Operand(comparand)); in IfRegisterGE() 952 void RegExpMacroAssemblerS390::IfRegisterLT(int reg, int comparand, in IfRegisterLT() argument 955 __ CmpP(r2, Operand(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 | 1100 void RegExpMacroAssemblerARM64::IfRegisterGE(int reg, int comparand, in IfRegisterGE() argument 1103 CompareAndBranchOrBacktrack(to_compare, comparand, ge, if_ge); in IfRegisterGE() 1107 void RegExpMacroAssemblerARM64::IfRegisterLT(int reg, int comparand, in IfRegisterLT() argument 1110 CompareAndBranchOrBacktrack(to_compare, comparand, lt, if_lt); in IfRegisterLT()
|
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.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-x64.cc | 1021 int comparand, in IfRegisterGE() argument 1023 __ cmpp(register_location(reg), Immediate(comparand)); in IfRegisterGE() 1029 int comparand, in IfRegisterLT() argument 1031 __ cmpp(register_location(reg), Immediate(comparand)); in IfRegisterLT()
|