/external/v8/src/ic/ |
D | binary-op-assembler.cc | 36 BIND(&if_lhsissmi); in Generate_AddWithFeedback() 45 BIND(&if_rhsisnotsmi); in Generate_AddWithFeedback() 56 BIND(&if_rhsissmi); in Generate_AddWithFeedback() 78 BIND(&if_overflow); in Generate_AddWithFeedback() 87 BIND(&if_lhsisnotsmi); in Generate_AddWithFeedback() 98 BIND(&if_rhsisnotsmi); in Generate_AddWithFeedback() 109 BIND(&if_rhsissmi); in Generate_AddWithFeedback() 118 BIND(&do_fadd); in Generate_AddWithFeedback() 129 BIND(&if_lhsisnotnumber); in Generate_AddWithFeedback() 138 BIND(&if_lhsisoddball); in Generate_AddWithFeedback() [all …]
|
D | accessor-assembler.cc | 118 BIND(&loop); in HandlePolymorphicCase() 132 BIND(&loop_next); in HandlePolymorphicCase() 155 BIND(&try_proto_handler); in HandleLoadICHandlerCase() 165 BIND(&if_smi_handler); in HandleLoadICHandlerCase() 172 BIND(&call_handler); in HandleLoadICHandlerCase() 231 BIND(&load); in HandleLoadAccessor() 251 BIND(&inobject); in HandleLoadField() 257 BIND(&is_double); in HandleLoadField() 272 BIND(&out_of_object); in HandleLoadField() 280 BIND(&is_double); in HandleLoadField() [all …]
|
D | keyed-store-generic.cc | 187 BIND(&loop_body); in BranchIfPrototypesMayHaveReadOnlyElements() 227 BIND(&check_holey_map); in TryRewriteElements() 238 BIND(&perform_transition); in TryRewriteElements() 276 BIND(&already_holey); in TryChangeToHoleyMap() 296 BIND(&check_other_kind); in TryChangeToHoleyMapMulti() 300 BIND(&already_holey); in TryChangeToHoleyMapMulti() 356 BIND(&hole_check_passed); in StoreElementWithCapacity() 374 BIND(&non_smi_value); in StoreElementWithCapacity() 392 BIND(&must_transition); in StoreElementWithCapacity() 401 BIND(&transition_to_double); in StoreElementWithCapacity() [all …]
|
D | unary-op-assembler.cc | 34 BIND(&if_number); in BitwiseNot() 45 BIND(&if_bigint); in BitwiseNot() 53 BIND(&out); in BitwiseNot() 90 BIND(&if_zero); in Negate() 95 BIND(&if_min_smi); in Negate() 99 BIND(&end); in Negate() 137 BIND(&start); in UnaryOpWithFeedback() 153 BIND(&if_smi); in UnaryOpWithFeedback() 160 BIND(&if_heapnumber); in UnaryOpWithFeedback() 166 BIND(&if_bigint); in UnaryOpWithFeedback() [all …]
|
/external/v8/src/builtins/ |
D | builtins-sharedarraybuffer-gen.cc | 88 BIND(&invalid); in ValidateIntegerTypedArray() 94 BIND(¬_float_or_clamped); in ValidateIntegerTypedArray() 122 BIND(&range_error); in ValidateAtomicAccess() 126 BIND(&done); in ValidateAtomicAccess() 203 BIND(&i8); in TF_BUILTIN() 207 BIND(&u8); in TF_BUILTIN() 211 BIND(&i16); in TF_BUILTIN() 215 BIND(&u16); in TF_BUILTIN() 219 BIND(&i32); in TF_BUILTIN() 223 BIND(&u32); in TF_BUILTIN() [all …]
|
D | builtins-object-gen.cc | 183 BIND(&if_no_properties); in GetOwnValuesOrEntries() 193 BIND(&if_call_runtime_with_fast_path); in GetOwnValuesOrEntries() 204 BIND(&if_call_runtime); in GetOwnValuesOrEntries() 245 BIND(&if_has_enum_cache); in FastGetOwnValuesOrEntries() 273 BIND(&loop); in FastGetOwnValuesOrEntries() 327 BIND(&next_descriptor); in FastGetOwnValuesOrEntries() 334 BIND(&after_loop); in FastGetOwnValuesOrEntries() 364 BIND(&if_objectisnotsmi); in TF_BUILTIN() 380 BIND(&if_unique_name); in TF_BUILTIN() 384 BIND(&if_index); in TF_BUILTIN() [all …]
|
D | builtins-global-gen.cc | 23 BIND(&loop); in TF_BUILTIN() 37 BIND(&if_numisheapnumber); in TF_BUILTIN() 45 BIND(&if_numisnotheapnumber); in TF_BUILTIN() 54 BIND(&return_true); in TF_BUILTIN() 57 BIND(&return_false); in TF_BUILTIN() 72 BIND(&loop); in TF_BUILTIN() 86 BIND(&if_numisheapnumber); in TF_BUILTIN() 93 BIND(&if_numisnotheapnumber); in TF_BUILTIN() 102 BIND(&return_true); in TF_BUILTIN() 105 BIND(&return_false); in TF_BUILTIN()
|
D | builtins-proxy-gen.cc | 30 BIND(&callable_target); in AllocateProxy() 39 BIND(&constructor_target); in AllocateProxy() 45 BIND(&none_target); in AllocateProxy() 51 BIND(&create_proxy); in AllocateProxy() 130 BIND(&trap_undefined); in TF_BUILTIN() 136 BIND(&throw_proxy_handler_revoked); in TF_BUILTIN() 190 BIND(¬_an_object); in TF_BUILTIN() 195 BIND(&trap_undefined); in TF_BUILTIN() 205 BIND(&throw_proxy_handler_revoked); in TF_BUILTIN() 228 BIND(&if_found_value); in CheckGetSetTrapResult() [all …]
|
D | builtins-array-gen.cc | 62 BIND(&fast); in TypedArrayMapProcessor() 83 BIND(&slow); in TypedArrayMapProcessor() 89 BIND(&detached); in TypedArrayMapProcessor() 94 BIND(&done); in TypedArrayMapProcessor() 145 BIND(&throw_not_typed_array); in GenerateIteratingTypedArrayBuiltinBody() 148 BIND(&throw_not_callable); in GenerateIteratingTypedArrayBuiltinBody() 152 BIND(&unexpected_instance_type); in GenerateIteratingTypedArrayBuiltinBody() 169 BIND(&distinguish_types); in GenerateIteratingTypedArrayBuiltinBody() 179 BIND(&*it); in GenerateIteratingTypedArrayBuiltinBody() 189 BIND(&done); in GenerateIteratingTypedArrayBuiltinBody() [all …]
|
D | builtins-iterator-gen.cc | 39 BIND(&if_not_callable); in GetIterator() 43 BIND(&if_callable); in GetIterator() 51 BIND(&if_notobject); in GetIterator() 55 BIND(&get_next); in GetIterator() 89 BIND(&if_generic); in IteratorStep() 104 BIND(&if_notobject); in IteratorStep() 108 BIND(&return_result); in IteratorStep() 125 BIND(&if_generic); in IteratorValue() 132 BIND(&exit); in IteratorValue() 168 BIND(&loop_start); in FillFixedArrayFromIterable() [all …]
|
D | builtins-string-gen.cc | 33 BIND(&if_sequential); in DirectStringData() 41 BIND(&if_external); in DirectStringData() 53 BIND(&if_join); in DirectStringData() 93 BIND(&unreachable); in DispatchOnStringEncodings() 145 BIND(&restart); in GenerateStringEqual() 155 BIND(&if_indirect); in GenerateStringEqual() 164 BIND(&if_equal); in GenerateStringEqual() 167 BIND(&if_notequal); in GenerateStringEqual() 227 BIND(&if_oneonebytestring); in StringEqual_Core() 232 BIND(&if_twotwobytestring); in StringEqual_Core() [all …]
|
D | builtins-internal-gen.cc | 54 BIND(&runtime); in TF_BUILTIN() 69 BIND(&runtime); in TF_BUILTIN() 108 BIND(&tailcall_to_shared); in TF_BUILTIN() 187 BIND(&dont_save_fp); in CallCFunction2WithCallerSavedRegistersMode() 196 BIND(&save_fp); in CallCFunction2WithCallerSavedRegistersMode() 212 BIND(&dont_save_fp); in CallCFunction3WithCallerSavedRegistersMode() 222 BIND(&save_fp); in CallCFunction3WithCallerSavedRegistersMode() 261 BIND(&slow_path); in InsertIntoRememberedSetAndGoto() 318 BIND(&generational_wb); in TF_BUILTIN() 332 BIND(&test_old_to_young_flags); in TF_BUILTIN() [all …]
|
D | builtins-constructor-gen.cc | 55 BIND(&if_construct_generic); in TF_BUILTIN() 58 BIND(&if_construct_array); in TF_BUILTIN() 88 BIND(&if_construct_array); in TF_BUILTIN() 91 BIND(&if_construct_generic); in TF_BUILTIN() 123 BIND(&if_construct_array); in TF_BUILTIN() 126 BIND(&if_construct_generic); in TF_BUILTIN() 151 BIND(&no_closures); in TF_BUILTIN() 155 BIND(&one_closure); in TF_BUILTIN() 159 BIND(&cell_done); in TF_BUILTIN() 199 BIND(&init_prototype); in TF_BUILTIN() [all …]
|
D | builtins-regexp-gen.cc | 66 BIND(&if_code_is_off_heap); in LoadCodeObjectEntry() 80 BIND(&out); in LoadCodeObjectEntry() 223 BIND(&loop); in ConstructNewResultFromMatchInfo() 243 BIND(&next_iter); in ConstructNewResultFromMatchInfo() 250 BIND(&named_captures); in ConstructNewResultFromMatchInfo() 303 BIND(&loop); in ConstructNewResultFromMatchInfo() 335 BIND(&add_dictionary_property_slow); in ConstructNewResultFromMatchInfo() 343 BIND(&out); in ConstructNewResultFromMatchInfo() 421 BIND(&unreachable); in RegExpExecInternal() 424 BIND(&next); in RegExpExecInternal() [all …]
|
D | builtins-call-gen.cc | 122 BIND(&if_target_not_callable); in CallOrConstructWithArrayLike() 127 BIND(&if_target_callable); in CallOrConstructWithArrayLike() 135 BIND(&if_target_not_constructor); in CallOrConstructWithArrayLike() 140 BIND(&if_target_constructor); in CallOrConstructWithArrayLike() 148 BIND(&if_new_target_not_constructor); in CallOrConstructWithArrayLike() 153 BIND(&if_new_target_constructor); in CallOrConstructWithArrayLike() 174 BIND(&if_array); in CallOrConstructWithArrayLike() 199 BIND(&if_holey_array); in CallOrConstructWithArrayLike() 208 BIND(&if_arguments); in CallOrConstructWithArrayLike() 221 BIND(&if_runtime); in CallOrConstructWithArrayLike() [all …]
|
D | builtins-collections-gen.cc | 181 BIND(&allocate_table); in AddConstructorEntries() 190 BIND(&fast_loop); in AddConstructorEntries() 207 BIND(&if_may_have_side_effects); in AddConstructorEntries() 215 BIND(&if_modified); in AddConstructorEntries() 217 BIND(&if_not_modified); in AddConstructorEntries() 226 BIND(&slow_loop); in AddConstructorEntries() 232 BIND(&exit); in AddConstructorEntries() 259 BIND(&if_smiorobjects); in AddConstructorEntriesFromFastJSArray() 276 BIND(&if_doubles); in AddConstructorEntriesFromFastJSArray() 298 BIND(&exit); in AddConstructorEntriesFromFastJSArray() [all …]
|
D | builtins-async-iterator-gen.cc | 84 BIND(&if_receiverisincompatible); in ThrowIfNotAsyncFromSyncIterator() 100 BIND(&done); in ThrowIfNotAsyncFromSyncIterator() 133 BIND(&if_isnotundefined); in Generate_AsyncFromSyncIteratorMethod() 143 BIND(&has_sent_value); in Generate_AsyncFromSyncIteratorMethod() 148 BIND(&no_sent_value); in Generate_AsyncFromSyncIteratorMethod() 153 BIND(&merge); in Generate_AsyncFromSyncIteratorMethod() 187 BIND(&reject_promise); in Generate_AsyncFromSyncIteratorMethod() 216 BIND(&if_fastpath); in LoadIteratorResult() 225 BIND(&if_slowpath); in LoadIteratorResult() 244 BIND(&if_notanobject); in LoadIteratorResult() [all …]
|
D | builtins-microtask-queue-gen.cc | 143 BIND(&is_callable); in RunSingleMicrotask() 162 BIND(&is_callback); in RunSingleMicrotask() 187 BIND(&is_promise_resolve_thenable_job); in RunSingleMicrotask() 219 BIND(&is_promise_fulfill_reaction_job); in RunSingleMicrotask() 243 BIND(&preserved_data_done); in RunSingleMicrotask() 265 BIND(&preserved_data_reset_done); in RunSingleMicrotask() 272 BIND(&is_promise_reject_reaction_job); in RunSingleMicrotask() 296 BIND(&preserved_data_done); in RunSingleMicrotask() 318 BIND(&preserved_data_reset_done); in RunSingleMicrotask() 325 BIND(&is_unreachable); in RunSingleMicrotask() [all …]
|
D | builtins-handler-gen.cc | 114 BIND(&if_##FROM##_##TO); \ in DispatchForElementsKindTransition() 122 BIND(&if_unknown_type); in DispatchForElementsKindTransition() 125 BIND(&next); in DispatchForElementsKindTransition() 160 BIND(&miss); in Generate_ElementsTransitionAndStore() 237 BIND(&if_##KIND); \ in DispatchByElementsKind() 254 BIND(&if_unknown_type); in DispatchByElementsKind() 257 BIND(&next); in DispatchByElementsKind() 292 BIND(&miss); in Generate_StoreFastElementIC() 324 BIND(&miss); in TF_BUILTIN() 354 BIND(&miss); in TF_BUILTIN() [all …]
|
/external/v8/src/codegen/ |
D | code-stub-assembler.cc | 110 BIND(¬_ok); in Check() 117 BIND(&ok); in Check() 160 BIND(¬_ok); in FastCheck() 162 BIND(&ok); in FastCheck() 351 BIND(&return_x); in Float64Round() 373 BIND(&if_xgreaterthanzero); in Float64Ceil() 385 BIND(&if_xnotgreaterthanzero); in Float64Ceil() 399 BIND(&return_minus_x); in Float64Ceil() 403 BIND(&return_x); in Float64Ceil() 425 BIND(&if_xgreaterthanzero); in Float64Floor() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/v1.16/ |
D | wrap-2.ll | 12 ; RUN-TODO: llvm-readobj -t %t.so | FileCheck -check-prefix=BIND %s 19 ; RUN: llvm-readobj -t %t.so | FileCheck -check-prefix=BIND %s 36 ; BIND: Name: bar 37 ; BIND-NEXT: Value: 38 ; BIND-NEXT: Size: 39 ; BIND-NEXT: Binding: Local 40 ; BIND: Name: __wrap_bar 41 ; BIND-NEXT: Value: 42 ; BIND-NEXT: Size: 43 ; BIND-NEXT: Binding: Local
|
/external/v8/src/interpreter/ |
D | interpreter-generator.cc | 367 BIND(&slowpath); in LookupContextSlot() 423 BIND(&slowpath); in LookupGlobalSlot() 469 BIND(&strict); in IGNITION_HANDLER() 478 BIND(&sloppy); in IGNITION_HANDLER() 485 BIND(&hoisting); in IGNITION_HANDLER() 492 BIND(&ordinary); in IGNITION_HANDLER() 500 BIND(&end); in IGNITION_HANDLER() 535 BIND(&done); in IGNITION_HANDLER() 760 BIND(&if_export); in IGNITION_HANDLER() 772 BIND(&if_import); in IGNITION_HANDLER() [all …]
|
D | interpreter-assembler.cc | 188 BIND(&context_search); in GetContextAtDepth() 198 BIND(&context_found); in GetContextAtDepth() 212 BIND(&context_search); in GotoIfHasContextExtensionUpToDepth() 225 BIND(&no_extension); in GotoIfHasContextExtensionUpToDepth() 838 BIND(&construct_generic); in Construct() 850 BIND(&construct_array); in Construct() 863 BIND(&return_result); in Construct() 889 BIND(&extra_checks); in ConstructWithSpread() 907 BIND(&check_initialized); in ConstructWithSpread() 916 BIND(&initialize); in ConstructWithSpread() [all …]
|
/external/deqp-deps/amber/tests/cases/ |
D | opencl_set_arg.amber | 30 BIND BUFFER in_buf KERNEL ARG_NAME in 31 BIND BUFFER out_buf1 KERNEL ARG_NAME out 37 BIND BUFFER out_buf2 KERNEL ARG_NAME out 44 BIND BUFFER out_buf3 KERNEL ARG_NAME out 51 BIND BUFFER out_buf4 KERNEL ARG_NAME out
|
D | draw_rectangles.amber | 56 BIND BUFFER frame AS color LOCATION 0 57 BIND BUFFER data_buf1 AS storage DESCRIPTOR_SET 0 BINDING 0 60 BIND BUFFER data_buf2 AS storage DESCRIPTOR_SET 0 BINDING 0 63 BIND BUFFER data_buf3 AS storage DESCRIPTOR_SET 0 BINDING 0 66 BIND BUFFER data_buf4 AS storage DESCRIPTOR_SET 0 BINDING 0
|