| /third_party/node/deps/v8/src/compiler/backend/mips64/ |
| H A D | instruction-selector-mips64.cc | 116 bool ImmediateFitsAddrMode1Instruction(int32_t imm) const { in ImmediateFitsAddrMode1Instruction() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/x64/ |
| H A D | instruction-selector-x64.cc | 248 bool CanBeBetterLeftOperand(Node* node) const { in CanBeBetterLeftOperand() argument [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | pipeline.cc | 317 Isolate* isolate() const { return isolate_; } in isolate() argument 318 AccountingAllocator* allocator() const { return allocator_; } in allocator() argument 319 OptimizedCompilationInfo* info() const { return info_; } in info() argument 320 ZoneStats* zone_stats() const { return zone_stats_; } in zone_stats() argument 321 CompilationDependencies* dependencies() const { retur in zone_stats() argument 324 compilation_failed() const compilation_failed() argument 327 verify_graph() const verify_graph() argument 336 code_generator() const code_generator() argument 339 MayHaveUnverifiableGraph() const MayHaveUnverifiableGraph() argument 341 graph_zone() const graph_zone() argument 342 graph() const graph() argument 343 source_positions() const source_positions() argument 344 node_origins() const node_origins() argument 345 machine() const machine() argument 346 common() const common() argument 347 javascript() const javascript() argument 348 jsgraph() const jsgraph() argument 349 mcgraph() const mcgraph() argument 350 native_context() const native_context() argument 353 global_object() const global_object() argument 357 broker() const broker() argument 364 schedule() const schedule() argument 371 observe_node_manager() const observe_node_manager() argument 375 instruction_zone() const instruction_zone() argument 376 codegen_zone() const codegen_zone() argument 377 sequence() const sequence() argument 378 frame() const frame() argument 380 register_allocation_zone() const register_allocation_zone() argument 382 register_allocation_data() const register_allocation_data() argument 385 top_tier_register_allocation_data() const top_tier_register_allocation_data() argument 388 mid_tier_register_allocator_data() const mid_tier_register_allocator_data() argument 392 source_position_output() const source_position_output() argument 399 jump_optimization_info() const jump_optimization_info() argument 403 assembler_options() const assembler_options() argument 417 specialization_context() const specialization_context() argument 424 max_unoptimized_frame_height() const max_unoptimized_frame_height() argument 430 max_pushed_argument_count() const max_pushed_argument_count() argument 434 GetCodeTracer() const GetCodeTracer() argument 574 debug_name() const debug_name() argument 576 profile_data() const profile_data() argument 586 runtime_call_stats() const runtime_call_stats() argument 592 has_js_wasm_calls() const has_js_wasm_calls() argument 3856 info() const info() argument 3858 isolate() const isolate() argument 3860 code_generator() const code_generator() argument 3864 observe_node_manager() const observe_node_manager() argument [all...] |
| H A D | simplified-lowering.cc | 299 visited() const visited() argument 300 queued() const queued() argument 301 pushed() const pushed() argument 302 unvisited() const unvisited() argument 303 truncation() const truncation() argument 306 representation() const representation() argument 310 feedback_type() const feedback_type() argument 312 weakened() const weakened() argument 314 restriction_type() const restriction_type() argument 360 verification_enabled() const verification_enabled() argument 1532 graph() const graph() argument 1533 common() const common() argument 1534 simplified() const simplified() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | instruction-selector.cc | 284 bool InstructionSelector::CanCover(Node* user, Node* node) const { in CanCover() argument 306 IsOnlyUserOfNodeInSameBlock(Node* user, Node* node) const IsOnlyUserOfNodeInSameBlock() argument 380 GetVirtualRegistersForTesting() const GetVirtualRegistersForTesting() argument 392 IsDefined(Node* node) const IsDefined() argument 406 IsUsed(Node* node) const IsUsed() argument 424 GetEffectLevel(Node* node) const GetEffectLevel() argument 431 GetEffectLevel(Node* node, FlagsContinuation* cont) const GetEffectLevel() argument 446 CanAddressRelativeToRootsRegister( const ExternalReference& reference) const CanAddressRelativeToRootsRegister() argument 469 CanUseRootsRegister() const CanUseRootsRegister() argument 585 size() const size() argument 691 CanCache() const CanCache() argument [all...] |
| H A D | instruction.h | 61 Kind kind() const { return KindField::decode(value_); } in kind() argument 113 Equals(const InstructionOperand& that) const Equals() argument 121 Compare(const InstructionOperand& that) const Compare() argument 125 EqualsCanonicalized(const InstructionOperand& that) const EqualsCanonicalized() argument 133 CompareCanonicalized(const InstructionOperand& that) const CompareCanonicalized() argument 143 operator ==(InstructionOperand& other) const operator ==() argument 144 operator !=(InstructionOperand& other) const operator !=() argument 259 HasRegisterOrSlotPolicy() const HasRegisterOrSlotPolicy() argument 263 HasRegisterOrSlotOrConstantPolicy() const HasRegisterOrSlotOrConstantPolicy() argument 267 HasFixedPolicy() const HasFixedPolicy() argument 272 HasRegisterPolicy() const HasRegisterPolicy() argument 276 HasSlotPolicy() const HasSlotPolicy() argument 280 HasSameAsInputPolicy() const HasSameAsInputPolicy() argument 284 HasFixedSlotPolicy() const HasFixedSlotPolicy() argument 285 HasFixedRegisterPolicy() const HasFixedRegisterPolicy() argument 289 HasFixedFPRegisterPolicy() const HasFixedFPRegisterPolicy() argument 293 HasSecondaryStorage() const HasSecondaryStorage() argument 298 GetSecondaryStorage() const GetSecondaryStorage() argument 304 basic_policy() const basic_policy() argument 307 extended_policy() const extended_policy() argument 312 input_index() const input_index() argument 318 fixed_slot_index() const fixed_slot_index() argument 325 fixed_register_index() const fixed_register_index() argument 331 virtual_register() const virtual_register() argument 336 IsUsedAtStart() const IsUsedAtStart() argument 397 virtual_register() const virtual_register() argument 422 type() const type() argument 424 inline_int32_value() const inline_int32_value() argument 429 inline_int64_value() const inline_int64_value() argument 434 indexed_value() const indexed_value() argument 466 next() const next() argument 504 index() const index() argument 509 register_code() const register_code() argument 514 GetRegister() const GetRegister() argument 519 GetFloatRegister() const GetFloatRegister() argument 524 GetDoubleRegister() const GetDoubleRegister() argument 532 GetSimd128Register() const GetSimd128Register() argument 537 location_kind() const location_kind() argument 541 representation() const representation() argument 609 IsAnyLocationOperand() const IsAnyLocationOperand() argument 613 IsLocationOperand() const IsLocationOperand() argument 618 IsFPLocationOperand() const IsFPLocationOperand() argument 623 IsAnyRegister() const IsAnyRegister() argument 629 IsRegister() const IsRegister() argument 634 IsFPRegister() const IsFPRegister() argument 639 IsFloatRegister() const IsFloatRegister() argument 644 IsDoubleRegister() const IsDoubleRegister() argument 649 IsSimd128Register() const IsSimd128Register() argument 654 IsAnyStackSlot() const IsAnyStackSlot() argument 660 IsStackSlot() const IsStackSlot() argument 665 IsFPStackSlot() const IsFPStackSlot() argument 670 IsFloatStackSlot() const IsFloatStackSlot() argument 678 IsDoubleStackSlot() const IsDoubleStackSlot() argument 686 IsSimd128StackSlot() const IsSimd128StackSlot() argument 694 GetCanonicalizedValue() const GetCanonicalizedValue() argument 741 source() const source() argument 745 destination() const destination() argument 753 IsPending() const IsPending() argument 760 IsRedundant() const IsRedundant() argument 767 IsEliminated() const IsEliminated() argument 822 reference_operands() const reference_operands() argument 825 instruction_position() const instruction_position() argument 850 OutputCount() const OutputCount() argument 851 OutputAt(size_t i) const OutputAt() argument 860 HasOutput() const HasOutput() argument 861 Output() const Output() argument 864 InputCount() const InputCount() argument 865 InputAt(size_t i) const InputAt() argument 874 TempCount() const TempCount() argument 875 TempAt(size_t i) const TempAt() argument 884 opcode() const opcode() argument 885 arch_opcode() const arch_opcode() argument 886 addressing_mode() const addressing_mode() argument 889 flags_mode() const flags_mode() argument 890 flags_condition() const flags_condition() argument 893 misc() const misc() argument 894 HasMemoryAccessMode() const HasMemoryAccessMode() argument 897 memory_access_mode() const memory_access_mode() argument 929 IsCall() const IsCall() argument 930 NeedsReferenceMap() const NeedsReferenceMap() argument 931 HasReferenceMap() const HasReferenceMap() argument 933 ClobbersRegisters() const ClobbersRegisters() argument 934 ClobbersTemps() const ClobbersTemps() argument 935 ClobbersDoubleRegisters() const ClobbersDoubleRegisters() argument 936 reference_map() const reference_map() argument 950 IsNop() const IsNop() argument 952 IsDeoptimizeCall() const IsDeoptimizeCall() argument 957 IsTrap() const IsTrap() argument 961 IsJump() const IsJump() argument 962 IsRet() const IsRet() argument 963 IsTailCall() const IsTailCall() argument 970 IsThrow() const IsThrow() argument 977 IsCallWithDescriptorFlags() const IsCallWithDescriptorFlags() argument 980 HasCallDescriptorFlag(CallDescriptor::Flag flag) const HasCallDescriptorFlag() argument 1009 GetParallelMove(GapPosition pos) const GetParallelMove() argument 1015 parallel_moves() const parallel_moves() argument 1021 block() const block() argument 1063 ToInt() const ToInt() argument 1067 ToSize() const ToSize() argument 1071 IsValid() const IsValid() argument 1075 IsNext(const RpoNumber other) const IsNext() argument 1080 Next() const Next() argument 1086 operator ==(RpoNumber other) const operator ==() argument 1087 operator !=(RpoNumber other) const operator !=() argument 1088 operator >(RpoNumber other) const operator >() argument 1089 operator <(RpoNumber other) const operator <() argument 1090 operator <=(RpoNumber other) const operator <=() argument 1091 operator >=(RpoNumber other) const operator >=() argument 1128 type() const type() argument 1130 rmode() const rmode() argument 1132 FitsInInt32() const FitsInInt32() argument 1139 ToInt32() const ToInt32() argument 1146 ToInt64() const ToInt64() argument 1152 ToFloat32() const ToFloat32() argument 1160 ToFloat32AsInt() const ToFloat32AsInt() argument 1165 ToFloat64() const ToFloat64() argument 1170 ToExternalReference() const ToExternalReference() argument 1175 ToRpoNumber() const ToRpoNumber() argument 1239 IsArgumentsElements() const IsArgumentsElements() argument 1242 IsArgumentsLength() const IsArgumentsLength() argument 1245 IsPlain() const IsPlain() argument 1246 IsOptimizedOut() const IsOptimizedOut() argument 1247 IsNested() const IsNested() argument 1248 IsDuplicate() const IsDuplicate() argument 1249 type() const type() argument 1250 id() const id() argument 1255 arguments_type() const arguments_type() argument 1291 operator !=(const iterator& other) const operator !=() argument 1294 operator ==(const iterator& other) const operator ==() argument 1391 type() const type() argument 1392 bailout_id() const bailout_id() argument 1393 state_combine() const state_combine() argument 1394 parameters_count() const parameters_count() argument 1395 locals_count() const locals_count() argument 1396 stack_count() const stack_count() argument 1397 shared_info() const shared_info() argument 1398 outer_state() const outer_state() argument 1399 HasContext() const HasContext() argument 1418 total_conservative_frame_size_in_bytes() const total_conservative_frame_size_in_bytes() argument 1456 return_kind() const return_kind() argument 1480 descriptor() const descriptor() argument 1481 kind() const kind() argument 1482 reason() const reason() argument 1484 node_id() const node_id() argument 1486 feedback() const feedback() argument 1510 virtual_register() const virtual_register() argument 1511 operands() const operands() argument 1515 output() const output() argument 1533 first_instruction_index() const first_instruction_index() argument 1539 last_instruction_index() const last_instruction_index() argument 1546 code_start() const code_start() argument 1549 code_end() const code_end() argument 1552 IsDeferred() const IsDeferred() argument 1553 IsHandler() const IsHandler() argument 1557 ao_number() const ao_number() argument 1558 rpo_number() const rpo_number() argument 1559 loop_header() const loop_header() argument 1560 loop_end() const loop_end() argument 1564 IsLoopHeader() const IsLoopHeader() argument 1565 IsSwitchTarget() const IsSwitchTarget() argument 1566 ShouldAlignCodeTarget() const ShouldAlignCodeTarget() argument 1567 ShouldAlignLoopHeader() const ShouldAlignLoopHeader() argument 1571 predecessors() const predecessors() argument 1572 PredecessorCount() const PredecessorCount() argument 1577 successors() const successors() argument 1578 SuccessorCount() const SuccessorCount() argument 1580 dominator() const dominator() argument 1584 phis() const phis() argument 1585 PhiAt(size_t i) const PhiAt() argument 1595 needs_frame() const needs_frame() argument 1598 must_construct_frame() const must_construct_frame() argument 1601 must_deconstruct_frame() const must_deconstruct_frame() argument 1658 VirtualRegisterCount() const VirtualRegisterCount() argument 1660 instruction_blocks() const instruction_blocks() argument 1664 ao_blocks() const ao_blocks() argument 1666 InstructionBlockCount() const InstructionBlockCount() argument 1679 InstructionBlockAt(RpoNumber rpo_number) const InstructionBlockAt() argument 1691 IsReference(int virtual_register) const IsReference() argument 1694 IsFP(int virtual_register) const IsFP() argument 1697 representation_mask() const representation_mask() argument 1698 HasFPVirtualRegisters() const HasFPVirtualRegisters() argument 1706 HasSimd128VirtualRegisters() const HasSimd128VirtualRegisters() argument 1715 begin() const begin() argument 1716 end() const end() argument 1717 instructions() const instructions() argument 1718 LastInstructionIndex() const LastInstructionIndex() argument 1722 InstructionAt(int index) const InstructionAt() argument 1728 isolate() const isolate() argument 1729 reference_maps() const reference_maps() argument 1730 zone() const zone() argument 1745 GetConstant(int virtual_register) const GetConstant() argument 1786 GetImmediate(const ImmediateOperand* op) const GetImmediate() argument 1812 GetDeoptimizationEntryCount() const GetDeoptimizationEntryCount() argument 1822 ContainsCall() const ContainsCall() argument [all...] |
| H A D | mid-tier-register-allocator.cc | 53 int successors_phi_index() const { return successors_phi_index_; } in successors_phi_index() argument 61 DeferredBlocksRegion* deferred_blocks_region() const { in deferred_blocks_region() argument 71 bool is_deferred_block_boundary() const { in is_deferred_block_boundary() argument 182 is_valid() const is_valid() argument 184 ToInt() const ToInt() argument 189 ToBit(MachineRepresentation rep) const ToBit() argument 199 operator ==(const RegisterIndex& rhs) const operator ==() argument 202 operator !=(const RegisterIndex& rhs) const operator !=() argument 210 operator !=(const Iterator& rhs) const operator !=() argument 212 operator *() const operator *() argument 242 start() const start() argument 243 end() const end() argument 276 begin() const begin() argument 277 end() const end() argument 279 blocks_covered() const blocks_covered() argument 333 HasSpillOperand() const HasSpillOperand() argument 334 spill_operand() const spill_operand() argument 339 HasPendingSpillOperand() const HasPendingSpillOperand() argument 342 HasAllocatedSpillOperand() const HasAllocatedSpillOperand() argument 345 HasConstantSpillOperand() const HasConstantSpillOperand() argument 350 NeedsSpillAtOutput() const NeedsSpillAtOutput() argument 376 vreg() const vreg() argument 377 rep() const rep() argument 378 output_instr_index() const output_instr_index() argument 379 is_constant() const is_constant() argument 380 is_phi() const is_phi() argument 381 is_defined_in_deferred_block() const is_defined_in_deferred_block() argument 384 is_exceptional_call_output() const is_exceptional_call_output() argument 469 HasDeferredBlockSpills() const HasDeferredBlockSpills() argument 472 deferred_spill_outputs() const deferred_spill_outputs() argument 485 HasSpillRange() const HasSpillRange() argument 486 spill_range() const spill_range() argument 662 NeedsSpillAtDeferredBlocks() const NeedsSpillAtDeferredBlocks() argument 832 begin() const begin() argument 833 end() const end() argument 861 is_phi_gap_move() const is_phi_gap_move() argument 866 has_deferred_block_spills() const has_deferred_block_spills() argument 874 is_shared() const is_shared() argument 875 was_spilled_while_shared() const was_spilled_while_shared() argument 879 is_allocated() const is_allocated() argument 884 virtual_register() const virtual_register() argument 891 last_use_instr_index() const last_use_instr_index() argument 894 needs_gap_move_on_spill() const needs_gap_move_on_spill() argument 899 pending_uses() const pending_uses() argument 932 num_allocatable_registers() const num_allocatable_registers() argument 936 zone() const zone() argument 1293 operator ==(const RegisterBitVector& other) const operator ==() argument 1297 Contains(RegisterIndex reg, MachineRepresentation rep) const Contains() argument 1301 GetFirstSet() const GetFirstSet() argument 1305 GetFirstCleared(int max_reg) const GetFirstCleared() argument 1327 IsEmpty() const IsEmpty() argument 1405 kind() const kind() argument 1406 assigned_registers() const assigned_registers() argument 1540 simdSibling(RegisterIndex reg) const simdSibling() argument 1566 VirtualRegisterDataFor(int virtual_register) const VirtualRegisterDataFor() argument 1993 FromRegCode( int reg_code, MachineRepresentation rep) const FromRegCode() argument 2008 ToRegCode(RegisterIndex reg, MachineRepresentation rep) const ToRegCode() argument 2771 VirtualRegisterDataFor(int virtual_register) const VirtualRegisterDataFor() argument 2774 RepresentationFor(int virtual_register) const RepresentationFor() argument 2784 code() const code() argument 2785 zone() const zone() argument 2974 VirtualRegisterDataFor(int virtual_register) const VirtualRegisterDataFor() argument 2977 code() const code() argument 2978 allocation_zone() const allocation_zone() argument 3309 code() const code() argument 3310 frame() const frame() argument 3311 zone() const zone() argument 3332 ToOperand(MachineRepresentation rep) const ToOperand() argument 3336 byte_width() const byte_width() argument 3337 last_use() const last_use() argument 3345 operator ()( const SpillSlot* a, const SpillSlot* b) const operator ()() argument 3441 code() const code() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ia32/ |
| H A D | instruction-selector-ia32.cc | 247 bool CanBeBetterLeftOperand(Node* node) const { in CanBeBetterLeftOperand() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/loong64/ |
| H A D | instruction-selector-loong64.cc | 116 bool ImmediateFitsAddrMode1Instruction(int32_t imm) const { in ImmediateFitsAddrMode1Instruction() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/riscv64/ |
| H A D | instruction-selector-riscv64.cc | 122 bool ImmediateFitsAddrMode1Instruction(int32_t imm) const { in ImmediateFitsAddrMode1Instruction() argument [all...] |
| /third_party/node/deps/v8/src/codegen/ |
| H A D | code-stub-assembler.h | 4319 GetTorqueArguments() const GetTorqueArguments() argument 4334 ForEach(const ForEachBodyFunction& body, TNode<IntPtrT> first = {}, TNode<IntPtrT> last = {}) const ForEach() argument [all...] |
| /third_party/node/deps/v8/src/codegen/mips64/ |
| H A D | macro-assembler-mips64.cc | 49 RequiredStackSizeForCallerSaved(SaveFPRegsMode fp_mode, Register exclusion1, Register exclusion2, Register exclusion3) const RequiredStackSizeForCallerSaved() argument [all...] |
| /third_party/node/deps/v8/src/codegen/arm/ |
| H A D | macro-assembler-arm.cc | 43 RequiredStackSizeForCallerSaved(SaveFPRegsMode fp_mode, Register exclusion1, Register exclusion2, Register exclusion3) const RequiredStackSizeForCallerSaved() argument [all...] |
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | macro-assembler-arm64.cc | 99 RequiredStackSizeForCallerSaved(SaveFPRegsMode fp_mode, Register exclusion) const RequiredStackSizeForCallerSaved() argument [all...] |
| /third_party/node/deps/v8/src/codegen/ppc/ |
| H A D | macro-assembler-ppc.cc | 56 RequiredStackSizeForCallerSaved(SaveFPRegsMode fp_mode, Register exclusion1, Register exclusion2, Register exclusion3) const RequiredStackSizeForCallerSaved() argument [all...] |
| H A D | assembler-ppc.cc | 164 uint32_t RelocInfo::wasm_call_tag() const { in wasm_call_tag() argument 1248 instructions_required_for_mov(Register dst, const Operand& src) const instructions_required_for_mov() argument 1262 use_constant_pool_for_mov(Register dst, const Operand& src, bool canOptimize) const use_constant_pool_for_mov() argument 1296 must_output_reloc_info(const Assembler* assembler) const must_output_reloc_info() argument [all...] |
| /third_party/node/deps/v8/src/codegen/ia32/ |
| H A D | assembler-ia32.cc | 228 uint32_t RelocInfo::wasm_call_tag() const { in wasm_call_tag() argument 285 bool Operand::is_reg_only() const { in is_reg_only() argument 289 Register Operand::reg() const { in reg() argument [all...] |
| /third_party/node/deps/v8/src/codegen/loong64/ |
| H A D | macro-assembler-loong64.cc | 49 RequiredStackSizeForCallerSaved(SaveFPRegsMode fp_mode, Register exclusion1, Register exclusion2, Register exclusion3) const RequiredStackSizeForCallerSaved() argument [all...] |
| /third_party/node/deps/v8/src/codegen/x64/ |
| H A D | assembler-x64.cc | 161 uint32_t RelocInfo::wasm_call_tag() const { in wasm_call_tag() argument 217 bool Operand::AddressUsesRegister(Register reg) const { in AddressUsesRegister() argument 444 GetUnwindInfo() const GetUnwindInfo() argument [all...] |
| H A D | macro-assembler-x64.cc | 42 Operand StackArgumentsAccessor::GetArgumentOperand(int index) const { in GetArgumentOperand() argument 792 RequiredStackSizeForCallerSaved(SaveFPRegsMode fp_mode, Register exclusion1, Register exclusion2, Register exclusion3) const CallRecordWriteStub() argument [all...] |
| /third_party/node/deps/v8/src/execution/loong64/ |
| H A D | simulator-loong64.cc | 946 int64_t Simulator::get_register(int reg) const { in get_register() argument 967 int64_t Simulator::get_fpu_register(int fpureg) const { in get_fpu_register() argument 972 int32_t Simulator::get_fpu_register_word(int fpureg) const { in get_fpu_register_word() argument 977 int32_t Simulator::get_fpu_register_signed_word(int fpureg) const { in get_fpu_register_signed_word() argument 982 get_fpu_register_hi_word(int fpureg) const get_fpu_register_hi_word() argument 987 get_fpu_register_float(int fpureg) const get_fpu_register_float() argument 992 get_fpu_register_double(int fpureg) const get_fpu_register_double() argument 997 get_cf_register(int cfreg) const get_cf_register() argument 1445 has_bad_pc() const has_bad_pc() argument 1450 get_pc() const get_pc() argument 1991 StackLimit(uintptr_t c_limit) const StackLimit() argument 5517 IsProcessorInLinkedList_Locked( LinkedAddress* linked_address) const IsProcessorInLinkedList_Locked() argument [all...] |
| /third_party/node/deps/v8/src/execution/ppc/ |
| H A D | simulator-ppc.cc | 796 intptr_t Simulator::get_register(int reg) const { in get_register() argument 825 bool Simulator::has_bad_pc() const { in has_bad_pc() argument 830 intptr_t Simulator::get_pc() const { return special_reg_pc_; } in get_pc() argument 833 intptr_t Simulator::get_lr() const { retur argument 881 StackLimit(uintptr_t c_limit) const StackLimit() argument [all...] |
| /third_party/node/deps/v8/src/execution/arm64/ |
| H A D | simulator-arm64.h | 277 uint32_t RawValue() const { return value_; } in RawValue() argument 283 uint32_t Bits(int msb, int lsb) const { in Bits() argument 287 int32_t SignedBits(int msb, int lsb) const { in SignedBits() argument 348 Get(int lane = 0) const Get() argument 360 WrittenSinceLastLog() const WrittenSinceLastLog() argument 390 Int(VectorFormat vform, int index) const Int() argument 412 Uint(VectorFormat vform, int index) const Uint() argument 434 UintLeftJustified(VectorFormat vform, int index) const UintLeftJustified() argument 438 IntLeftJustified(VectorFormat vform, int index) const IntLeftJustified() argument 445 SetInt(VectorFormat vform, int index, int64_t value) const SetInt() argument 465 SetIntArray(VectorFormat vform, const int64_t* src) const SetIntArray() argument 472 SetUint(VectorFormat vform, int index, uint64_t value) const SetUint() argument 492 SetUintArray(VectorFormat vform, const uint64_t* src) const SetUintArray() argument 504 Float(int index) const Float() argument 509 SetFloat(int index, T value) const SetFloat() argument 515 ClearForWrite(VectorFormat vform) const ClearForWrite() argument 705 bits() const bits() argument 706 IsEnd() const IsEnd() argument 707 IsX() const IsX() argument 708 IsD() const IsD() argument 825 btype() const btype() argument 832 PcIsInGuardedPage() const PcIsInGuardedPage() argument 911 IsZeroRegister(unsigned code, Reg31Mode r31mode) const IsZeroRegister() argument 920 reg(unsigned code, Reg31Mode r31mode = Reg31IsZeroRegister) const reg() argument 929 wreg(unsigned code, Reg31Mode r31mode = Reg31IsZeroRegister) const wreg() argument 933 xreg(unsigned code, Reg31Mode r31mode = Reg31IsZeroRegister) const xreg() argument 1003 vreg(unsigned code) const vreg() argument 1019 get_sp() const get_sp() argument 1022 breg(unsigned code) const breg() argument 1024 hreg(unsigned code) const hreg() argument 1026 sreg(unsigned code) const sreg() argument 1028 sreg_bits(unsigned code) const sreg_bits() argument 1030 dreg(unsigned code) const dreg() argument 1032 dreg_bits(unsigned code) const dreg_bits() argument 1034 qreg(unsigned code) const qreg() argument 1039 vreg(unsigned size, unsigned code) const vreg() argument [all...] |
| /third_party/node/deps/v8/src/execution/mips64/ |
| H A D | simulator-mips64.cc | 919 int64_t Simulator::get_register(int reg) const { in get_register() argument 940 int64_t Simulator::get_fpu_register(int fpureg) const { in get_fpu_register() argument 945 int32_t Simulator::get_fpu_register_word(int fpureg) const { in get_fpu_register_word() argument 950 int32_t Simulator::get_fpu_register_signed_word(int fpureg) const { in get_fpu_register_signed_word() argument 955 int32_t Simulator::get_fpu_register_hi_word(int fpureg) const { in get_fpu_register_hi_word() argument 960 get_fpu_register_float(int fpureg) const get_fpu_register_float() argument 965 get_fpu_register_double(int fpureg) const get_fpu_register_double() argument 1544 has_bad_pc() const has_bad_pc() argument 1549 get_pc() const get_pc() argument 2185 StackLimit(uintptr_t c_limit) const StackLimit() argument [all...] |
| /third_party/node/deps/v8/src/execution/mips/ |
| H A D | simulator-mips.cc | 975 int32_t Simulator::get_register(int reg) const { in get_register() argument 996 int64_t Simulator::get_fpu_register(int fpureg) const { in get_fpu_register() argument 1009 int32_t Simulator::get_fpu_register_word(int fpureg) const { in get_fpu_register_word() argument 1014 get_fpu_register_signed_word(int fpureg) const get_fpu_register_signed_word() argument 1019 get_fpu_register_hi_word(int fpureg) const get_fpu_register_hi_word() argument 1024 get_fpu_register_float(int fpureg) const get_fpu_register_float() argument 1029 get_fpu_register_double(int fpureg) const get_fpu_register_double() argument 1613 has_bad_pc() const has_bad_pc() argument 1618 get_pc() const get_pc() argument 2165 StackLimit(uintptr_t c_limit) const StackLimit() argument [all...] |