| /third_party/node/deps/v8/src/execution/mips64/ |
| H A D | simulator-mips64.cc | 107 void MipsDebugger::Stop(Instruction* instr) { in Stop() argument 344 Instruction* instr = reinterpret_cast<Instruction*>(sim_->get_pc()); in Debug() local 1867 int32_t Simulator::ReadW(int64_t addr, Instruction* instr, TraceTyp argument 778 CheckICache(base::CustomMatcherHashMap* i_cache, Instruction* instr) CheckICache() argument 1887 ReadWU(int64_t addr, Instruction* instr) ReadWU() argument 1907 WriteW(int64_t addr, int32_t value, Instruction* instr) WriteW() argument 1929 WriteConditionalW(int64_t addr, int32_t value, Instruction* instr, int32_t rt_reg) WriteConditionalW() argument 1959 Read2W(int64_t addr, Instruction* instr) Read2W() argument 1979 Write2W(int64_t addr, int64_t value, Instruction* instr) Write2W() argument 2001 WriteConditional2W(int64_t addr, int64_t value, Instruction* instr, int32_t rt_reg) WriteConditional2W() argument 2032 ReadD(int64_t addr, Instruction* instr) ReadD() argument 2043 WriteD(int64_t addr, double value, Instruction* instr) WriteD() argument 2058 ReadHU(int64_t addr, Instruction* instr) ReadHU() argument 2072 ReadH(int64_t addr, Instruction* instr) ReadH() argument 2086 WriteH(int64_t addr, uint16_t value, Instruction* instr) WriteH() argument 2102 WriteH(int64_t addr, int16_t value, Instruction* instr) WriteH() argument 2151 ReadMem(int64_t addr, Instruction* instr) ReadMem() argument 2167 WriteMem(int64_t addr, T value, Instruction* instr) WriteMem() argument 2198 Format(Instruction* instr, const char* format) Format() argument 2485 HandleStop(uint64_t code, Instruction* instr) HandleStop() argument 2494 IsStopInstruction(Instruction* instr) IsStopInstruction() argument [all...] |
| /third_party/node/deps/v8/src/execution/mips/ |
| H A D | simulator-mips.cc | 91 void MipsDebugger::Stop(Instruction* instr) { in Stop() argument 369 Instruction* instr = reinterpret_cast<Instruction*>(sim_->get_pc()); in Debug() local 1936 int Simulator::ReadW(int32_t addr, Instruction* instr, TraceTyp argument 835 CheckICache(base::CustomMatcherHashMap* i_cache, Instruction* instr) CheckICache() argument 1966 WriteW(int32_t addr, int value, Instruction* instr) WriteW() argument 1989 WriteConditionalW(int32_t addr, int32_t value, Instruction* instr, int32_t rt_reg) WriteConditionalW() argument 2020 ReadD(int32_t addr, Instruction* instr) ReadD() argument 2031 WriteD(int32_t addr, double value, Instruction* instr) WriteD() argument 2045 ReadHU(int32_t addr, Instruction* instr) ReadHU() argument 2057 ReadH(int32_t addr, Instruction* instr) ReadH() argument 2069 WriteH(int32_t addr, uint16_t value, Instruction* instr) WriteH() argument 2084 WriteH(int32_t addr, int16_t value, Instruction* instr) WriteH() argument 2132 ReadMem(int32_t addr, Instruction* instr) ReadMem() argument 2147 WriteMem(int32_t addr, T value, Instruction* instr) WriteMem() argument 2178 Format(Instruction* instr, const char* format) Format() argument 2476 HandleStop(uint32_t code, Instruction* instr) HandleStop() argument 2485 IsStopInstruction(Instruction* instr) IsStopInstruction() argument [all...] |
| /third_party/node/deps/v8/src/execution/s390/ |
| H A D | simulator-s390.cc | 140 void SetInstructionBitsInCodeSpace(Instruction* instr, Instr value, in SetInstructionBitsInCodeSpace() argument 1890 void Simulator::Format(Instruction* instr, const char* format) { in Format() argument 1970 void Simulator::SoftwareInterrupt(Instruction* instr) { in SoftwareInterrupt() argument 720 CheckICache(base::CustomMatcherHashMap* i_cache, Instruction* instr) CheckICache() argument 2337 isStopInstruction(Instruction* instr) isStopInstruction() argument 2433 DecodeInstruction(Instruction* instr) DecodeInstruction() argument 2440 ExecuteInstruction(Instruction* instr, bool auto_incr_pc) ExecuteInstruction() argument 2444 CheckICache(i_cache(), instr); ExecuteInstruction() local 2487 Instruction* instr = reinterpret_cast<Instruction*>(program_counter); Execute() local 2495 Instruction* instr = reinterpret_cast<Instruction*>(program_counter); Execute() local 2986 Evaluate_Unknown(Instruction* instr) Evaluate_Unknown() argument [all...] |
| /third_party/node/deps/v8/src/execution/riscv64/ |
| H A D | simulator-riscv64.cc | 1456 static inline int32_t get_ebreak_code(Instruction* instr) { in get_ebreak_code() argument 1678 Instruction* instr = reinterpret_cast<Instruction*>(sim_->get_pc()); in Debug() local 2166 CheckICache(base::CustomMatcherHashMap* i_cache, Instruction* instr) CheckICache() argument 2666 ReadMem(int64_t addr, Instruction* instr) ReadMem() argument 2689 WriteMem(int64_t addr, T value, Instruction* instr) WriteMem() argument 2727 Format(Instruction* instr, const char* format) Format() argument 3021 IsStopInstruction(Instruction* instr) IsStopInstruction() argument [all...] |
| H A D | simulator-riscv64.h | 195 inline Instruction* instr() const { return instr_; } in instr() function in v8::internal::SimInstructionBase 200 explicit SimInstructionBase(Instruction* instr) {} in SimInstructionBase() argument 214 explicit SimInstruction(Instruction* instr) { *this = instr; } in SimInstruction() argument 216 SimInstruction& operator=(Instruction* instr) { in operator =() argument 539 amo(int64_t addr, OP f, Instruction* instr, TraceType t) amo() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/nir/ |
| H A D | nir_to_tgsi.c | 667 ntt_output_decl(struct ntt_compile *c, nir_intrinsic_instr *instr, uint32_t *frac) in ntt_output_decl() argument 1093 ntt_get_load_const_src(struct ntt_compile *c, nir_load_const_instr *instr) in ntt_get_load_const_src() argument 1167 ntt_get_alu_src(struct ntt_compile *c, nir_alu_instr *instr, int i) ntt_get_alu_src() argument 1318 ntt_emit_alu(struct ntt_compile *c, nir_alu_instr *instr) ntt_emit_alu() argument 1792 ntt_emit_load_ubo(struct ntt_compile *c, nir_intrinsic_instr *instr) ntt_emit_load_ubo() argument 1856 ntt_get_access_qualifier(nir_intrinsic_instr *instr) ntt_get_access_qualifier() argument 1872 ntt_emit_mem(struct ntt_compile *c, nir_intrinsic_instr *instr, nir_variable_mode mode) ntt_emit_mem() argument 2039 ntt_emit_image_load_store(struct ntt_compile *c, nir_intrinsic_instr *instr) ntt_emit_image_load_store() argument 2145 ntt_emit_load_input(struct ntt_compile *c, nir_intrinsic_instr *instr) ntt_emit_load_input() argument 2247 ntt_emit_store_output(struct ntt_compile *c, nir_intrinsic_instr *instr) ntt_emit_store_output() argument 2281 ntt_emit_load_output(struct ntt_compile *c, nir_intrinsic_instr *instr) ntt_emit_load_output() argument 2322 ntt_emit_load_sysval(struct ntt_compile *c, nir_intrinsic_instr *instr) ntt_emit_load_sysval() argument 2356 ntt_emit_intrinsic(struct ntt_compile *c, nir_intrinsic_instr *instr) ntt_emit_intrinsic() argument 2576 ntt_push_tex_arg(struct ntt_compile *c, nir_tex_instr *instr, nir_tex_src_type tex_src_type, struct ntt_tex_operand_state *s) ntt_push_tex_arg() argument 2605 ntt_emit_texture(struct ntt_compile *c, nir_tex_instr *instr) ntt_emit_texture() argument 2779 ntt_emit_ssa_undef(struct ntt_compile *c, nir_ssa_undef_instr *instr) ntt_emit_ssa_undef() argument 2786 ntt_emit_instr(struct ntt_compile *c, nir_instr *instr) ntt_emit_instr() argument 3071 ntt_should_vectorize_instr(const nir_instr *instr, const void *data) ntt_should_vectorize_instr() argument 3226 scalarize_64bit(const nir_instr *instr, const void *data) scalarize_64bit() argument 3235 nir_to_tgsi_lower_64bit_intrinsic(nir_builder *b, nir_intrinsic_instr *instr) nir_to_tgsi_lower_64bit_intrinsic() argument 3370 nir_to_tgsi_lower_64bit_load_const(nir_builder *b, nir_load_const_instr *instr) nir_to_tgsi_lower_64bit_load_const() argument 3407 nir_to_tgsi_lower_64bit_to_vec2_instr(nir_builder *b, nir_instr *instr, void *data) nir_to_tgsi_lower_64bit_to_vec2_instr() argument 3437 nir_to_tgsi_lower_tex_instr_arg(nir_builder *b, nir_tex_instr *instr, nir_tex_src_type tex_src_type, struct ntt_lower_tex_state *s) nir_to_tgsi_lower_tex_instr_arg() argument 3462 nir_to_tgsi_lower_tex_instr(nir_builder *b, nir_instr *instr, void *data) nir_to_tgsi_lower_tex_instr() argument 3574 ntt_lower_atomic_pre_dec_filter(const nir_instr *instr, const void *_data) ntt_lower_atomic_pre_dec_filter() argument 3581 ntt_lower_atomic_pre_dec_lower(nir_builder *b, nir_instr *instr, void *_data) ntt_lower_atomic_pre_dec_lower() argument 3639 nir_lower_primid_sysval_to_input_filter(const nir_instr *instr, const void *_data) nir_lower_primid_sysval_to_input_filter() argument 3646 nir_lower_primid_sysval_to_input_lower(nir_builder *b, nir_instr *instr, void *data) nir_lower_primid_sysval_to_input_lower() argument 3689 ntt_vec_to_mov_writemask_cb(const nir_instr *instr, unsigned writemask, UNUSED const void *_data) ntt_vec_to_mov_writemask_cb() argument [all...] |
| /kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
| H A D | cadence-nand-controller.c | 2003 const struct nand_op_instr *instr; in cadence_nand_cmd_opcode() local 2033 const struct nand_op_instr *instr; in cadence_nand_cmd_address() local 2078 const struct nand_op_instr *instr in cadence_nand_cmd_erase() local 2117 const struct nand_op_instr *instr; cadence_nand_cmd_data() local 2189 const struct nand_op_instr *instr = &subop->instrs[op_id]; cadence_nand_cmd_waitrdy() local [all...] |
| /kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
| H A D | aic79xx_core.c | 9486 union ins_formats instr; in ahd_download_instr() local [all...] |
| /kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
| H A D | cadence-nand-controller.c | 2046 const struct nand_op_instr *instr; in cadence_nand_cmd_opcode() local 2076 const struct nand_op_instr *instr; in cadence_nand_cmd_address() local 2121 const struct nand_op_instr *instr in cadence_nand_cmd_erase() local 2160 const struct nand_op_instr *instr; cadence_nand_cmd_data() local 2232 const struct nand_op_instr *instr = &subop->instrs[op_id]; cadence_nand_cmd_waitrdy() local [all...] |
| /kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
| H A D | aic79xx_core.c | 9482 union ins_formats instr; in ahd_download_instr() local [all...] |
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_nir_lower_ngg.c | 505 remove_culling_shader_output(nir_builder *b, nir_instr *instr, void *state) in remove_culling_shader_output() argument 586 remove_extra_pos_output(nir_builder *b, nir_instr *instr, void *state) in remove_extra_pos_output() argument 866 nir_instr *instr = ssa->parent_instr; analyze_shader_before_culling_walk() local 1812 lower_ngg_gs_intrinsic(nir_builder *b, nir_instr *instr, void *state) lower_ngg_gs_intrinsic() argument 2504 lower_ms_intrinsic(nir_builder *b, nir_instr *instr, void *state) lower_ms_intrinsic() argument 2535 filter_ms_intrinsic(const nir_instr *instr, UNUSED const void *st) filter_ms_intrinsic() argument [all...] |
| /third_party/mesa3d/src/amd/llvm/ |
| H A D | ac_nir_to_llvm.c | 563 static void visit_alu(struct ac_nir_context *ctx, const nir_alu_instr *instr) in visit_alu() argument 1374 visit_load_const(struct ac_nir_context *ctx, const nir_load_const_instr *instr) visit_load_const() argument 1445 lower_gather4_integer(struct ac_llvm_context *ctx, struct ac_image_args *args, const nir_tex_instr *instr) lower_gather4_integer() argument 1574 build_tex_intrinsic(struct ac_nir_context *ctx, const nir_tex_instr *instr, struct ac_image_args *args) build_tex_intrinsic() argument 1673 visit_load_push_constant(struct ac_nir_context *ctx, nir_intrinsic_instr *instr) visit_load_push_constant() argument 1768 visit_get_ssbo_size(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr) visit_get_ssbo_size() argument 1822 enter_waterfall_ssbo(struct ac_nir_context *ctx, struct waterfall_context *wctx, const nir_intrinsic_instr *instr, nir_src src) enter_waterfall_ssbo() argument 1829 visit_store_ssbo(struct ac_nir_context *ctx, nir_intrinsic_instr *instr) visit_store_ssbo() argument 1986 visit_atomic_ssbo(struct ac_nir_context *ctx, nir_intrinsic_instr *instr) visit_atomic_ssbo() argument 2083 visit_load_buffer(struct ac_nir_context *ctx, nir_intrinsic_instr *instr) visit_load_buffer() argument 2146 enter_waterfall_ubo(struct ac_nir_context *ctx, struct waterfall_context *wctx, const nir_intrinsic_instr *instr) enter_waterfall_ubo() argument 2153 get_global_address(struct ac_nir_context *ctx, nir_intrinsic_instr *instr, LLVMTypeRef type) get_global_address() argument 2179 visit_load_global(struct ac_nir_context *ctx, nir_intrinsic_instr *instr) visit_load_global() argument 2196 visit_store_global(struct ac_nir_context *ctx, nir_intrinsic_instr *instr) visit_store_global() argument 2220 visit_global_atomic(struct ac_nir_context *ctx, nir_intrinsic_instr *instr) visit_global_atomic() argument 2319 visit_load_ubo_buffer(struct ac_nir_context *ctx, nir_intrinsic_instr *instr) visit_load_ubo_buffer() argument 2368 visit_store_output(struct ac_nir_context *ctx, nir_intrinsic_instr *instr) visit_store_output() argument 2465 get_image_deref(const nir_intrinsic_instr *instr) get_image_deref() argument 2471 get_image_descriptor(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr, LLVMValueRef dynamic_index, enum ac_descriptor_type desc_type, bool write) get_image_descriptor() argument 2483 get_image_coords(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr, LLVMValueRef dynamic_desc_index, struct ac_image_args *args, enum glsl_sampler_dim dim, bool is_array) get_image_coords() argument 2567 enter_waterfall_image(struct ac_nir_context *ctx, struct waterfall_context *wctx, const nir_intrinsic_instr *instr) enter_waterfall_image() argument 2580 visit_image_load(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr, bool bindless) visit_image_load() argument 2667 visit_image_store(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr, bool bindless) visit_image_store() argument 2741 visit_image_atomic(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr, bool bindless) visit_image_atomic() argument 2897 visit_image_samples(struct ac_nir_context *ctx, nir_intrinsic_instr *instr) visit_image_samples() argument 2920 visit_image_size(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr, bool bindless) visit_image_size() argument 2965 emit_discard(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr) emit_discard() argument 2981 emit_demote(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr) emit_demote() argument 3098 visit_load_shared(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr) visit_load_shared() argument 3117 visit_store_shared(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr) visit_store_shared() argument 3139 visit_load_shared2_amd(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr) visit_load_shared2_amd() argument 3157 visit_store_shared2_amd(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr) visit_store_shared2_amd() argument 3171 visit_var_atomic(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr, LLVMValueRef ptr, int src_idx) visit_var_atomic() argument 3437 visit_load(struct ac_nir_context *ctx, nir_intrinsic_instr *instr, bool is_output) visit_load() argument 3584 visit_intrinsic(struct ac_nir_context *ctx, nir_intrinsic_instr *instr) visit_intrinsic() argument 4394 get_sampler_desc_internal(struct ac_nir_context *ctx, nir_deref_instr *deref_instr, const nir_instr *instr, bool image) get_sampler_desc_internal() argument 4479 get_sampler_desc_index(struct ac_nir_context *ctx, nir_deref_instr *deref_instr, const nir_instr *instr, bool image) get_sampler_desc_index() argument 4486 get_sampler_desc(struct ac_nir_context *ctx, nir_deref_instr *deref_instr, enum ac_descriptor_type desc_type, const nir_instr *instr, LLVMValueRef index, bool image, bool write) get_sampler_desc() argument 4522 tex_fetch_ptrs(struct ac_nir_context *ctx, nir_tex_instr *instr, struct waterfall_context *wctx, LLVMValueRef *res_ptr, LLVMValueRef *samp_ptr, LLVMValueRef *fmask_ptr) tex_fetch_ptrs() argument 4655 visit_tex(struct ac_nir_context *ctx, nir_tex_instr *instr) visit_tex() argument 5012 visit_phi(struct ac_nir_context *ctx, nir_phi_instr *instr) visit_phi() argument 5021 visit_post_phi(struct ac_nir_context *ctx, nir_phi_instr *instr, LLVMValueRef llvm_phi) visit_post_phi() argument 5043 nir_intrinsic_instr *instr = nir_instr_as_intrinsic(use_src->parent_instr); is_def_used_in_an_export() local 5047 nir_alu_instr *instr = nir_instr_as_alu(use_src->parent_instr); is_def_used_in_an_export() local 5056 visit_ssa_undef(struct ac_nir_context *ctx, const nir_ssa_undef_instr *instr) visit_ssa_undef() argument 5079 visit_jump(struct ac_llvm_context *ctx, const nir_jump_instr *instr) visit_jump() argument 5156 visit_deref(struct ac_nir_context *ctx, nir_deref_instr *instr) visit_deref() argument [all...] |
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_module.c | 2637 struct dxil_instr *instr = create_instr(m, INSTR_BINOP, op0->type); in dxil_emit_binop() local 2655 struct dxil_instr *instr = create_instr(m, INSTR_CMP, get_int1_type(m)); in dxil_emit_cmp() local 2676 struct dxil_instr *instr = create_instr(m, INSTR_SELECT, op1->type); dxil_emit_select() local 2695 struct dxil_instr *instr = create_instr(m, INSTR_CAST, type); dxil_emit_cast() local 2712 struct dxil_instr *instr = create_instr(m, INSTR_BR, dxil_emit_branch() local 2725 dxil_instr_get_return_value(struct dxil_instr *instr) dxil_instr_get_return_value() argument 2735 struct dxil_instr *instr = create_instr(m, INSTR_PHI, type); dxil_emit_phi() local 2748 dxil_phi_add_incoming(struct dxil_instr *instr, const struct dxil_value *incoming_values[], const unsigned incoming_blocks[], size_t num_incoming) dxil_phi_add_incoming() argument 2782 struct dxil_instr *instr = create_instr(m, INSTR_CALL, create_call_instr() local 2802 struct dxil_instr *instr = create_call_instr(m, func, args, num_args); dxil_emit_call() local 2817 struct dxil_instr *instr = create_call_instr(m, func, args, num_args); dxil_emit_call_void() local 2827 struct dxil_instr *instr = create_instr(m, INSTR_RET, dxil_emit_ret_void() local 2844 struct dxil_instr *instr = dxil_emit_extractval() local 2871 struct dxil_instr *instr = create_instr(m, INSTR_ALLOCA, return_type); dxil_emit_alloca() local 2915 struct dxil_instr *instr = create_instr(m, INSTR_GEP, type); dxil_emit_gep_inbounds() local 2945 struct dxil_instr *instr = create_instr(m, INSTR_LOAD, type); dxil_emit_load() local 2965 struct dxil_instr *instr = create_instr(m, INSTR_STORE, dxil_emit_store() local 2986 struct dxil_instr *instr = create_instr(m, INSTR_CMPXCHG, dxil_emit_cmpxchg() local 3010 struct dxil_instr *instr = create_instr(m, INSTR_ATOMICRMW, dxil_emit_atomicrmw() local 3027 emit_binop(struct dxil_module *m, struct dxil_instr *instr) emit_binop() argument 3055 emit_cmp(struct dxil_module *m, struct dxil_instr *instr) emit_cmp() argument 3070 emit_select(struct dxil_module *m, struct dxil_instr *instr) emit_select() argument 3086 emit_cast(struct dxil_module *m, struct dxil_instr *instr) emit_cast() argument 3101 emit_branch(struct dxil_module *m, struct dxil_func_def *func, struct dxil_instr *instr) emit_branch() argument 3127 emit_phi(struct dxil_module *m, struct dxil_func_def *func, struct dxil_instr *instr) emit_phi() argument 3145 emit_extractval(struct dxil_module *m, struct dxil_instr *instr) emit_extractval() argument 3162 emit_call(struct dxil_module *m, struct dxil_instr *instr) emit_call() argument 3187 emit_ret(struct dxil_module *m, struct dxil_instr *instr) emit_ret() argument 3204 emit_alloca(struct dxil_module *m, struct dxil_instr *instr) emit_alloca() argument 3222 emit_gep(struct dxil_module *m, struct dxil_instr *instr) emit_gep() argument 3242 emit_load(struct dxil_module *m, struct dxil_instr *instr) emit_load() argument 3258 emit_store(struct dxil_module *m, struct dxil_instr *instr) emit_store() argument 3275 emit_cmpxchg(struct dxil_module *m, struct dxil_instr *instr) emit_cmpxchg() argument 3294 emit_atomicrmw(struct dxil_module *m, struct dxil_instr *instr) emit_atomicrmw() argument 3312 emit_instr(struct dxil_module *m, struct dxil_func_def *func, struct dxil_instr *instr) emit_instr() argument 3405 struct dxil_instr *instr; assign_values() local [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | register-allocator.cc | 846 Instruction* instr = sequence->InstructionAt(to_spill->gap_index); in CommitSpillMoves() local 864 Instruction* instr = sequence->InstructionAt(to_spill->gap_index); in FilterSpillMoves() local 1366 Instruction* instr = code()->InstructionAt(index); in AddGapMove() local 1638 Instruction* instr = code()->InstructionAt(pos); AllocateFixed() local 2137 Instruction* instr = code()->InstructionAt(index); ProcessInstructions() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | effect-control-linearizer.cc | 629 BasicBlock::iterator instr = block->begin(); in Run() local
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | assembler-arm64.cc | 196 Instruction* instr = reinterpret_cast<Instruction*>(pc_); in IsCodedSpecially() local 206 Instruction* instr = reinterpret_cast<Instruction*>(pc_); in IsInConstantPool() local 214 Instruction* instr = reinterpret_cast<Instruction*>(pc_); in wasm_call_tag() local 701 IsConstantPoolAt(Instruction* instr) IsConstantPoolAt() argument 715 ConstantPoolSizeAt(Instruction* instr) ConstantPoolSizeAt() argument 2569 Instr instr = op; LoadStoreStructSingle() local 4430 Instruction* instr = assm_->InstructionAt(load_offset); SetLoadOffsetToConstPoolEntry() local [all...] |
| /third_party/node/deps/v8/src/codegen/mips64/ |
| H A D | assembler-mips64.cc | 346 Register Assembler::GetRtReg(Instr instr) { in GetRtReg() argument 350 Register Assembler::GetRsReg(Instr instr) { in GetRsReg() argument 354 Register Assembler::GetRdReg(Instr instr) { in GetRdReg() argument 358 uint32_t Assembler::GetRt(Instr instr) { in GetRt() argument 362 uint32_t Assembler::GetRtField(Instr instr) { return instr argument 364 GetRs(Instr instr) GetRs() argument 368 GetRsField(Instr instr) GetRsField() argument 370 GetRd(Instr instr) GetRd() argument 374 GetRdField(Instr instr) GetRdField() argument 376 GetSa(Instr instr) GetSa() argument 380 GetSaField(Instr instr) GetSaField() argument 382 GetOpcodeField(Instr instr) GetOpcodeField() argument 384 GetFunction(Instr instr) GetFunction() argument 388 GetFunctionField(Instr instr) GetFunctionField() argument 392 GetImmediate16(Instr instr) GetImmediate16() argument 394 GetLabelConst(Instr instr) GetLabelConst() argument 396 IsPop(Instr instr) IsPop() argument 400 IsPush(Instr instr) IsPush() argument 404 IsSwRegFpOffset(Instr instr) IsSwRegFpOffset() argument 408 IsLwRegFpOffset(Instr instr) IsLwRegFpOffset() argument 412 IsSwRegFpNegOffset(Instr instr) IsSwRegFpNegOffset() argument 417 IsLwRegFpNegOffset(Instr instr) IsLwRegFpNegOffset() argument 441 IsMsaBranch(Instr instr) IsMsaBranch() argument 465 IsBranch(Instr instr) IsBranch() argument 489 IsBc(Instr instr) IsBc() argument 495 IsNal(Instr instr) IsNal() argument 502 IsBzc(Instr instr) IsBzc() argument 509 IsEmittedConstant(Instr instr) IsEmittedConstant() argument 514 IsBeq(Instr instr) IsBeq() argument 516 IsBne(Instr instr) IsBne() argument 518 IsBeqzc(Instr instr) IsBeqzc() argument 523 IsBnezc(Instr instr) IsBnezc() argument 528 IsBeqc(Instr instr) IsBeqc() argument 535 IsBnec(Instr instr) IsBnec() argument 542 IsMov(Instr instr, Register rd, Register rs) IsMov() argument 556 IsJump(Instr instr) IsJump() argument 568 IsJ(Instr instr) IsJ() argument 574 IsJal(Instr instr) IsJal() argument 576 IsJr(Instr instr) IsJr() argument 580 IsJalr(Instr instr) IsJalr() argument 584 IsLui(Instr instr) IsLui() argument 590 IsOri(Instr instr) IsOri() argument 596 IsNop(Instr instr, unsigned int type) IsNop() argument 618 GetBranchOffset(Instr instr) GetBranchOffset() argument 623 IsLw(Instr instr) IsLw() argument 627 GetLwOffset(Instr instr) GetLwOffset() argument 632 SetLwOffset(Instr instr, int16_t offset) SetLwOffset() argument 642 IsSw(Instr instr) IsSw() argument 646 SetSwOffset(Instr instr, int16_t offset) SetSwOffset() argument 651 IsAddImmediate(Instr instr) IsAddImmediate() argument 655 SetAddImmediateOffset(Instr instr, int16_t offset) SetAddImmediateOffset() argument 660 IsAndImmediate(Instr instr) IsAndImmediate() argument 664 OffsetSizeInBits(Instr instr) OffsetSizeInBits() argument 675 AddBranchOffset(int pos, Instr instr) AddBranchOffset() argument 706 Instr instr = instr_at(pos); target_at() local 789 SetBranchOffset(int32_t pos, int32_t target_pos, Instr instr) SetBranchOffset() argument 809 Instr instr = instr_at(pos); target_at_put() local 941 Instr instr = instr_at(l.pos()); print() local 971 Instr instr = instr_at(fixup_pos); bind_to() local 1033 BranchOffset(Instr instr) BranchOffset() argument 1071 Instr instr = opcode | (rs.code() << kRsShift) | (rt.code() << kRtShift) | GenInstrRegister() local 1080 Instr instr = opcode | (rs.code() << kRsShift) | (rt.code() << kRtShift) | GenInstrRegister() local 1089 Instr instr = opcode | fmt | (ft.code() << kFtShift) | GenInstrRegister() local 1098 Instr instr = opcode | (fr.code() << kFrShift) | (ft.code() << kFtShift) | GenInstrRegister() local 1107 Instr instr = opcode | fmt | (rt.code() << kRtShift) | GenInstrRegister() local 1115 Instr instr = GenInstrRegister() local 1126 Instr instr = opcode | (rs.code() << kRsShift) | (rt.code() << kRtShift) | GenInstrImmediate() local 1136 Instr instr = opcode | (base.code() << kBaseShift) | (rt.code() << kRtShift) | GenInstrImmediate() local 1146 Instr instr = opcode | (rs.code() << kRsShift) | SF | (j & kImm16Mask); GenInstrImmediate() local 1154 Instr instr = opcode | (rs.code() << kRsShift) | (ft.code() << kFtShift) | GenInstrImmediate() local 1162 Instr instr = opcode | (rs.code() << kRsShift) | (offset21 & kImm21Mask); GenInstrImmediate() local 1169 Instr instr = opcode | (rs.code() << kRsShift) | (offset21 & kImm21Mask); GenInstrImmediate() local 1176 Instr instr = opcode | (offset26 & kImm26Mask); GenInstrImmediate() local 1183 Instr instr = opcode | address; GenInstrJump() local 1193 Instr instr = MSA | operation | ((imm8 & kImm8Mask) << kWtShift) | GenInstrMsaI8() local 1207 Instr instr = MSA | operation | df | ((imm5 & kImm5Mask) << kWtShift) | GenInstrMsaI5() local 1216 Instr instr = MSA | operation | df | (m << kWtShift) | GenInstrMsaBit() local 1225 Instr instr = MSA | operation | df | ((imm10 & kImm10Mask) << kWsShift) | GenInstrMsaI10() local 1235 Instr instr = MSA | operation | df | (t.code() << kWtShift) | GenInstrMsa3R() local 1245 Instr instr = MSA | operation | df | (n << kWtShift) | GenInstrMsaElm() local 1256 Instr instr = MSA | operation | (df << 21) | (wt.code() << kWtShift) | GenInstrMsa3RF() local 1265 Instr instr = MSA | operation | (wt.code() << kWtShift) | GenInstrMsaVec() local 1275 Instr instr = MSA | operation | ((s10 & kImm10Mask) << kWtShift) | GenInstrMsaMI10() local 1284 Instr instr = MSA | MSA_2R_FORMAT | operation | df | (ws.code() << kWsShift) | GenInstrMsa2R() local 1293 Instr instr = MSA | MSA_2RF_FORMAT | operation | df | GenInstrMsa2RF() local 1304 Instr instr = GenInstrMsaBranch() local 1927 Instr instr = SPECIAL | (1 << kRsShift) | (rt.code() << kRtShift) | rotr() local 1936 Instr instr = SPECIAL | (rs.code() << kRsShift) | (rt.code() << kRtShift) | rotrv() local 1959 Instr instr = SPECIAL | (1 << kRsShift) | (rt.code() << kRtShift) | drotr() local 1966 Instr instr = SPECIAL | (1 << kRsShift) | (rt.code() << kRtShift) | drotr32() local 1973 Instr instr = SPECIAL | (rs.code() << kRsShift) | (rt.code() << kRtShift) | drotrv() local 2002 Instr instr = SPECIAL | rs.code() << kRsShift | rt.code() << kRtShift | lsa() local 2011 Instr instr = SPECIAL | rs.code() << kRsShift | rt.code() << kRtShift | dlsa() local 2379 Instr instr = tge() local 2386 Instr instr = SPECIAL | TGEU | rs.code() << kRsShift | rt.code() << kRtShift | tgeu() local 2393 Instr instr = tlt() local 2400 Instr instr = SPECIAL | TLTU | rs.code() << kRsShift | rt.code() << kRtShift | tltu() local 2407 Instr instr = teq() local 2414 Instr instr = tne() local 2615 Instr instr = pref() local 3080 Instr instr = COP1 | fmt | ft.code() << kFtShift | fs.code() << kFsShift | cmp() local 3098 Instr instr = COP1 | BC1EQZ | ft.code() << kFtShift | (offset & kImm16Mask); bc1eqz() local 3106 Instr instr = COP1 | BC1NEZ | ft.code() << kFtShift | (offset & kImm16Mask); bc1nez() local 3118 Instr instr = COP1 | fmt | ft.code() << kFtShift | fs.code() << kFsShift | c() local 3143 Instr instr = COP1 | BC1 | cc << 18 | 0 << 16 | (offset & kImm16Mask); bc1f() local 3151 Instr instr = COP1 | BC1 | cc << 18 | 1 << 16 | (offset & kImm16Mask); bc1t() local 3619 Instr instr = MSA | MOVE_V | (ws.code() << kWsShift) | move_v() local 3627 Instr instr = MSA | CTCMSA | (rs.code() << kWsShift) | ctcmsa() local 3635 Instr instr = MSA | CFCMSA | (cs.code() << kWsShift) | cfcmsa() local 3681 Instr instr = instr_at(pc); RelocateInternalReference() local [all...] |
| /third_party/node/deps/v8/src/codegen/mips/ |
| H A D | assembler-mips.cc | 368 Register Assembler::GetRtReg(Instr instr) { in GetRtReg() argument 372 Register Assembler::GetRsReg(Instr instr) { in GetRsReg() argument 376 Register Assembler::GetRdReg(Instr instr) { in GetRdReg() argument 380 uint32_t Assembler::GetRt(Instr instr) { in GetRt() argument 384 uint32_t Assembler::GetRtField(Instr instr) { return instr argument 386 GetRs(Instr instr) GetRs() argument 390 GetRsField(Instr instr) GetRsField() argument 392 GetRd(Instr instr) GetRd() argument 396 GetRdField(Instr instr) GetRdField() argument 398 GetSa(Instr instr) GetSa() argument 402 GetSaField(Instr instr) GetSaField() argument 404 GetOpcodeField(Instr instr) GetOpcodeField() argument 406 GetFunction(Instr instr) GetFunction() argument 410 GetFunctionField(Instr instr) GetFunctionField() argument 414 GetImmediate16(Instr instr) GetImmediate16() argument 416 GetLabelConst(Instr instr) GetLabelConst() argument 418 IsPop(Instr instr) IsPop() argument 422 IsPush(Instr instr) IsPush() argument 426 IsSwRegFpOffset(Instr instr) IsSwRegFpOffset() argument 430 IsLwRegFpOffset(Instr instr) IsLwRegFpOffset() argument 434 IsSwRegFpNegOffset(Instr instr) IsSwRegFpNegOffset() argument 439 IsLwRegFpNegOffset(Instr instr) IsLwRegFpNegOffset() argument 463 IsMsaBranch(Instr instr) IsMsaBranch() argument 487 IsBranch(Instr instr) IsBranch() argument 511 IsBc(Instr instr) IsBc() argument 517 IsNal(Instr instr) IsNal() argument 524 IsBzc(Instr instr) IsBzc() argument 531 IsEmittedConstant(Instr instr) IsEmittedConstant() argument 536 IsBeq(Instr instr) IsBeq() argument 538 IsBne(Instr instr) IsBne() argument 540 IsBeqzc(Instr instr) IsBeqzc() argument 545 IsBnezc(Instr instr) IsBnezc() argument 550 IsBeqc(Instr instr) IsBeqc() argument 557 IsBnec(Instr instr) IsBnec() argument 564 IsJicOrJialc(Instr instr) IsJicOrJialc() argument 570 IsJump(Instr instr) IsJump() argument 582 IsJ(Instr instr) IsJ() argument 588 IsJal(Instr instr) IsJal() argument 590 IsJr(Instr instr) IsJr() argument 599 IsJalr(Instr instr) IsJalr() argument 604 IsLui(Instr instr) IsLui() argument 610 IsOri(Instr instr) IsOri() argument 616 IsAddu(Instr instr, Register rd, Register rs, Register rt) IsAddu() argument 630 IsMov(Instr instr, Register rd, Register rs) IsMov() argument 644 IsNop(Instr instr, unsigned int type) IsNop() argument 666 GetBranchOffset(Instr instr) GetBranchOffset() argument 671 IsLw(Instr instr) IsLw() argument 675 GetLwOffset(Instr instr) GetLwOffset() argument 680 SetLwOffset(Instr instr, int16_t offset) SetLwOffset() argument 690 IsSw(Instr instr) IsSw() argument 694 SetSwOffset(Instr instr, int16_t offset) SetSwOffset() argument 699 IsAddImmediate(Instr instr) IsAddImmediate() argument 703 SetAddImmediateOffset(Instr instr, int16_t offset) SetAddImmediateOffset() argument 708 IsAndImmediate(Instr instr) IsAndImmediate() argument 712 OffsetSizeInBits(Instr instr) OffsetSizeInBits() argument 723 AddBranchOffset(int pos, Instr instr) AddBranchOffset() argument 812 Instr instr = instr_at(pos); target_at() local 882 SetBranchOffset(int32_t pos, int32_t target_pos, Instr instr) SetBranchOffset() argument 898 Instr instr = instr_at(pos); target_at_put() local 1015 Instr instr = instr_at(l.pos()); print() local 1045 Instr instr = instr_at(fixup_pos); bind_to() local 1104 BranchOffset(Instr instr) BranchOffset() argument 1142 Instr instr = opcode | (rs.code() << kRsShift) | (rt.code() << kRtShift) | GenInstrRegister() local 1151 Instr instr = opcode | (rs.code() << kRsShift) | (rt.code() << kRtShift) | GenInstrRegister() local 1160 Instr instr = opcode | fmt | (ft.code() << kFtShift) | GenInstrRegister() local 1169 Instr instr = opcode | (fr.code() << kFrShift) | (ft.code() << kFtShift) | GenInstrRegister() local 1178 Instr instr = opcode | fmt | (rt.code() << kRtShift) | GenInstrRegister() local 1186 Instr instr = GenInstrRegister() local 1197 Instr instr = opcode | (rs.code() << kRsShift) | (rt.code() << kRtShift) | GenInstrImmediate() local 1207 Instr instr = opcode | (base.code() << kBaseShift) | (rt.code() << kRtShift) | GenInstrImmediate() local 1217 Instr instr = opcode | (rs.code() << kRsShift) | SF | (j & kImm16Mask); GenInstrImmediate() local 1225 Instr instr = opcode | (rs.code() << kRsShift) | (ft.code() << kFtShift) | GenInstrImmediate() local 1233 Instr instr = opcode | (rs.code() << kRsShift) | (offset21 & kImm21Mask); GenInstrImmediate() local 1240 Instr instr = opcode | (rs.code() << kRsShift) | (offset21 & kImm21Mask); GenInstrImmediate() local 1247 Instr instr = opcode | (offset26 & kImm26Mask); GenInstrImmediate() local 1254 Instr instr = opcode | address; GenInstrJump() local 1264 Instr instr = MSA | operation | ((imm8 & kImm8Mask) << kWtShift) | GenInstrMsaI8() local 1278 Instr instr = MSA | operation | df | ((imm5 & kImm5Mask) << kWtShift) | GenInstrMsaI5() local 1287 Instr instr = MSA | operation | df | (m << kWtShift) | GenInstrMsaBit() local 1296 Instr instr = MSA | operation | df | ((imm10 & kImm10Mask) << kWsShift) | GenInstrMsaI10() local 1306 Instr instr = MSA | operation | df | (t.code() << kWtShift) | GenInstrMsa3R() local 1316 Instr instr = MSA | operation | df | (n << kWtShift) | GenInstrMsaElm() local 1327 Instr instr = MSA | operation | (df << 21) | (wt.code() << kWtShift) | GenInstrMsa3RF() local 1336 Instr instr = MSA | operation | (wt.code() << kWtShift) | GenInstrMsaVec() local 1346 Instr instr = MSA | operation | ((s10 & kImm10Mask) << kWtShift) | GenInstrMsaMI10() local 1355 Instr instr = MSA | MSA_2R_FORMAT | operation | df | (ws.code() << kWsShift) | GenInstrMsa2R() local 1364 Instr instr = MSA | MSA_2RF_FORMAT | operation | df | GenInstrMsa2RF() local 1375 Instr instr = GenInstrMsaBranch() local 1919 Instr instr = SPECIAL | (1 << kRsShift) | (rt.code() << kRtShift) | rotr() local 1928 Instr instr = SPECIAL | (rs.code() << kRsShift) | (rt.code() << kRtShift) | rotrv() local 1937 Instr instr = SPECIAL | rs.code() << kRsShift | rt.code() << kRtShift | lsa() local 2240 Instr instr = tge() local 2247 Instr instr = SPECIAL | TGEU | rs.code() << kRsShift | rt.code() << kRtShift | tgeu() local 2254 Instr instr = tlt() local 2261 Instr instr = SPECIAL | TLTU | rs.code() << kRsShift | rt.code() << kRtShift | tltu() local 2268 Instr instr = teq() local 2275 Instr instr = tne() local 2368 Instr instr = pref() local 2875 Instr instr = COP1 | fmt | ft.code() << kFtShift | fs.code() << kFsShift | cmp() local 2893 Instr instr = COP1 | BC1EQZ | ft.code() << kFtShift | (offset & kImm16Mask); bc1eqz() local 2901 Instr instr = COP1 | BC1NEZ | ft.code() << kFtShift | (offset & kImm16Mask); bc1nez() local 2912 Instr instr = COP1 | fmt | ft.code() << 16 | fs.code() << kFsShift | cc << 8 | c() local 2937 Instr instr = COP1 | BC1 | cc << 18 | 0 << 16 | (offset & kImm16Mask); bc1f() local 2945 Instr instr = COP1 | BC1 | cc << 18 | 1 << 16 | (offset & kImm16Mask); bc1t() local 3403 Instr instr = MSA | MOVE_V | (ws.code() << kWsShift) | move_v() local 3411 Instr instr = MSA | CTCMSA | (rs.code() << kWsShift) | ctcmsa() local 3419 Instr instr = MSA | CFCMSA | (cs.code() << kWsShift) | cfcmsa() local 3457 Instr instr = instr_at(pc); RelocateInternalReference() local 3506 Instr instr = instr_at(pc); RelocateRelativeReference() local [all...] |
| /third_party/node/deps/v8/src/codegen/loong64/ |
| H A D | assembler-loong64.cc | 246 Register Assembler::GetRkReg(Instr instr) { in GetRkReg() argument 250 Register Assembler::GetRjReg(Instr instr) { in GetRjReg() argument 254 Register Assembler::GetRdReg(Instr instr) { in GetRdReg() argument 258 uint32_t Assembler::GetRk(Instr instr) { in GetRk() argument 262 uint32_t Assembler::GetRkField(Instr instr) { return instr argument 264 GetRj(Instr instr) GetRj() argument 268 GetRjField(Instr instr) GetRjField() argument 270 GetRd(Instr instr) GetRd() argument 274 GetRdField(Instr instr) GetRdField() argument 276 GetSa2(Instr instr) GetSa2() argument 280 GetSa2Field(Instr instr) GetSa2Field() argument 282 GetSa3(Instr instr) GetSa3() argument 286 GetSa3Field(Instr instr) GetSa3Field() argument 307 IsBranch(Instr instr) IsBranch() argument 317 IsB(Instr instr) IsB() argument 324 IsBz(Instr instr) IsBz() argument 331 IsEmittedConstant(Instr instr) IsEmittedConstant() argument 337 IsJ(Instr instr) IsJ() argument 343 IsLu12i_w(Instr instr) IsLu12i_w() argument 348 IsOri(Instr instr) IsOri() argument 353 IsLu32i_d(Instr instr) IsLu32i_d() argument 358 IsLu52i_d(Instr instr) IsLu52i_d() argument 363 IsMov(Instr instr, Register rd, Register rj) IsMov() argument 370 IsPcAddi(Instr instr, Register rd, int32_t si20) IsPcAddi() argument 376 IsNop(Instr instr, unsigned int type) IsNop() argument 386 GetOffsetOfBranch(Instr instr, Assembler::OffsetSize bits) GetOffsetOfBranch() argument 408 OffsetSizeInBits(Instr instr) OffsetSizeInBits() argument 419 AddBranchOffset(int pos, Instr instr) AddBranchOffset() argument 449 Instr instr = instr_at(pos); target_at() local 485 SetBranchOffset(int32_t pos, int32_t target_pos, Instr instr) SetBranchOffset() argument 520 Instr instr = instr_at(pos); target_at_put() local 545 Instr instr = instr_at(l.pos()); print() local 575 Instr instr = instr_at(fixup_pos); bind_to() local 640 BranchOffset(Instr instr) BranchOffset() argument 681 Instr instr = opcode | (si21 & kImm16Mask) << kRkShift | GenB() local 691 Instr instr = opcode | (si21 & kImm16Mask) << kRkShift | (sc << kRjShift) | GenB() local 699 Instr instr = GenB() local 707 Instr instr = opcode | ((si16 & kImm16Mask) << kRkShift) | GenBJ() local 715 Instr instr = opcode | cond << kCondShift | (fk.code() << kFkShift) | GenCmp() local 723 Instr instr = opcode | ca << kCondShift | (fk.code() << kFkShift) | GenSel() local 731 Instr instr = 0; GenRegister() local 737 Instr instr = opcode | (fj.code() << kFjShift) | fd.code(); GenRegister() local 744 Instr instr = opcode | (rj.code() << kRjShift) | fd.code(); GenRegister() local 751 Instr instr = opcode | (fj.code() << kFjShift) | rd.code(); GenRegister() local 757 Instr instr = opcode | (rj.code() << kRjShift) | fd.code(); GenRegister() local 763 Instr instr = opcode | (fj.code() << kFjShift) | rd.code(); GenRegister() local 769 Instr instr = opcode | (fj.code() << kFjShift) | cd; GenRegister() local 775 Instr instr = opcode | cj << kFjShift | fd.code(); GenRegister() local 781 Instr instr = opcode | (rj.code() << kRjShift) | cd; GenRegister() local 787 Instr instr = opcode | cj << kFjShift | rd.code(); GenRegister() local 793 Instr instr = GenRegister() local 800 Instr instr = GenRegister() local 807 Instr instr = opcode | (fa.code() << kFaShift) | (fk.code() << kFkShift) | GenRegister() local 814 Instr instr = GenRegister() local 822 Instr instr = opcode | (bit3 & 0x7) << kSaShift | (rk.code() << kRkShift) | GenImm() local 830 Instr instr = opcode | (bit6m & 0x3f) << 16 | (bit6l & 0x3f) << kRkShift | GenImm() local 837 Instr instr = opcode | (bit20 & 0xfffff) << kRjShift | rd.code(); GenImm() local 843 Instr instr = opcode | (bit15 & 0x7fff); GenImm() local 859 Instr instr = opcode | imm << kRkShift | (rj.code() << kRjShift) | rd.code(); GenImm() local 866 Instr instr = opcode | ((bit12 & kImm12Mask) << kRkShift) | GenImm() local 2101 Instr instr = instr_at(pc); RelocateRelativeReference() local 2325 Instr instr = instr_at(pc); set_target_value_at() local [all...] |
| /third_party/node/deps/v8/src/codegen/arm/ |
| H A D | assembler-arm.cc | 618 Condition Assembler::GetCondition(Instr instr) { in GetCondition() argument 622 bool Assembler::IsLdrRegisterImmediate(Instr instr) { in IsLdrRegisterImmediate() argument 626 bool Assembler::IsVldrDRegisterImmediate(Instr instr) { in IsVldrDRegisterImmediate() argument 630 int Assembler::GetLdrRegisterImmediateOffset(Instr instr) { in GetLdrRegisterImmediateOffset() argument 637 GetVldrDRegisterImmediateOffset(Instr instr) GetVldrDRegisterImmediateOffset() argument 645 SetLdrRegisterImmediateOffset(Instr instr, int offset) SetLdrRegisterImmediateOffset() argument 656 SetVldrDRegisterImmediateOffset(Instr instr, int offset) SetVldrDRegisterImmediateOffset() argument 668 IsStrRegisterImmediate(Instr instr) IsStrRegisterImmediate() argument 672 SetStrRegisterImmediateOffset(Instr instr, int offset) SetStrRegisterImmediateOffset() argument 683 IsAddRegisterImmediate(Instr instr) IsAddRegisterImmediate() argument 687 SetAddRegisterImmediateOffset(Instr instr, int offset) SetAddRegisterImmediateOffset() argument 695 GetRd(Instr instr) GetRd() argument 699 GetRn(Instr instr) GetRn() argument 703 GetRm(Instr instr) GetRm() argument 707 IsPush(Instr instr) IsPush() argument 711 IsPop(Instr instr) IsPop() argument 715 IsStrRegFpOffset(Instr instr) IsStrRegFpOffset() argument 719 IsLdrRegFpOffset(Instr instr) IsLdrRegFpOffset() argument 723 IsStrRegFpNegOffset(Instr instr) IsStrRegFpNegOffset() argument 727 IsLdrRegFpNegOffset(Instr instr) IsLdrRegFpNegOffset() argument 731 IsLdrPcImmediateOffset(Instr instr) IsLdrPcImmediateOffset() argument 737 IsBOrBlPcImmediateOffset(Instr instr) IsBOrBlPcImmediateOffset() argument 741 IsVldrDPcImmediateOffset(Instr instr) IsVldrDPcImmediateOffset() argument 747 IsBlxReg(Instr instr) IsBlxReg() argument 753 IsBlxIp(Instr instr) IsBlxIp() argument 759 IsTstImmediate(Instr instr) IsTstImmediate() argument 763 IsCmpRegister(Instr instr) IsCmpRegister() argument 768 IsCmpImmediate(Instr instr) IsCmpImmediate() argument 772 GetCmpImmediateRegister(Instr instr) GetCmpImmediateRegister() argument 777 GetCmpImmediateRawImmediate(Instr instr) GetCmpImmediateRawImmediate() argument 800 Instr instr = instr_at(pos); target_at() local 816 Instr instr = instr_at(pos); target_at_put() local 917 Instr instr = instr_at(l.pos()); print() local 1032 FitsShifter(uint32_t imm32, uint32_t* rotate_imm, uint32_t* immed_8, Instr* instr) FitsShifter() argument 1221 AddrMode1(Instr instr, Register rd, Register rn, const Operand& x) AddrMode1() argument 1300 AddrMode1TryEncodeOperand(Instr* instr, const Operand& x) AddrMode1TryEncodeOperand() argument 1323 AddrMode2(Instr instr, Register rd, const MemOperand& x) AddrMode2() argument 1363 AddrMode3(Instr instr, Register rd, const MemOperand& x) AddrMode3() argument 1413 AddrMode4(Instr instr, Register rn, RegList rl) AddrMode4() argument 1420 AddrMode5(Instr instr, CRegister crd, const MemOperand& x) AddrMode5() argument 2066 Instr instr; msr() local 5111 IsMovT(Instr instr) IsMovT() argument 5118 IsMovW(Instr instr) IsMovW() argument 5139 DecodeShiftImm(Instr instr) DecodeShiftImm() argument 5145 PatchShiftImm(Instr instr, int immed) PatchShiftImm() argument 5154 IsNop(Instr instr, int type) IsNop() argument 5160 IsMovImmed(Instr instr) IsMovImmed() argument 5164 IsOrrImmed(Instr instr) IsOrrImmed() argument 5426 Instr instr = instr_at(entry.position()); CheckConstPool() local [all...] |
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| H A D | assembler-riscv64.cc | 311 bool Assembler::IsBranch(Instr instr) { in IsBranch() argument 315 bool Assembler::IsCBranch(Instr instr) { in IsCBranch() argument 319 bool Assembler::IsJump(Instr instr) { in IsJump() argument 324 bool Assembler::IsNop(Instr instr) { return instr == kNopByte; } in IsNop() argument 326 bool Assembler::IsJal(Instr instr) { return (instr argument 328 IsJalr(Instr instr) IsJalr() argument 332 IsCJal(Instr instr) IsCJal() argument 336 IsLui(Instr instr) IsLui() argument 337 IsAuipc(Instr instr) IsAuipc() argument 340 IsAddiw(Instr instr) IsAddiw() argument 343 IsAddi(Instr instr) IsAddi() argument 346 IsOri(Instr instr) IsOri() argument 349 IsSlli(Instr instr) IsSlli() argument 353 IsLd(Instr instr) IsLd() argument 374 Instr instr = instruction->InstructionBits(); target_at() local 450 SetBranchOffset(int32_t pos, int32_t target_pos, Instr instr) SetBranchOffset() argument 465 SetLdOffset(int32_t offset, Instr instr) SetLdOffset() argument 473 SetAuipcOffset(int32_t offset, Instr instr) SetAuipcOffset() argument 480 SetJalrOffset(int32_t offset, Instr instr) SetJalrOffset() argument 490 SetJalOffset(int32_t pos, int32_t target_pos, Instr instr) SetJalOffset() argument 505 SetCJalOffset(int32_t pos, int32_t target_pos, Instr instr) SetCJalOffset() argument 520 SetCBranchOffset(int32_t pos, int32_t target_pos, Instr instr) SetCBranchOffset() argument 548 Instr instr = instruction->InstructionBits(); target_at_put() local 573 Instr instr = JAL; target_at_put() local 624 Instr instr = instr_at(l.pos()); print() local 655 Instr instr = instr_at(fixup_pos); bind_to() local 729 BranchOffset(Instr instr) BranchOffset() argument 738 JumpOffset(Instr instr) JumpOffset() argument 745 CJumpOffset(Instr instr) CJumpOffset() argument 780 LdOffset(Instr instr) LdOffset() argument 786 JalrOffset(Instr instr) JalrOffset() argument 792 AuipcOffset(Instr instr) AuipcOffset() argument 805 disassembleInstr(Instr instr) disassembleInstr() argument 821 Instr instr = opcode | (rd.code() << kRdShift) | (funct3 << kFunct3Shift) | GenInstrR() local 831 Instr instr = opcode | (rd.code() << kRdShift) | (funct3 << kFunct3Shift) | GenInstrR() local 841 Instr instr = opcode | (rd.code() << kRdShift) | (funct3 << kFunct3Shift) | GenInstrR() local 851 Instr instr = opcode | (rd.code() << kRdShift) | (funct3 << kFunct3Shift) | GenInstrR() local 861 Instr instr = opcode | (rd.code() << kRdShift) | (funct3 << kFunct3Shift) | GenInstrR() local 871 Instr instr = opcode | (rd.code() << kRdShift) | (funct3 << kFunct3Shift) | GenInstrR() local 882 Instr instr = opcode | (rd.code() << kRdShift) | (frm << kFunct3Shift) | GenInstrR4() local 893 Instr instr = opcode | (rd.code() << kRdShift) | (frm << kFunct3Shift) | GenInstrR4() local 904 Instr instr = AMO | (rd.code() << kRdShift) | (funct3 << kFunct3Shift) | GenInstrRAtomic() local 913 Instr instr = opcode | (rd.code() << kRdShift) | (frm << kFunct3Shift) | GenInstrRFrm() local 923 Instr instr = opcode | (rd.code() << kRdShift) | (funct3 << kFunct3Shift) | GenInstrI() local 932 Instr instr = opcode | (rd.code() << kRdShift) | (funct3 << kFunct3Shift) | GenInstrI() local 941 Instr instr = opcode | (rd.code() << kRdShift) | (funct3 << kFunct3Shift) | GenInstrIShift() local 951 Instr instr = opcode | (rd.code() << kRdShift) | (funct3 << kFunct3Shift) | GenInstrIShiftW() local 961 Instr instr = opcode | ((imm12 & 0x1f) << 7) | // bits 4-0 GenInstrS() local 972 Instr instr = opcode | ((imm12 & 0x1f) << 7) | // bits 4-0 GenInstrS() local 983 Instr instr = opcode | ((imm13 & 0x800) >> 4) | // bit 11 GenInstrB() local 994 Instr instr = opcode | (rd.code() << kRdShift) | (imm20 << kImm20Shift); GenInstrU() local 1000 Instr instr = opcode | (rd.code() << kRdShift) | GenInstrJ() local 1011 ShortInstr instr = opcode | (rs2.code() << kRvcRs2Shift) | GenInstrCR() local 1020 ShortInstr instr = opcode | ((rs2.code() & 0x7) << kRvcRs2sShift) | GenInstrCA() local 1029 ShortInstr instr = opcode | ((imm6 & 0x1f) << 2) | GenInstrCI() local 1038 ShortInstr instr = opcode | ((uimm6 & 0x1f) << 2) | GenInstrCIU() local 1047 ShortInstr instr = opcode | ((uimm6 & 0x1f) << 2) | GenInstrCIU() local 1056 ShortInstr instr = opcode | ((uimm8) << 5) | GenInstrCIW() local 1065 ShortInstr instr = opcode | (uimm6 << 7) | (rs2.code() << kRvcRs2Shift) | GenInstrCSS() local 1073 ShortInstr instr = opcode | (uimm6 << 7) | (rs2.code() << kRvcRs2Shift) | GenInstrCSS() local 1082 ShortInstr instr = opcode | ((uimm5 & 0x3) << 5) | GenInstrCL() local 1093 ShortInstr instr = opcode | ((uimm5 & 0x3) << 5) | GenInstrCL() local 1101 ShortInstr instr = opcode | (funct3 << kRvcFunct3Shift) | (uint11 << 2); GenInstrCJ() local 1109 ShortInstr instr = opcode | ((uimm5 & 0x3) << 5) | GenInstrCS() local 1120 ShortInstr instr = opcode | ((uimm5 & 0x3) << 5) | GenInstrCS() local 1130 ShortInstr instr = opcode | ((uimm8 & 0x1f) << 2) | ((uimm8 & 0xe0) << 5) | GenInstrCB() local 1139 ShortInstr instr = opcode | ((imm6 & 0x1f) << 2) | ((imm6 & 0x20) << 7) | GenInstrCBA() local 1149 Instr instr = (funct6 << kRvvFunct6Shift) | opcode | (mask << kRvvVmShift) | GenInstrV() local 1159 Instr instr = (funct6 << kRvvFunct6Shift) | opcode | (mask << kRvvVmShift) | GenInstrV() local 1169 Instr instr = (funct6 << kRvvFunct6Shift) | opcode | (mask << kRvvVmShift) | GenInstrV() local 1180 Instr instr = (funct6 << kRvvFunct6Shift) | opcode | (mask << kRvvVmShift) | GenInstrV() local 1191 Instr instr = (funct6 << kRvvFunct6Shift) | opcode | (mask << kRvvVmShift) | GenInstrV() local 1202 Instr instr = (funct6 << kRvvFunct6Shift) | opcode | (mask << kRvvVmShift) | GenInstrV() local 1212 Instr instr = (funct6 << kRvvFunct6Shift) | OP_MVX | (mask << kRvvVmShift) | GenInstrV() local 1222 Instr instr = (funct6 << kRvvFunct6Shift) | OP_IVI | (mask << kRvvVmShift) | GenInstrV() local 1234 Instr instr = opcode | ((vd.code() << kRvvVdShift) & kRvvVdMask) | GenInstrV() local 1248 Instr instr = opcode | ((vd.code() << kRvvVdShift) & kRvvVdMask) | GenInstrV() local 1263 Instr instr = opcode | ((vd.code() << kRvvVdShift) & kRvvVdMask) | GenInstrV() local 1277 Instr instr = (funct6 << kRvvFunct6Shift) | opcode | (mask << kRvvVmShift) | GenInstrV() local 2872 Instr instr = OP_V | ((rd.code() & 0x1F) << kRvvRdShift) | (0x7 << 12) | vsetvli() local 2882 Instr instr = OP_V | ((rd.code() & 0x1F) << kRvvRdShift) | (0x7 << 12) | vsetivli() local 2889 Instr instr = OP_V | ((rd.code() & 0x1F) << kRvvRdShift) | (0x7 << 12) | vsetvl() local 3599 Instr instr = instr_at(pc); RelocateInternalReference() local 3613 Instr instr = instr_at(pc); RelocateRelativeReference() local 3799 Instr* instr = reinterpret_cast<Instr*>(pc); set_target_address_at() local 3811 Instr instr = instr_at(pc); set_target_address_at() local 3825 Instr* instr = reinterpret_cast<Instr*>(pc); target_address_at() local 3943 IsConstantPoolAt(Instruction* instr) IsConstantPoolAt() argument 3961 ConstantPoolSizeAt(Instruction* instr) ConstantPoolSizeAt() argument [all...] |
| /third_party/node/deps/v8/src/execution/arm/ |
| H A D | simulator-arm.cc | 160 void SetInstructionBitsInCodeSpace(Instruction* instr, Instr value, in SetInstructionBitsInCodeSpace() argument 1148 void Simulator::Format(Instruction* instr, const char* format) { in Format() argument 1156 bool Simulator::ConditionallyExecute(Instruction* instr) { in ConditionallyExecute() argument 1304 int32_t Simulator::GetShiftRm(Instruction* instr, boo argument 656 CheckICache(base::CustomMatcherHashMap* i_cache, Instruction* instr) CheckICache() argument 1455 GetImm(Instruction* instr, bool* carry_out) GetImm() argument 1474 ProcessPU(Instruction* instr, int num_regs, int reg_size, intptr_t* start_address, intptr_t* end_address) ProcessPU() argument 1508 HandleRList(Instruction* instr, bool load) HandleRList() argument 1540 HandleVList(Instruction* instr) HandleVList() argument 1655 SoftwareInterrupt(Instruction* instr) SoftwareInterrupt() argument 2029 DecodeType01(Instruction* instr) DecodeType01() argument 2622 DecodeType2(Instruction* instr) DecodeType2() argument 2684 DecodeType3(Instruction* instr) DecodeType3() argument 3100 DecodeType4(Instruction* instr) DecodeType4() argument 3111 DecodeType5(Instruction* instr) DecodeType5() argument 3123 DecodeType6(Instruction* instr) DecodeType6() argument 3127 DecodeType7(Instruction* instr) DecodeType7() argument 3170 DecodeTypeVFP(Instruction* instr) DecodeTypeVFP() argument 3535 DecodeTypeCP15(Instruction* instr) DecodeTypeCP15() argument 3561 DecodeVMOVBetweenCoreAndSinglePrecisionRegisters( Instruction* instr) DecodeVMOVBetweenCoreAndSinglePrecisionRegisters() argument 3579 DecodeVCMP(Instruction* instr) DecodeVCMP() argument 3629 DecodeVCVTBetweenDoubleAndSingle(Instruction* instr) DecodeVCVTBetweenDoubleAndSingle() argument 3755 DecodeVCVTBetweenFloatingPointAndInteger(Instruction* instr) DecodeVCVTBetweenFloatingPointAndInteger() argument 3826 DecodeType6CoprocessorIns(Instruction* instr) DecodeType6CoprocessorIns() argument 4087 VmovImmediate(Simulator* simulator, Instruction* instr) VmovImmediate() argument 4351 DecodeUnconditional(Instruction* instr) DecodeUnconditional() argument 4372 DecodeAdvancedSIMDTwoOrThreeRegisters(Instruction* instr) DecodeAdvancedSIMDTwoOrThreeRegisters() argument 5039 DecodeAdvancedSIMDDataProcessing(Instruction* instr) DecodeAdvancedSIMDDataProcessing() argument 5727 DecodeMemoryHintsAndBarriers(Instruction* instr) DecodeMemoryHintsAndBarriers() argument 5746 DecodeAdvancedSIMDElementOrStructureLoadStore( Instruction* instr) DecodeAdvancedSIMDElementOrStructureLoadStore() argument 5760 DecodeAdvancedSIMDLoadStoreMultipleStructures( Instruction* instr) DecodeAdvancedSIMDLoadStoreMultipleStructures() argument 5810 DecodeAdvancedSIMDLoadSingleStructureToAllLanes( Instruction* instr) DecodeAdvancedSIMDLoadSingleStructureToAllLanes() argument 5859 DecodeAdvancedSIMDLoadStoreSingleStructureToOneLane( Instruction* instr) DecodeAdvancedSIMDLoadStoreSingleStructureToOneLane() argument 5941 DecodeFloatingPointDataProcessing(Instruction* instr) DecodeFloatingPointDataProcessing() argument 6107 DecodeSpecialCondition(Instruction* instr) DecodeSpecialCondition() argument 6123 InstructionDecode(Instruction* instr) InstructionDecode() argument 6125 CheckICache(i_cache(), instr); InstructionDecode() local 6189 Instruction* instr = reinterpret_cast<Instruction*>(program_counter); Execute() local 6198 Instruction* instr = reinterpret_cast<Instruction*>(program_counter); Execute() local [all...] |
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bifrost_compile.c | 119 bi_emit_jump(bi_builder *b, nir_jump_instr *instr) in bi_emit_jump() argument 375 bi_is_intr_immediate(nir_intrinsic_instr *instr, unsigned *immediate, unsigned max) in bi_is_intr_immediate() argument 399 bi_copy_component(bi_builder *b, nir_intrinsic_instr *instr, bi_index tmp) in bi_copy_component() argument 420 bi_emit_load_attr(bi_builder *b, nir_intrinsic_instr *instr) bi_emit_load_attr() argument 492 bi_emit_load_vary(bi_builder *b, nir_intrinsic_instr *instr) bi_emit_load_vary() argument 742 bi_emit_load_blend_input(bi_builder *b, nir_intrinsic_instr *instr) bi_emit_load_blend_input() argument 834 bi_emit_fragment_out(bi_builder *b, nir_intrinsic_instr *instr) bi_emit_fragment_out() argument 962 bifrost_nir_specialize_idvs(nir_builder *b, nir_instr *instr, void *data) bifrost_nir_specialize_idvs() argument 983 bi_emit_store_vary(bi_builder *b, nir_intrinsic_instr *instr) bi_emit_store_vary() argument 1087 bi_emit_load_ubo(bi_builder *b, nir_intrinsic_instr *instr) bi_emit_load_ubo() argument 1103 bi_emit_load_push_constant(bi_builder *b, nir_intrinsic_instr *instr) bi_emit_load_push_constant() argument 1165 bi_emit_load(bi_builder *b, nir_intrinsic_instr *instr, enum bi_seg seg) bi_emit_load() argument 1180 bi_emit_store(bi_builder *b, nir_intrinsic_instr *instr, enum bi_seg seg) bi_emit_store() argument 1381 bi_emit_image_index(bi_builder *b, nir_intrinsic_instr *instr) bi_emit_image_index() argument 1400 bi_emit_image_load(bi_builder *b, nir_intrinsic_instr *instr) bi_emit_image_load() argument 1434 bi_emit_lea_image(bi_builder *b, nir_intrinsic_instr *instr) bi_emit_lea_image() argument 1475 bi_emit_image_store(bi_builder *b, nir_intrinsic_instr *instr) bi_emit_image_store() argument 1520 bi_emit_load_frag_coord(bi_builder *b, nir_intrinsic_instr *instr) bi_emit_load_frag_coord() argument 1543 bi_emit_ld_tile(bi_builder *b, nir_intrinsic_instr *instr) bi_emit_ld_tile() argument 1574 bi_emit_intrinsic(bi_builder *b, nir_intrinsic_instr *instr) bi_emit_intrinsic() argument 1922 bi_emit_load_const(bi_builder *b, nir_load_const_instr *instr) bi_emit_load_const() argument 2272 bi_emit_alu(bi_builder *b, nir_alu_instr *instr) bi_emit_alu() argument 3168 bi_emit_texc_offset_ms_index(bi_builder *b, nir_tex_instr *instr) bi_emit_texc_offset_ms_index() argument 3204 bi_emit_valhall_offsets(bi_builder *b, nir_tex_instr *instr) bi_emit_valhall_offsets() argument 3384 bi_emit_texc(bi_builder *b, nir_tex_instr *instr) bi_emit_texc() argument 3604 bi_emit_tex_valhall(bi_builder *b, nir_tex_instr *instr) bi_emit_tex_valhall() argument 3767 bi_emit_texs(bi_builder *b, nir_tex_instr *instr) bi_emit_texs() argument 3794 bi_is_simple_tex(nir_tex_instr *instr) bi_is_simple_tex() argument 3842 bi_emit_tex(bi_builder *b, nir_tex_instr *instr) bi_emit_tex() argument 3870 bi_emit_instr(bi_builder *b, struct nir_instr *instr) bi_emit_instr() argument 4263 should_split_wrmask(const nir_instr *instr, UNUSED const void *data) should_split_wrmask() argument 4281 bi_lower_bit_size(const nir_instr *instr, UNUSED void *data) bi_lower_bit_size() argument 4306 bi_vectorize_filter(const nir_instr *instr, const void *data) bi_vectorize_filter() argument 4336 bi_scalarize_filter(const nir_instr *instr, const void *data) bi_scalarize_filter() argument 4365 nir_invalidate_divergence(struct nir_builder *b, nir_instr *instr, UNUSED void *data) nir_invalidate_divergence() argument 4388 bifrost_nir_lower_blend_components(struct nir_builder *b, nir_instr *instr, void *data) bifrost_nir_lower_blend_components() argument 4624 bifrost_nir_lower_i8_frag(struct nir_builder *b, nir_instr *instr, UNUSED void *data) bifrost_nir_lower_i8_frag() argument 4653 bifrost_nir_lower_store_component(struct nir_builder *b, nir_instr *instr, void *data) bifrost_nir_lower_store_component() argument 4787 bi_gather_texcoords(nir_builder *b, nir_instr *instr, void *data) bi_gather_texcoords() argument [all...] |
| /third_party/vixl/src/aarch32/ |
| H A D | assembler-aarch32.cc | 46 void Assembler::EmitT32_16(uint16_t instr) { in EmitT32_16() argument 52 void Assembler::EmitT32_32(uint32_t instr) { in EmitT32_32() argument 59 void Assembler::EmitA32(uint32_t instr) { in EmitA32() argument 86 uint32_t Assembler::Link(uint32_t instr, in Link() argument [all...] |
| H A D | disasm-aarch32.cc | 55 T32CodeAddressIncrementer(uint32_t instr, uint32_t* code_address) in T32CodeAddressIncrementer() argument 6974 int Disassembler::T32Size(uint32_t instr) { in T32Size() argument 6989 void Disassembler::DecodeT32(uint32_t instr) { in DecodeT32() argument 38303 DecodeA32(uint32_t instr) DecodeA32() argument [all...] |