Home
last modified time | relevance | path

Searched refs:if_not_equal (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-string-gen.h27 Label* if_not_equal, Label* if_indirect);
92 Label* if_not_equal);
H A Dbuiltins-string-gen.cc169 Label* if_not_equal, Label* if_indirect) { in StringEqual_Core()
188 if_not_equal); in StringEqual_Core()
225 if_not_equal); in StringEqual_Core()
230 if_not_equal); in StringEqual_Core()
235 if_not_equal); in StringEqual_Core()
240 if_not_equal); in StringEqual_Core()
246 TNode<IntPtrT> length, Label* if_equal, Label* if_not_equal) { in StringEqual_Loop()
275 GotoIf(Word32NotEqual(lhs_value, rhs_value), if_not_equal); in StringEqual_Loop() local
166 StringEqual_Core( TNode<String> lhs, TNode<Word32T> lhs_instance_type, TNode<String> rhs, TNode<Word32T> rhs_instance_type, TNode<IntPtrT> length, Label* if_equal, Label* if_not_equal, Label* if_indirect) StringEqual_Core() argument
243 StringEqual_Loop( TNode<String> lhs, TNode<Word32T> lhs_instance_type, MachineType lhs_type, TNode<String> rhs, TNode<Word32T> rhs_instance_type, MachineType rhs_type, TNode<IntPtrT> length, Label* if_equal, Label* if_not_equal) StringEqual_Loop() argument
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.h675 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal, in JumpIfNotRoot() argument
678 j(not_equal, if_not_equal, if_not_equal_distance); in JumpIfNotRoot()
680 void JumpIfNotRoot(Operand with, RootIndex index, Label* if_not_equal, in JumpIfNotRoot() argument
683 j(not_equal, if_not_equal, if_not_equal_distance); in JumpIfNotRoot()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.h431 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal, in JumpIfNotRoot() argument
434 j(not_equal, if_not_equal, if_not_equal_distance); in JumpIfNotRoot()
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.h749 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) { in JumpIfNotRoot() argument
751 b(ne, if_not_equal); in JumpIfNotRoot()
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.h830 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) { in JumpIfNotRoot() argument
834 Branch(if_not_equal, ne, with, Operand(scratch)); in JumpIfNotRoot()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h1002 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) { in JumpIfNotRoot() argument
1006 Branch(if_not_equal, ne, with, Operand(scratch)); in JumpIfNotRoot()
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h950 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) { in JumpIfNotRoot() argument
954 Branch(if_not_equal, ne, with, Operand(scratch)); in JumpIfNotRoot()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.h1078 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) { in JumpIfNotRoot() argument
1082 Branch(if_not_equal, ne, with, Operand(scratch)); in JumpIfNotRoot()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.h1227 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) { in JumpIfNotRoot() argument
1229 bne(if_not_equal); in JumpIfNotRoot()
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h1592 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) { in JumpIfNotRoot() argument
1594 bne(if_not_equal); in JumpIfNotRoot()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc2907 Label* if_not_equal) { in TruncateDoubleToI()
2909 B(ne, if_not_equal); in TruncateDoubleToI()
2906 JumpIfNotRoot(const Register& obj, RootIndex index, Label* if_not_equal) TruncateDoubleToI() argument
H A Dmacro-assembler-arm64.h1979 void JumpIfNotRoot(const Register& obj, RootIndex index, Label* if_not_equal);

Completed in 37 milliseconds