Home
last modified time | relevance | path

Searched refs:if_ge (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/regexp/
Dregexp-macro-assembler-tracer.cc411 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()
Dregexp-macro-assembler-tracer.h60 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
Dregexp-macro-assembler-irregexp.h92 virtual void IfRegisterGE(int register_index, int comparand, Label* if_ge);
Dregexp-macro-assembler.h127 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge) = 0;
/external/v8/src/regexp/s390/
Dregexp-macro-assembler-s390.h58 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
Dregexp-macro-assembler-s390.cc944 Label* if_ge) { in IfRegisterGE() argument
947 BranchOrBacktrack(ge, if_ge); in IfRegisterGE()
/external/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.h65 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
Dregexp-macro-assembler-ia32.cc955 Label* if_ge) { in IfRegisterGE() argument
957 BranchOrBacktrack(greater_equal, if_ge); in IfRegisterGE()
/external/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.h67 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
Dregexp-macro-assembler-arm.cc904 Label* if_ge) { in IfRegisterGE() argument
907 BranchOrBacktrack(ge, if_ge); in IfRegisterGE()
/external/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.h66 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
Dregexp-macro-assembler-mips64.cc961 Label* if_ge) { in IfRegisterGE() argument
963 BranchOrBacktrack(if_ge, ge, a0, Operand(comparand)); in IfRegisterGE()
/external/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.h59 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
Dregexp-macro-assembler-ppc.cc950 Label* if_ge) { in IfRegisterGE() argument
953 BranchOrBacktrack(ge, if_ge); in IfRegisterGE()
/external/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.h66 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
Dregexp-macro-assembler-mips.cc923 Label* if_ge) { in IfRegisterGE() argument
925 BranchOrBacktrack(if_ge, ge, a0, Operand(comparand)); in IfRegisterGE()
/external/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.h68 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
Dregexp-macro-assembler-x64.cc1024 Label* if_ge) { in IfRegisterGE() argument
1026 BranchOrBacktrack(greater_equal, if_ge); in IfRegisterGE()
/external/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.h72 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
Dregexp-macro-assembler-arm64.cc1090 Label* if_ge) { in IfRegisterGE() argument
1092 CompareAndBranchOrBacktrack(to_compare, comparand, ge, if_ge); in IfRegisterGE()
/external/smali/dexlib2/src/main/ragel/
DOpcodes.rl54 define if_ge 53