Home
last modified time | relevance | path

Searched refs:Uint32LessThanOrEqual (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-function-gen.cc123 GotoIf(Uint32LessThanOrEqual(argc, Int32Constant(1)), &empty_arguments); in TF_BUILTIN()
Dbuiltins-string-gen.cc2336 GotoIf(Uint32LessThanOrEqual(char_code, Int32Constant(0x000D)), &out); in GotoIfNotWhiteSpaceOrLineTerminator()
2359 GotoIf(Uint32LessThanOrEqual(char_code, Int32Constant(0x200A)), &out); in GotoIfNotWhiteSpaceOrLineTerminator()
Dbuiltins-array-gen.cc3012 GotoIf(Uint32LessThanOrEqual(elements_kind, Int32Constant(HOLEY_ELEMENTS)), in Generate()
/external/v8/src/compiler/
Dsimd-scalar-lowering.cc1280 COMPARISON_CASE(Int32x4, kI32x4LeU, Uint32LessThanOrEqual, false) in LowerNode()
1282 COMPARISON_CASE(Int32x4, kI32x4GeU, Uint32LessThanOrEqual, true) in LowerNode()
1289 COMPARISON_CASE(Int16x8, kI16x8LeU, Uint32LessThanOrEqual, false) in LowerNode()
1291 COMPARISON_CASE(Int16x8, kI16x8GeU, Uint32LessThanOrEqual, true) in LowerNode()
1298 COMPARISON_CASE(Int8x16, kI8x16LeU, Uint32LessThanOrEqual, false) in LowerNode()
1300 COMPARISON_CASE(Int8x16, kI8x16GeU, Uint32LessThanOrEqual, true) in LowerNode()
Draw-machine-assembler.h338 Node* Uint32LessThanOrEqual(Node* a, Node* b) { in Uint32LessThanOrEqual() function
339 return AddNode(machine()->Uint32LessThanOrEqual(), a, b); in Uint32LessThanOrEqual()
353 return Uint32LessThanOrEqual(b, a); in Uint32GreaterThanOrEqual()
Dint64-lowering.cc568 machine()->Uint32LessThanOrEqual()); in LowerNode()
578 machine()->Uint32LessThanOrEqual()); in LowerNode()
Dgraph-assembler.h60 V(Uint32LessThanOrEqual) \
Deffect-control-linearizer.cc1129 Node* check = __ Uint32LessThanOrEqual(value, SmiMaxValueConstant()); in LowerChangeUint32ToTagged()
1489 Node* check = __ Uint32LessThanOrEqual( in LowerCheckReceiver()
1839 Node* check = __ Uint32LessThanOrEqual(value, SmiMaxValueConstant()); in LowerCheckedUint32ToTaggedSigned()
2383 Node* check1 = __ Uint32LessThanOrEqual( in LowerObjectIsNonCallable()
2431 Node* result = __ Uint32LessThanOrEqual( in LowerObjectIsReceiver()
3009 Node* check1 = __ Uint32LessThanOrEqual( in LowerStringFromSingleCharCode()
3126 Node* check0 = __ Uint32LessThanOrEqual(code, __ Uint32Constant(0xFFFF)); in LowerStringFromSingleCodePoint()
3131 Node* check1 = __ Uint32LessThanOrEqual( in LowerStringFromSingleCodePoint()
Dmachine-operator.h279 const Operator* Uint32LessThanOrEqual(); in NON_EXPORTED_BASE()
Dopcodes.h450 V(Uint32LessThanOrEqual) \
Drepresentation-change.cc954 return machine()->Uint32LessThanOrEqual(); in Uint32OperatorFor()
Dmachine-operator.cc112 V(Uint32LessThanOrEqual, Operator::kNoProperties, 2, 0, 1) \
Dcode-assembler.h454 V(Uint32LessThanOrEqual, BoolT, Word32T, Word32T) \
Dwasm-compiler.cc385 op = m->Uint32LessThanOrEqual(); in Binop()
400 op = m->Uint32LessThanOrEqual(); in Binop()
Dsimplified-lowering.cc3925 0, graph()->NewNode(machine()->Uint32LessThanOrEqual(), input, max)); in DoUnsigned32ToUint8Clamped()
/external/v8/src/
Dcode-stub-assembler.cc8073 CSA_ASSERT(this, Uint32LessThanOrEqual(var_low.value(), var_high.value())); in LookupBinary()
8183 Branch(Uint32LessThanOrEqual(number_of_valid_entries, in Lookup()
9357 GotoIf(Uint32LessThanOrEqual(int32_value, int32_255), &done); in Int32ToUint8Clamped()
12200 return Uint32LessThanOrEqual(elements_kind, in IsFastElementsKind()
12217 return Uint32LessThanOrEqual(elements_kind, in IsFastSmiOrTaggedElementsKind()
12222 return Uint32LessThanOrEqual(elements_kind, in IsFastSmiElementsKind()