| /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...] |
| H A D | nir_to_dxil.c | 4445 emit_deref(struct ntd_context* ctx, nir_deref_instr* instr) in emit_deref() argument 4542 emit_jump(struct ntd_context *ctx, nir_jump_instr *instr) emit_jump() argument 4562 emit_phi(struct ntd_context *ctx, nir_phi_instr *instr) emit_phi() argument 4582 fixup_phi(struct ntd_context *ctx, nir_phi_instr *instr, struct phi_block *vphi) fixup_phi() argument 4808 emit_tex(struct ntd_context *ctx, nir_tex_instr *instr) emit_tex() argument 5033 emit_instr(struct ntd_context *ctx, struct nir_instr* instr) emit_instr() argument 5563 lower_bit_size_callback(const nir_instr* instr, void *data) lower_bit_size_callback() argument [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...] |
| /third_party/vixl/src/aarch64/ |
| H A D | disasm-aarch64.cc | 788 void Disassembler::VisitAddSubImmediate(const Instruction *instr) { in Disassembler() argument 825 void Disassembler::VisitAddSubShifted(const Instruction *instr) { in Disassembler() argument 868 VisitAddSubExtended(const Instruction *instr) Disassembler() argument 911 VisitAddSubWithCarry(const Instruction *instr) Disassembler() argument 951 VisitRotateRightIntoFlags(const Instruction *instr) Disassembler() argument 956 VisitEvaluateIntoFlags(const Instruction *instr) Disassembler() argument 961 VisitLogicalImmediate(const Instruction *instr) Disassembler() argument 1037 VisitLogicalShifted(const Instruction *instr) Disassembler() argument 1072 VisitConditionalCompareRegister(const Instruction *instr) Disassembler() argument 1077 VisitConditionalCompareImmediate(const Instruction *instr) Disassembler() argument 1082 VisitConditionalSelect(const Instruction *instr) Disassembler() argument 1138 VisitBitfield(const Instruction *instr) Disassembler() argument 1232 VisitExtract(const Instruction *instr) Disassembler() argument 1254 VisitPCRelAddressing(const Instruction *instr) Disassembler() argument 1268 VisitConditionalBranch(const Instruction *instr) Disassembler() argument 1277 VisitUnconditionalBranchToRegister( const Instruction *instr) Disassembler() argument 1303 VisitUnconditionalBranch(const Instruction *instr) Disassembler() argument 1308 VisitDataProcessing1Source(const Instruction *instr) Disassembler() argument 1339 VisitDataProcessing2Source(const Instruction *instr) Disassembler() argument 1368 VisitDataProcessing3Source(const Instruction *instr) Disassembler() argument 1446 DisassembleMinMaxImm(const Instruction *instr) Disassembler() argument 1451 VisitCompareBranch(const Instruction *instr) Disassembler() argument 1456 VisitTestBranch(const Instruction *instr) Disassembler() argument 1465 VisitMoveWideImmediate(const Instruction *instr) Disassembler() argument 1531 VisitLoadStorePreIndex(const Instruction *instr) Disassembler() argument 1547 VisitLoadStorePostIndex(const Instruction *instr) Disassembler() argument 1563 VisitLoadStoreUnsignedOffset(const Instruction *instr) Disassembler() argument 1581 VisitLoadStoreRCpcUnscaledOffset(const Instruction *instr) Disassembler() argument 1600 VisitLoadStoreRegisterOffset(const Instruction *instr) Disassembler() argument 1618 VisitLoadStoreUnscaledOffset(const Instruction *instr) Disassembler() argument 1658 VisitLoadLiteral(const Instruction *instr) Disassembler() argument 1697 VisitLoadStorePairPostIndex(const Instruction *instr) Disassembler() argument 1712 VisitLoadStorePairPreIndex(const Instruction *instr) Disassembler() argument 1727 VisitLoadStorePairOffset(const Instruction *instr) Disassembler() argument 1742 VisitLoadStorePairNonTemporal(const Instruction *instr) Disassembler() argument 1817 VisitLoadStoreExclusive(const Instruction *instr) Disassembler() argument 1849 VisitLoadStorePAC(const Instruction *instr) Disassembler() argument 1861 VisitAtomicMemory(const Instruction *instr) Disassembler() argument 1888 VisitFPCompare(const Instruction *instr) Disassembler() argument 1903 VisitFPConditionalCompare(const Instruction *instr) Disassembler() argument 1908 VisitFPConditionalSelect(const Instruction *instr) Disassembler() argument 1913 VisitFPDataProcessing1Source(const Instruction *instr) Disassembler() argument 1939 VisitFPDataProcessing2Source(const Instruction *instr) Disassembler() argument 1944 VisitFPDataProcessing3Source(const Instruction *instr) Disassembler() argument 1949 VisitFPImmediate(const Instruction *instr) Disassembler() argument 1964 VisitFPIntegerConvert(const Instruction *instr) Disassembler() argument 1996 VisitFPFixedPointConvert(const Instruction *instr) Disassembler() argument 2019 DisassembleNoArgs(const Instruction *instr) Disassembler() argument 2023 VisitSystem(const Instruction *instr) Disassembler() argument 2115 VisitException(const Instruction *instr) Disassembler() argument 2154 VisitCrypto2RegSHA(const Instruction *instr) Disassembler() argument 2159 VisitCrypto3RegSHA(const Instruction *instr) Disassembler() argument 2164 VisitCryptoAES(const Instruction *instr) Disassembler() argument 2168 DisassembleNEON2RegAddlp(const Instruction *instr) Disassembler() argument 2179 DisassembleNEON2RegCompare(const Instruction *instr) Disassembler() argument 2186 DisassembleNEON2RegFPCompare(const Instruction *instr) Disassembler() argument 2193 DisassembleNEON2RegFPConvert(const Instruction *instr) Disassembler() argument 2216 DisassembleNEON2RegFP(const Instruction *instr) Disassembler() argument 2223 DisassembleNEON2RegLogical(const Instruction *instr) Disassembler() argument 2233 DisassembleNEON2RegExtract(const Instruction *instr) Disassembler() argument 2258 VisitNEON2RegMisc(const Instruction *instr) Disassembler() argument 2298 VisitNEON2RegMiscFP16(const Instruction *instr) Disassembler() argument 2314 DisassembleNEON3SameLogical(const Instruction *instr) Disassembler() argument 2334 DisassembleNEON3SameFHM(const Instruction *instr) Disassembler() argument 2338 DisassembleNEON3SameNoD(const Instruction *instr) Disassembler() argument 2348 VisitNEON3Same(const Instruction *instr) Disassembler() argument 2372 VisitNEON3SameFP16(const Instruction *instr) Disassembler() argument 2380 VisitNEON3SameExtra(const Instruction *instr) Disassembler() argument 2412 VisitNEON3Different(const Instruction *instr) Disassembler() argument 2449 DisassembleNEONFPAcrossLanes(const Instruction *instr) Disassembler() argument 2458 DisassembleNEONFP16AcrossLanes(const Instruction *instr) Disassembler() argument 2462 VisitNEONAcrossLanes(const Instruction *instr) Disassembler() argument 2488 VisitNEONByIndexedElement(const Instruction *instr) Disassembler() argument 2499 DisassembleNEONMulByElementLong(const Instruction *instr) Disassembler() argument 2510 DisassembleNEONDotProdByElement(const Instruction *instr) Disassembler() argument 2516 DisassembleNEONFPMulByElement(const Instruction *instr) Disassembler() argument 2525 DisassembleNEONHalfFPMulByElement(const Instruction *instr) Disassembler() argument 2531 DisassembleNEONFPMulByElementLong(const Instruction *instr) Disassembler() argument 2537 DisassembleNEONComplexMulByElement( const Instruction *instr) Disassembler() argument 2551 VisitNEONCopy(const Instruction *instr) Disassembler() argument 2611 VisitNEONExtract(const Instruction *instr) Disassembler() argument 2622 VisitNEONLoadStoreMultiStruct(const Instruction *instr) Disassembler() argument 2719 VisitNEONLoadStoreMultiStructPostIndex( const Instruction *instr) Disassembler() argument 2818 VisitNEONLoadStoreSingleStruct(const Instruction *instr) Disassembler() argument 2984 VisitNEONLoadStoreSingleStructPostIndex( const Instruction *instr) Disassembler() argument 3144 VisitNEONModifiedImmediate(const Instruction *instr) Disassembler() argument 3194 DisassembleNEONScalar2RegMiscOnlyD( const Instruction *instr) Disassembler() argument 3210 DisassembleNEONFPScalar2RegMisc(const Instruction *instr) Disassembler() argument 3232 VisitNEONScalar2RegMisc(const Instruction *instr) Disassembler() argument 3245 VisitNEONScalar2RegMiscFP16(const Instruction *instr) Disassembler() argument 3262 VisitNEONScalar3Diff(const Instruction *instr) Disassembler() argument 3274 DisassembleNEONFPScalar3Same(const Instruction *instr) Disassembler() argument 3281 DisassembleNEONScalar3SameOnlyD(const Instruction *instr) Disassembler() argument 3290 VisitNEONScalar3Same(const Instruction *instr) Disassembler() argument 3313 VisitNEONScalar3SameFP16(const Instruction *instr) Disassembler() argument 3317 VisitNEONScalar3SameExtra(const Instruction *instr) Disassembler() argument 3323 DisassembleNEONScalarSatMulLongIndex( const Instruction *instr) Disassembler() argument 3338 DisassembleNEONFPScalarMulIndex(const Instruction *instr) Disassembler() argument 3348 VisitNEONScalarByIndexedElement(const Instruction *instr) Disassembler() argument 3362 VisitNEONScalarCopy(const Instruction *instr) Disassembler() argument 3377 VisitNEONScalarPairwise(const Instruction *instr) Disassembler() argument 3399 DisassembleNEONScalarShiftImmOnlyD( const Instruction *instr) Disassembler() argument 3419 DisassembleNEONScalarShiftRightNarrowImm( const Instruction *instr) Disassembler() argument 3431 VisitNEONScalarShiftImmediate(const Instruction *instr) Disassembler() argument 3458 DisassembleNEONShiftLeftLongImm(const Instruction *instr) Disassembler() argument 3477 DisassembleNEONShiftRightImm(const Instruction *instr) Disassembler() argument 3499 DisassembleNEONShiftRightNarrowImm( const Instruction *instr) Disassembler() argument 3510 VisitNEONShiftImmediate(const Instruction *instr) Disassembler() argument 3518 VisitNEONTable(const Instruction *instr) Disassembler() argument 3558 VisitNEONPerm(const Instruction *instr) Disassembler() argument 3563 Disassemble_Vd4S_Vn16B_Vm16B(const Instruction *instr) Disassembler() argument 3568 VisitSVE32BitGatherLoadHalfwords_ScalarPlus32BitScaledOffsets( const Instruction *instr) Disassembler() argument 3574 VisitSVE32BitGatherLoadWords_ScalarPlus32BitScaledOffsets( const Instruction *instr) Disassembler() argument 3580 VisitSVE32BitGatherLoad_ScalarPlus32BitUnscaledOffsets( const Instruction *instr) Disassembler() argument 3586 VisitSVE32BitGatherLoad_VectorPlusImm( const Instruction *instr) Disassembler() argument 3611 VisitSVE32BitGatherPrefetch_ScalarPlus32BitScaledOffsets( const Instruction *instr) Disassembler() argument 3642 VisitSVE32BitGatherPrefetch_VectorPlusImm( const Instruction *instr) Disassembler() argument 3650 VisitSVE32BitScatterStore_ScalarPlus32BitScaledOffsets( const Instruction *instr) Disassembler() argument 3656 VisitSVE32BitScatterStore_ScalarPlus32BitUnscaledOffsets( const Instruction *instr) Disassembler() argument 3661 VisitSVE32BitScatterStore_VectorPlusImm( const Instruction *instr) Disassembler() argument 3689 VisitSVE64BitGatherLoad_ScalarPlus32BitUnpackedScaledOffsets( const Instruction *instr) Disassembler() argument 3696 VisitSVE64BitGatherLoad_ScalarPlus64BitScaledOffsets( const Instruction *instr) Disassembler() argument 3702 VisitSVE64BitGatherLoad_ScalarPlus64BitUnscaledOffsets( const Instruction *instr) Disassembler() argument 3708 VisitSVE64BitGatherLoad_ScalarPlusUnpacked32BitUnscaledOffsets( const Instruction *instr) Disassembler() argument 3714 VisitSVE64BitGatherLoad_VectorPlusImm( const Instruction *instr) Disassembler() argument 3784 VisitSVE64BitScatterStore_ScalarPlus64BitScaledOffsets( const Instruction *instr) Disassembler() argument 3789 VisitSVE64BitScatterStore_ScalarPlus64BitUnscaledOffsets( const Instruction *instr) Disassembler() argument 3795 VisitSVE64BitScatterStore_ScalarPlusUnpacked32BitScaledOffsets( const Instruction *instr) Disassembler() argument 3802 VisitSVE64BitScatterStore_ScalarPlusUnpacked32BitUnscaledOffsets( const Instruction *instr) Disassembler() argument 3807 VisitSVE64BitScatterStore_VectorPlusImm( const Instruction *instr) Disassembler() argument 3831 VisitSVEBitwiseLogicalWithImm_Unpredicated( const Instruction *instr) Disassembler() argument 3841 VisitSVEBitwiseLogical_Predicated(const Instruction *instr) Disassembler() argument 3845 VisitSVEBitwiseShiftByImm_Predicated( const Instruction *instr) Disassembler() argument 3879 VisitSVEBitwiseShiftByVector_Predicated( const Instruction *instr) Disassembler() argument 3884 VisitSVEBitwiseShiftByWideElements_Predicated( const Instruction *instr) Disassembler() argument 3974 VisitSVEBroadcastBitmaskImm(const Instruction *instr) Disassembler() argument 3994 VisitSVEBroadcastFPImm_Unpredicated( const Instruction *instr) Disassembler() argument 4013 VisitSVEBroadcastGeneralRegister(const Instruction *instr) Disassembler() argument 4033 VisitSVEBroadcastIndexElement(const Instruction *instr) Disassembler() argument 4061 VisitSVEBroadcastIntImm_Unpredicated( const Instruction *instr) Disassembler() argument 4084 VisitSVECompressActiveElements(const Instruction *instr) Disassembler() argument 4094 VisitSVEConditionallyBroadcastElementToVector( const Instruction *instr) Disassembler() argument 4099 VisitSVEConditionallyExtractElementToGeneralRegister( const Instruction *instr) Disassembler() argument 4109 VisitSVEConditionallyExtractElementToSIMDFPScalar( const Instruction *instr) Disassembler() argument 4114 VisitSVEConditionallyTerminateScalars( const Instruction *instr) Disassembler() argument 4120 VisitSVEConstructivePrefix_Unpredicated( const Instruction *instr) Disassembler() argument 4125 VisitSVEContiguousFirstFaultLoad_ScalarPlusScalar( const Instruction *instr) Disassembler() argument 4162 VisitSVEContiguousNonFaultLoad_ScalarPlusImm( const Instruction *instr) Disassembler() argument 4170 VisitSVEContiguousNonTemporalLoad_ScalarPlusImm( const Instruction *instr) Disassembler() argument 4189 VisitSVEContiguousNonTemporalLoad_ScalarPlusScalar( const Instruction *instr) Disassembler() argument 4206 VisitSVEContiguousNonTemporalStore_ScalarPlusImm( const Instruction *instr) Disassembler() argument 4226 VisitSVEContiguousNonTemporalStore_ScalarPlusScalar( const Instruction *instr) Disassembler() argument 4254 VisitSVEContiguousPrefetch_ScalarPlusImm( const Instruction *instr) Disassembler() argument 4262 VisitSVEContiguousPrefetch_ScalarPlusScalar( const Instruction *instr) Disassembler() argument 4292 VisitSVEContiguousStore_ScalarPlusImm( const Instruction *instr) Disassembler() argument 4302 VisitSVEContiguousStore_ScalarPlusScalar( const Instruction *instr) Disassembler() argument 4308 VisitSVECopyFPImm_Predicated(const Instruction *instr) Disassembler() argument 4326 VisitSVECopyGeneralRegisterToVector_Predicated( const Instruction *instr) Disassembler() argument 4346 VisitSVECopyIntImm_Predicated(const Instruction *instr) Disassembler() argument 4365 VisitSVECopySIMDFPScalarRegisterToVector_Predicated( const Instruction *instr) Disassembler() argument 4382 VisitSVEExtractElementToGeneralRegister( const Instruction *instr) Disassembler() argument 4391 VisitSVEExtractElementToSIMDFPScalarRegister( const Instruction *instr) Disassembler() argument 4396 VisitSVEFFRInitialise(const Instruction *instr) Disassembler() argument 4400 VisitSVEFFRWriteFromPredicate(const Instruction *instr) Disassembler() argument 4404 VisitSVEFPArithmeticWithImm_Predicated( const Instruction *instr) Disassembler() argument 4432 VisitSVEFPArithmetic_Predicated(const Instruction *instr) Disassembler() argument 4440 VisitSVEFPConvertPrecision(const Instruction *instr) Disassembler() argument 4466 VisitSVEFPConvertToInt(const Instruction *instr) Disassembler() argument 4502 VisitSVEFPExponentialAccelerator(const Instruction *instr) Disassembler() argument 4512 VisitSVEFPRoundToIntegralValue(const Instruction *instr) Disassembler() argument 4520 VisitSVEFPTrigMulAddCoefficient(const Instruction *instr) Disassembler() argument 4530 VisitSVEFPTrigSelectCoefficient(const Instruction *instr) Disassembler() argument 4540 VisitSVEFPUnaryOp(const Instruction *instr) Disassembler() argument 4548 IncDecFormHelper(const Instruction *instr, const char *reg_pat_mul_form, const char *reg_pat_form, const char *reg_form) Disassembler() argument 4564 VisitSVEIncDecRegisterByElementCount( const Instruction *instr) Disassembler() argument 4571 VisitSVEIncDecVectorByElementCount( const Instruction *instr) Disassembler() argument 4580 VisitSVEInsertGeneralRegister(const Instruction *instr) Disassembler() argument 4588 VisitSVEInsertSIMDFPScalarRegister( const Instruction *instr) Disassembler() argument 4593 VisitSVEIntAddSubtractImm_Unpredicated( const Instruction *instr) Disassembler() argument 4601 VisitSVEIntAddSubtractVectors_Predicated( const Instruction *instr) Disassembler() argument 4606 VisitSVEIntCompareScalarCountAndLimit( const Instruction *instr) Disassembler() argument 4613 VisitSVEIntConvertToFP(const Instruction *instr) Disassembler() argument 4648 VisitSVEIntDivideVectors_Predicated( const Instruction *instr) Disassembler() argument 4658 VisitSVEIntMinMaxDifference_Predicated( const Instruction *instr) Disassembler() argument 4663 VisitSVEIntMinMaxImm_Unpredicated(const Instruction *instr) Disassembler() argument 4676 VisitSVEIntMulImm_Unpredicated(const Instruction *instr) Disassembler() argument 4680 VisitSVEIntMulVectors_Predicated(const Instruction *instr) Disassembler() argument 4684 VisitSVELoadAndBroadcastElement(const Instruction *instr) Disassembler() argument 4749 VisitSVELoadAndBroadcastQOWord_ScalarPlusImm( const Instruction *instr) Disassembler() argument 4767 VisitSVELoadAndBroadcastQOWord_ScalarPlusScalar( const Instruction *instr) Disassembler() argument 4781 VisitSVELoadMultipleStructures_ScalarPlusImm( const Instruction *instr) Disassembler() argument 4805 VisitSVELoadMultipleStructures_ScalarPlusScalar( const Instruction *instr) Disassembler() argument 4829 VisitSVELoadPredicateRegister(const Instruction *instr) Disassembler() argument 4837 VisitSVELoadVectorRegister(const Instruction *instr) Disassembler() argument 4845 VisitSVEPartitionBreakCondition(const Instruction *instr) Disassembler() argument 4849 VisitSVEPermutePredicateElements(const Instruction *instr) Disassembler() argument 4853 VisitSVEPredicateFirstActive(const Instruction *instr) Disassembler() argument 4857 VisitSVEPredicateReadFromFFR_Unpredicated( const Instruction *instr) Disassembler() argument 4862 VisitSVEPredicateTest(const Instruction *instr) Disassembler() argument 4866 VisitSVEPredicateZero(const Instruction *instr) Disassembler() argument 4870 VisitSVEPropagateBreakToNextPartition( const Instruction *instr) Disassembler() argument 4875 VisitSVEReversePredicateElements(const Instruction *instr) Disassembler() argument 4879 VisitSVEReverseVectorElements(const Instruction *instr) Disassembler() argument 4883 VisitSVEReverseWithinElements(const Instruction *instr) Disassembler() argument 4920 VisitSVESaturatingIncDecRegisterByElementCount( const Instruction *instr) Disassembler() argument 4946 VisitSVESaturatingIncDecVectorByElementCount( const Instruction *instr) Disassembler() argument 4955 VisitSVEStoreMultipleStructures_ScalarPlusImm( const Instruction *instr) Disassembler() argument 4979 VisitSVEStoreMultipleStructures_ScalarPlusScalar( const Instruction *instr) Disassembler() argument 5003 VisitSVEStorePredicateRegister(const Instruction *instr) Disassembler() argument 5011 VisitSVEStoreVectorRegister(const Instruction *instr) Disassembler() argument 5019 VisitSVETableLookup(const Instruction *instr) Disassembler() argument 5023 VisitSVEUnpackPredicateElements(const Instruction *instr) Disassembler() argument 5027 VisitSVEUnpackVectorElements(const Instruction *instr) Disassembler() argument 5036 VisitSVEVectorSplice(const Instruction *instr) Disassembler() argument 5040 VisitSVEAddressGeneration(const Instruction *instr) Disassembler() argument 5067 VisitSVEBitwiseLogicalUnpredicated( const Instruction *instr) Disassembler() argument 5095 VisitSVEBitwiseShiftUnpredicated(const Instruction *instr) Disassembler() argument 5144 VisitSVEElementCount(const Instruction *instr) Disassembler() argument 5150 VisitSVEFPAccumulatingReduction(const Instruction *instr) Disassembler() argument 5158 VisitSVEFPArithmeticUnpredicated(const Instruction *instr) Disassembler() argument 5166 VisitSVEFPCompareVectors(const Instruction *instr) Disassembler() argument 5174 VisitSVEFPCompareWithZero(const Instruction *instr) Disassembler() argument 5182 VisitSVEFPComplexAddition(const Instruction *instr) Disassembler() argument 5192 VisitSVEFPComplexMulAdd(const Instruction *instr) Disassembler() argument 5201 VisitSVEFPComplexMulAddIndex(const Instruction *instr) Disassembler() argument 5212 VisitSVEFPFastReduction(const Instruction *instr) Disassembler() argument 5220 VisitSVEFPMulIndex(const Instruction *instr) Disassembler() argument 5233 VisitSVEFPMulAdd(const Instruction *instr) Disassembler() argument 5241 VisitSVEFPMulAddIndex(const Instruction *instr) Disassembler() argument 5256 VisitSVEFPUnaryOpUnpredicated(const Instruction *instr) Disassembler() argument 5264 VisitSVEIncDecByPredicateCount(const Instruction *instr) Disassembler() argument 5293 VisitSVEIndexGeneration(const Instruction *instr) Disassembler() argument 5312 VisitSVEIntArithmeticUnpredicated(const Instruction *instr) Disassembler() argument 5316 VisitSVEIntCompareSignedImm(const Instruction *instr) Disassembler() argument 5320 VisitSVEIntCompareUnsignedImm(const Instruction *instr) Disassembler() argument 5324 VisitSVEIntCompareVectors(const Instruction *instr) Disassembler() argument 5340 VisitSVEIntMulAddPredicated(const Instruction *instr) Disassembler() argument 5352 VisitSVEIntMulAddUnpredicated(const Instruction *instr) Disassembler() argument 5360 VisitSVEMovprfx(const Instruction *instr) Disassembler() argument 5364 VisitSVEIntReduction(const Instruction *instr) Disassembler() argument 5375 VisitSVEIntUnaryArithmeticPredicated( const Instruction *instr) Disassembler() argument 5408 VisitSVEMulIndex(const Instruction *instr) Disassembler() argument 5421 VisitSVEPermuteVectorExtract(const Instruction *instr) Disassembler() argument 5425 VisitSVEPermuteVectorInterleaving(const Instruction *instr) Disassembler() argument 5429 VisitSVEPredicateCount(const Instruction *instr) Disassembler() argument 5433 VisitSVEPredicateLogical(const Instruction *instr) Disassembler() argument 5491 VisitSVEPredicateInitialize(const Instruction *instr) Disassembler() argument 5498 VisitSVEPredicateNextActive(const Instruction *instr) Disassembler() argument 5502 VisitSVEPredicateReadFromFFR_Predicated( const Instruction *instr) Disassembler() argument 5507 VisitSVEPropagateBreak(const Instruction *instr) Disassembler() argument 5511 VisitSVEStackFrameAdjustment(const Instruction *instr) Disassembler() argument 5515 VisitSVEStackFrameSize(const Instruction *instr) Disassembler() argument 5519 VisitSVEVectorSelect(const Instruction *instr) Disassembler() argument 5531 VisitSVEContiguousLoad_ScalarPlusImm( const Instruction *instr) Disassembler() argument 5539 VisitSVEContiguousLoad_ScalarPlusScalar( const Instruction *instr) Disassembler() argument 5565 VisitReserved(const Instruction *instr) Disassembler() argument 5571 VisitUnimplemented(const Instruction *instr) Disassembler() argument 5576 VisitUnallocated(const Instruction *instr) Disassembler() argument 5580 Visit(Metadata *metadata, const Instruction *instr) Disassembler() argument 5594 Disassemble_PdT_PgZ_ZnT_ZmT(const Instruction *instr) Disassembler() argument 5605 Disassemble_ZdB_Zn1B_Zn2B_imm(const Instruction *instr) Disassembler() argument 5610 Disassemble_ZdB_ZnB_ZmB(const Instruction *instr) Disassembler() argument 5619 Disassemble_ZdD_PgM_ZnS(const Instruction *instr) Disassembler() argument 5624 Disassemble_ZdD_ZnD_ZmD(const Instruction *instr) Disassembler() argument 5629 Disassemble_ZdD_ZnD_ZmD_imm(const Instruction *instr) Disassembler() argument 5634 Disassemble_ZdD_ZnS_ZmS_imm(const Instruction *instr) Disassembler() argument 5639 Disassemble_ZdH_PgM_ZnS(const Instruction *instr) Disassembler() argument 5644 Disassemble_ZdH_ZnH_ZmH_imm(const Instruction *instr) Disassembler() argument 5649 Disassemble_ZdS_PgM_ZnD(const Instruction *instr) Disassembler() argument 5654 Disassemble_ZdS_PgM_ZnH(const Instruction *instr) Disassembler() argument 5659 Disassemble_ZdS_PgM_ZnS(const Instruction *instr) Disassembler() argument 5668 Disassemble_ZdS_ZnH_ZmH_imm(const Instruction *instr) Disassembler() argument 5673 Disassemble_ZdS_ZnS_ZmS(const Instruction *instr) Disassembler() argument 5678 Disassemble_ZdS_ZnS_ZmS_imm(const Instruction *instr) Disassembler() argument 5683 DisassembleSVEFlogb(const Instruction *instr) Disassembler() argument 5692 Disassemble_ZdT_PgM_ZnT(const Instruction *instr) Disassembler() argument 5697 Disassemble_ZdT_PgZ_ZnT_ZmT(const Instruction *instr) Disassembler() argument 5707 Disassemble_ZdT_Pg_Zn1T_Zn2T(const Instruction *instr) Disassembler() argument 5712 Disassemble_ZdT_Zn1T_Zn2T_ZmT(const Instruction *instr) Disassembler() argument 5717 Disassemble_ZdT_ZnT_ZmT(const Instruction *instr) Disassembler() argument 5722 Disassemble_ZdT_ZnT_ZmTb(const Instruction *instr) Disassembler() argument 5731 Disassemble_ZdT_ZnTb(const Instruction *instr) Disassembler() argument 5749 Disassemble_ZdT_ZnTb_ZmTb(const Instruction *instr) Disassembler() argument 5761 DisassembleSVEAddSubHigh(const Instruction *instr) Disassembler() argument 5770 DisassembleSVEShiftLeftImm(const Instruction *instr) Disassembler() argument 5783 DisassembleSVEShiftRightImm(const Instruction *instr) Disassembler() argument 5796 Disassemble_ZdaD_ZnD_ZmD_imm(const Instruction *instr) Disassembler() argument 5801 Disassemble_ZdaD_ZnH_ZmH_imm_const( const Instruction *instr) Disassembler() argument 5807 Disassemble_ZdaD_ZnS_ZmS_imm(const Instruction *instr) Disassembler() argument 5812 Disassemble_ZdaH_ZnH_ZmH_imm(const Instruction *instr) Disassembler() argument 5817 Disassemble_ZdaH_ZnH_ZmH_imm_const( const Instruction *instr) Disassembler() argument 5823 Disassemble_ZdaS_ZnB_ZmB(const Instruction *instr) Disassembler() argument 5828 Disassemble_ZdaS_ZnB_ZmB_imm_const( const Instruction *instr) Disassembler() argument 5834 Disassemble_ZdaS_ZnH_ZmH(const Instruction *instr) Disassembler() argument 5839 Disassemble_ZdaS_ZnH_ZmH_imm(const Instruction *instr) Disassembler() argument 5844 Disassemble_ZdaS_ZnS_ZmS_imm(const Instruction *instr) Disassembler() argument 5849 Disassemble_ZdaS_ZnS_ZmS_imm_const( const Instruction *instr) Disassembler() argument 5855 Disassemble_ZdaT_PgM_ZnTb(const Instruction *instr) Disassembler() argument 5867 DisassembleSVEAddSubCarry(const Instruction *instr) Disassembler() argument 5872 Disassemble_ZdaT_ZnT_ZmT(const Instruction *instr) Disassembler() argument 5877 Disassemble_ZdaT_ZnT_ZmT_const(const Instruction *instr) Disassembler() argument 5882 Disassemble_ZdaT_ZnTb_ZmTb(const Instruction *instr) Disassembler() argument 5891 Disassemble_ZdaT_ZnTb_ZmTb_const(const Instruction *instr) Disassembler() argument 5902 Disassemble_ZdnB_ZdnB(const Instruction *instr) Disassembler() argument 5907 Disassemble_ZdnB_ZdnB_ZmB(const Instruction *instr) Disassembler() argument 5912 DisassembleSVEBitwiseTernary(const Instruction *instr) Disassembler() argument 5917 Disassemble_ZdnS_ZdnS_ZmS(const Instruction *instr) Disassembler() argument 5922 DisassembleSVEFPPair(const Instruction *instr) Disassembler() argument 5931 Disassemble_ZdnT_PgM_ZdnT_ZmT(const Instruction *instr) Disassembler() argument 5936 DisassembleSVEComplexIntAddition(const Instruction *instr) Disassembler() argument 5942 Disassemble_ZdnT_ZdnT_ZmT_const(const Instruction *instr) Disassembler() argument 5954 Disassemble_ZtD_PgZ_ZnD_Xm(const Instruction *instr) Disassembler() argument 5960 Disassemble_ZtD_Pg_ZnD_Xm(const Instruction *instr) Disassembler() argument 5966 Disassemble_ZtS_PgZ_ZnS_Xm(const Instruction *instr) Disassembler() argument 5972 Disassemble_ZtS_Pg_ZnS_Xm(const Instruction *instr) Disassembler() argument 5978 Disassemble_XdSP_XnSP_Xm(const Instruction *instr) Disassembler() argument 5984 Disassemble_XdSP_XnSP_uimm6_uimm4(const Instruction *instr) Disassembler() argument 5990 Disassemble_Xd_XnSP_Xm(const Instruction *instr) Disassembler() argument 5995 Disassemble_Xd_XnSP_XmSP(const Instruction *instr) Disassembler() argument 6004 DisassembleMTEStoreTagPair(const Instruction *instr) Disassembler() argument 6029 DisassembleMTEStoreTag(const Instruction *instr) Disassembler() argument 6063 DisassembleMTELoadTag(const Instruction *instr) Disassembler() argument 6069 DisassembleCpy(const Instruction *instr) Disassembler() argument 6089 DisassembleSet(const Instruction *instr) Disassembler() argument 6114 AppendRegisterNameToOutput(const Instruction *instr, const CPURegister ®) Disassembler() argument 6156 AppendPCRelativeOffsetToOutput(const Instruction *instr, int64_t offset) Disassembler() argument 6169 AppendAddressToOutput(const Instruction *instr, const void *addr) Disassembler() argument 6176 AppendCodeAddressToOutput(const Instruction *instr, const void *addr) Disassembler() argument 6182 AppendDataAddressToOutput(const Instruction *instr, const void *addr) Disassembler() argument 6188 AppendCodeRelativeAddressToOutput(const Instruction *instr, const void *addr) Disassembler() argument 6200 AppendCodeRelativeCodeAddressToOutput( const Instruction *instr, const void *addr) Disassembler() argument 6206 AppendCodeRelativeDataAddressToOutput( const Instruction *instr, const void *addr) Disassembler() argument 6222 Format(const Instruction *instr, const char *mnemonic, const char *format0, const char *format1) Disassembler() argument 6392 SubstituteRegisterField(const Instruction *instr, const char *format) Disassembler() argument 6523 SubstitutePredicateRegisterField(const Instruction *instr, const char *format) Disassembler() argument 6549 SubstituteImmediateField(const Instruction *instr, const char *format) Disassembler() argument 6982 SubstituteBitfieldImmediateField(const Instruction *instr, const char *format) Disassembler() argument 7018 SubstituteLiteralField(const Instruction *instr, const char *format) Disassembler() argument 7057 SubstituteShiftField(const Instruction *instr, const char *format) Disassembler() argument 7091 SubstituteConditionField(const Instruction *instr, const char *format) Disassembler() argument 7127 SubstitutePCRelAddressField(const Instruction *instr, const char *format) Disassembler() argument 7153 SubstituteBranchTargetField(const Instruction *instr, const char *format) Disassembler() argument 7190 SubstituteExtendField(const Instruction *instr, const char *format) Disassembler() argument 7217 SubstituteLSRegOffsetField(const Instruction *instr, const char *format) Disassembler() argument 7252 SubstitutePrefetchField(const Instruction *instr, const char *format) Disassembler() argument 7309 SubstituteSysOpField(const Instruction *instr, const char *format) Disassembler() argument 7327 SubstituteCrField(const Instruction *instr, const char *format) Disassembler() argument 7345 SubstituteIntField(const Instruction *instr, const char *format) Disassembler() argument 7403 SubstituteSVESize(const Instruction *instr, const char *format) Disassembler() argument 7514 Disassemble(const Instruction *instr) Disassembler() argument 7548 ProcessOutput(const Instruction *instr) Disassembler() argument [all...] |
| H A D | simulator-aarch64.cc | 2140 void Simulator::Simulate_PdT_PgZ_ZnT_ZmT(const Instruction* instr) { in Simulator() argument 2161 void Simulator::Simulate_PdT_Xn_Xm(const Instruction* instr) { in Simulator() argument 2192 Simulate_ZdB_Zn1B_Zn2B_imm(const Instruction* instr) Simulator() argument 2206 Simulate_ZdB_ZnB_ZmB(const Instruction* instr) Simulator() argument 2232 SimulateSVEMulIndex(const Instruction* instr) Simulator() argument 2251 SimulateSVEMlaMlsIndex(const Instruction* instr) Simulator() argument 2275 SimulateSVESaturatingMulHighIndex(const Instruction* instr) Simulator() argument 2305 SimulateSVESaturatingIntMulLongIdx(const Instruction* instr) Simulator() argument 2388 Simulate_ZdH_PgM_ZnS(const Instruction* instr) Simulator() argument 2408 Simulate_ZdS_PgM_ZnD(const Instruction* instr) Simulator() argument 2437 SimulateSVEFPConvertLong(const Instruction* instr) Simulator() argument 2457 Simulate_ZdS_PgM_ZnS(const Instruction* instr) Simulator() argument 2481 Simulate_ZdT_PgM_ZnT(const Instruction* instr) Simulator() argument 2505 Simulate_ZdT_PgZ_ZnT_ZmT(const Instruction* instr) Simulator() argument 2522 Simulate_ZdT_ZnT_ZmT(const Instruction* instr) Simulator() argument 2570 Simulate_ZdT_ZnT_ZmTb(const Instruction* instr) Simulator() argument 2611 Simulate_ZdT_ZnT_const(const Instruction* instr) Simulator() argument 2638 SimulateSVENarrow(const Instruction* instr) Simulator() argument 2735 SimulateSVEInterleavedArithLong(const Instruction* instr) Simulator() argument 2813 SimulateSVEIntMulLongVec(const Instruction* instr) Simulator() argument 2863 SimulateSVEAddSubHigh(const Instruction* instr) Simulator() argument 2917 SimulateSVEShiftLeftImm(const Instruction* instr) Simulator() argument 2955 SimulateSVESaturatingMulAddHigh(const Instruction* instr) Simulator() argument 3011 Simulate_ZdaD_ZnS_ZmS_imm(const Instruction* instr) Simulator() argument 3041 Simulate_ZdaS_ZnH_ZmH(const Instruction* instr) Simulator() argument 3070 Simulate_ZdaS_ZnH_ZmH_imm(const Instruction* instr) Simulator() argument 3112 Simulate_ZdaT_PgM_ZnTb(const Instruction* instr) Simulator() argument 3132 SimulateSVEAddSubCarry(const Instruction* instr) Simulator() argument 3159 Simulate_ZdaT_ZnT_ZmT(const Instruction* instr) Simulator() argument 3177 SimulateSVEComplexIntMulAdd(const Instruction* instr) Simulator() argument 3215 Simulate_ZdaT_ZnT_const(const Instruction* instr) Simulator() argument 3245 Simulate_ZdaT_ZnTb_ZmTb(const Instruction* instr) Simulator() argument 3308 SimulateSVEComplexDotProduct(const Instruction* instr) Simulator() argument 3338 SimulateSVEBitwiseTernary(const Instruction* instr) Simulator() argument 3374 SimulateSVEHalvingAddSub(const Instruction* instr) Simulator() argument 3413 SimulateSVESaturatingArithmetic(const Instruction* instr) Simulator() argument 3452 SimulateSVEIntArithPair(const Instruction* instr) Simulator() argument 3482 Simulate_ZdnT_PgM_ZdnT_ZmT(const Instruction* instr) Simulator() argument 3511 Simulate_ZdnT_PgM_ZdnT_const(const Instruction* instr) Simulator() argument 3545 SimulateSVEExclusiveOrRotate(const Instruction* instr) Simulator() argument 3561 Simulate_ZdnT_ZdnT_ZmT_const(const Instruction* instr) Simulator() argument 3579 Simulate_ZtD_PgZ_ZnD_Xm(const Instruction* instr) Simulator() argument 3620 Simulate_ZtD_Pg_ZnD_Xm(const Instruction* instr) Simulator() argument 3636 Simulate_ZtS_PgZ_ZnS_Xm(const Instruction* instr) Simulator() argument 3670 Simulate_ZtS_Pg_ZnS_Xm(const Instruction* instr) Simulator() argument 3685 VisitReserved(const Instruction* instr) Simulator() argument 3696 VisitUnimplemented(const Instruction* instr) Simulator() argument 3704 VisitUnallocated(const Instruction* instr) Simulator() argument 3712 VisitPCRelAddressing(const Instruction* instr) Simulator() argument 3720 VisitUnconditionalBranch(const Instruction* instr) Simulator() argument 3734 VisitConditionalBranch(const Instruction* instr) Simulator() argument 3763 VisitUnconditionalBranchToRegister(const Instruction* instr) Simulator() argument 3844 VisitTestBranch(const Instruction* instr) Simulator() argument 3865 VisitCompareBranch(const Instruction* instr) Simulator() argument 3890 AddSubHelper(const Instruction* instr, int64_t op2) Simulator() argument 3930 VisitAddSubShifted(const Instruction* instr) Simulator() argument 3943 VisitAddSubImmediate(const Instruction* instr) Simulator() argument 3950 VisitAddSubExtended(const Instruction* instr) Simulator() argument 3960 VisitAddSubWithCarry(const Instruction* instr) Simulator() argument 3980 VisitRotateRightIntoFlags(const Instruction* instr) Simulator() argument 3995 VisitEvaluateIntoFlags(const Instruction* instr) Simulator() argument 4007 VisitLogicalShifted(const Instruction* instr) Simulator() argument 4022 VisitLogicalImmediate(const Instruction* instr) Simulator() argument 4031 LogicalHelper(const Instruction* instr, int64_t op2) Simulator() argument 4072 VisitConditionalCompareRegister(const Instruction* instr) Simulator() argument 4078 VisitConditionalCompareImmediate(const Instruction* instr) Simulator() argument 4083 ConditionalCompareHelper(const Instruction* instr, int64_t op2) Simulator() argument 4105 VisitLoadStoreUnsignedOffset(const Instruction* instr) Simulator() argument 4111 VisitLoadStoreUnscaledOffset(const Instruction* instr) Simulator() argument 4116 VisitLoadStorePreIndex(const Instruction* instr) Simulator() argument 4121 VisitLoadStorePostIndex(const Instruction* instr) Simulator() argument 4127 LoadAcquireRCpcUnscaledOffsetHelper(const Instruction* instr) Simulator() argument 4154 StoreReleaseUnscaledOffsetHelper(const Instruction* instr) Simulator() argument 4180 VisitLoadStoreRCpcUnscaledOffset(const Instruction* instr) Simulator() argument 4225 VisitLoadStorePAC(const Instruction* instr) Simulator() argument 4267 VisitLoadStoreRegisterOffset(const Instruction* instr) Simulator() argument 4278 LoadStoreHelper(const Instruction* instr, int64_t offset, AddrMode addrmode) Simulator() argument 4414 VisitLoadStorePairOffset(const Instruction* instr) Simulator() argument 4419 VisitLoadStorePairPreIndex(const Instruction* instr) Simulator() argument 4424 VisitLoadStorePairPostIndex(const Instruction* instr) Simulator() argument 4429 VisitLoadStorePairNonTemporal(const Instruction* instr) Simulator() argument 4434 LoadStorePairHelper(const Instruction* instr, AddrMode addrmode) Simulator() argument 4552 CompareAndSwapHelper(const Instruction* instr) Simulator() argument 4592 CompareAndSwapPairHelper(const Instruction* instr) Simulator() argument 4725 VisitLoadStoreExclusive(const Instruction* instr) Simulator() argument 4930 AtomicMemorySimpleHelper(const Instruction* instr) Simulator() argument 5001 AtomicMemorySwapHelper(const Instruction* instr) Simulator() argument 5034 LoadAcquireRCpcHelper(const Instruction* instr) Simulator() argument 5063 VisitAtomicMemory(const Instruction* instr) Simulator() argument 5153 VisitLoadLiteral(const Instruction* instr) Simulator() argument 5232 VisitMoveWideImmediate(const Instruction* instr) Simulator() argument 5276 VisitConditionalSelect(const Instruction* instr) Simulator() argument 5312 VisitDataProcessing1Source(const Instruction* instr) Simulator() argument 5433 VisitDataProcessing2Source(const Instruction* instr) Simulator() argument 5578 SimulateSignedMinMax(const Instruction* instr) Simulator() argument 5617 SimulateUnsignedMinMax(const Instruction* instr) Simulator() argument 5654 VisitDataProcessing3Source(const Instruction* instr) Simulator() argument 5704 VisitBitfield(const Instruction* instr) Simulator() argument 5766 VisitExtract(const Instruction* instr) Simulator() argument 5779 VisitFPImmediate(const Instruction* instr) Simulator() argument 5798 VisitFPIntegerConvert(const Instruction* instr) Simulator() argument 6072 VisitFPFixedPointConvert(const Instruction* instr) Simulator() argument 6198 VisitFPCompare(const Instruction* instr) Simulator() argument 6251 VisitFPConditionalCompare(const Instruction* instr) Simulator() argument 6301 VisitFPConditionalSelect(const Instruction* instr) Simulator() argument 6327 VisitFPDataProcessing1Source(const Instruction* instr) Simulator() argument 6474 VisitFPDataProcessing2Source(const Instruction* instr) Simulator() argument 6549 VisitFPDataProcessing3Source(const Instruction* instr) Simulator() argument 6638 FPProcessNaNs(const Instruction* instr) Simulator() argument 6708 VisitSystem(const Instruction* instr) Simulator() argument 6871 VisitException(const Instruction* instr) Simulator() argument 6928 VisitCrypto2RegSHA(const Instruction* instr) Simulator() argument 6933 VisitCrypto3RegSHA(const Instruction* instr) Simulator() argument 6938 VisitCryptoAES(const Instruction* instr) Simulator() argument 6943 VisitNEON2RegMisc(const Instruction* instr) Simulator() argument 7224 VisitNEON2RegMiscFP16(const Instruction* instr) Simulator() argument 7329 VisitNEON3Same(const Instruction* instr) Simulator() argument 7604 VisitNEON3SameFP16(const Instruction* instr) Simulator() argument 7661 VisitNEON3SameExtra(const Instruction* instr) Simulator() argument 7697 VisitNEON3Different(const Instruction* instr) Simulator() argument 7869 VisitNEONAcrossLanes(const Instruction* instr) Simulator() argument 7946 SimulateNEONMulByElementLong(const Instruction* instr) Simulator() argument 8001 SimulateNEONFPMulByElementLong(const Instruction* instr) Simulator() argument 8028 SimulateNEONFPMulByElement(const Instruction* instr) Simulator() argument 8076 SimulateNEONComplexMulByElement(const Instruction* instr) Simulator() argument 8096 SimulateNEONDotProdByElement(const Instruction* instr) Simulator() argument 8125 VisitNEONByIndexedElement(const Instruction* instr) Simulator() argument 8168 VisitNEONCopy(const Instruction* instr) Simulator() argument 8205 VisitNEONExtract(const Instruction* instr) Simulator() argument 8220 NEONLoadStoreMultiStructHelper(const Instruction* instr, AddrMode addr_mode) Simulator() argument 8385 VisitNEONLoadStoreMultiStruct(const Instruction* instr) Simulator() argument 8390 VisitNEONLoadStoreMultiStructPostIndex( const Instruction* instr) Simulator() argument 8396 NEONLoadStoreSingleStructHelper(const Instruction* instr, AddrMode addr_mode) Simulator() argument 8622 VisitNEONLoadStoreSingleStruct(const Instruction* instr) Simulator() argument 8627 VisitNEONLoadStoreSingleStructPostIndex( const Instruction* instr) Simulator() argument 8633 VisitNEONModifiedImmediate(const Instruction* instr) Simulator() argument 8745 VisitNEONScalar2RegMisc(const Instruction* instr) Simulator() argument 8885 VisitNEONScalar2RegMiscFP16(const Instruction* instr) Simulator() argument 8957 VisitNEONScalar3Diff(const Instruction* instr) Simulator() argument 8980 VisitNEONScalar3Same(const Instruction* instr) Simulator() argument 9095 VisitNEONScalar3SameFP16(const Instruction* instr) Simulator() argument 9134 VisitNEONScalar3SameExtra(const Instruction* instr) Simulator() argument 9154 VisitNEONScalarByIndexedElement(const Instruction* instr) Simulator() argument 9232 VisitNEONScalarCopy(const Instruction* instr) Simulator() argument 9250 VisitNEONScalarPairwise(const Instruction* instr) Simulator() argument 9290 VisitNEONScalarShiftImmediate(const Instruction* instr) Simulator() argument 9398 VisitNEONShiftImmediate(const Instruction* instr) Simulator() argument 9561 VisitNEONTable(const Instruction* instr) Simulator() argument 9603 VisitNEONPerm(const Instruction* instr) Simulator() argument 9635 VisitSVEAddressGeneration(const Instruction* instr) Simulator() argument 9667 VisitSVEBitwiseLogicalWithImm_Unpredicated( const Instruction* instr) Simulator() argument 9691 VisitSVEBroadcastBitmaskImm(const Instruction* instr) Simulator() argument 9708 VisitSVEBitwiseLogicalUnpredicated(const Instruction* instr) Simulator() argument 9737 VisitSVEBitwiseShiftByImm_Predicated(const Instruction* instr) Simulator() argument 9784 VisitSVEBitwiseShiftByVector_Predicated( const Instruction* instr) Simulator() argument 9865 VisitSVEBitwiseShiftByWideElements_Predicated( const Instruction* instr) Simulator() argument 9897 VisitSVEBitwiseShiftUnpredicated(const Instruction* instr) Simulator() argument 9955 VisitSVEIncDecRegisterByElementCount(const Instruction* instr) Simulator() argument 9988 VisitSVEIncDecVectorByElementCount(const Instruction* instr) Simulator() argument 10024 VisitSVESaturatingIncDecRegisterByElementCount( const Instruction* instr) Simulator() argument 10100 VisitSVESaturatingIncDecVectorByElementCount( const Instruction* instr) Simulator() argument 10146 VisitSVEElementCount(const Instruction* instr) Simulator() argument 10169 VisitSVEFPAccumulatingReduction(const Instruction* instr) Simulator() argument 10187 VisitSVEFPArithmetic_Predicated(const Instruction* instr) Simulator() argument 10243 VisitSVEFPArithmeticWithImm_Predicated( const Instruction* instr) Simulator() argument 10295 VisitSVEFPTrigMulAddCoefficient(const Instruction* instr) Simulator() argument 10312 VisitSVEFPArithmeticUnpredicated(const Instruction* instr) Simulator() argument 10345 VisitSVEFPCompareVectors(const Instruction* instr) Simulator() argument 10386 VisitSVEFPCompareWithZero(const Instruction* instr) Simulator() argument 10426 VisitSVEFPComplexAddition(const Instruction* instr) Simulator() argument 10451 VisitSVEFPComplexMulAdd(const Instruction* instr) Simulator() argument 10477 VisitSVEFPComplexMulAddIndex(const Instruction* instr) Simulator() argument 10514 VisitSVEFPFastReduction(const Instruction* instr) Simulator() argument 10557 VisitSVEFPMulIndex(const Instruction* instr) Simulator() argument 10584 VisitSVEFPMulAdd(const Instruction* instr) Simulator() argument 10653 VisitSVEFPMulAddIndex(const Instruction* instr) Simulator() argument 10688 VisitSVEFPConvertToInt(const Instruction* instr) Simulator() argument 10748 VisitSVEFPConvertPrecision(const Instruction* instr) Simulator() argument 10788 VisitSVEFPUnaryOp(const Instruction* instr) Simulator() argument 10809 VisitSVEFPRoundToIntegralValue(const Instruction* instr) Simulator() argument 10850 VisitSVEIntConvertToFP(const Instruction* instr) Simulator() argument 10911 VisitSVEFPUnaryOpUnpredicated(const Instruction* instr) Simulator() argument 10932 VisitSVEIncDecByPredicateCount(const Instruction* instr) Simulator() argument 11048 VisitSVEIndexGeneration(const Instruction* instr) Simulator() argument 11069 VisitSVEIntArithmeticUnpredicated(const Instruction* instr) Simulator() argument 11099 VisitSVEIntAddSubtractVectors_Predicated( const Instruction* instr) Simulator() argument 11124 VisitSVEBitwiseLogical_Predicated(const Instruction* instr) Simulator() argument 11151 VisitSVEIntMulVectors_Predicated(const Instruction* instr) Simulator() argument 11175 VisitSVEIntMinMaxDifference_Predicated( const Instruction* instr) Simulator() argument 11209 VisitSVEIntMulImm_Unpredicated(const Instruction* instr) Simulator() argument 11225 VisitSVEIntDivideVectors_Predicated(const Instruction* instr) Simulator() argument 11254 VisitSVEIntMinMaxImm_Unpredicated(const Instruction* instr) Simulator() argument 11285 VisitSVEIntCompareScalarCountAndLimit( const Instruction* instr) Simulator() argument 11352 VisitSVEConditionallyTerminateScalars( const Instruction* instr) Simulator() argument 11376 VisitSVEIntCompareSignedImm(const Instruction* instr) Simulator() argument 11420 VisitSVEIntCompareUnsignedImm(const Instruction* instr) Simulator() argument 11456 VisitSVEIntCompareVectors(const Instruction* instr) Simulator() argument 11527 VisitSVEFPExponentialAccelerator(const Instruction* instr) Simulator() argument 11545 VisitSVEFPTrigSelectCoefficient(const Instruction* instr) Simulator() argument 11564 VisitSVEConstructivePrefix_Unpredicated( const Instruction* instr) Simulator() argument 11579 VisitSVEIntMulAddPredicated(const Instruction* instr) Simulator() argument 11609 VisitSVEIntMulAddUnpredicated(const Instruction* instr) Simulator() argument 11631 VisitSVEMovprfx(const Instruction* instr) Simulator() argument 11651 VisitSVEIntReduction(const Instruction* instr) Simulator() argument 11699 VisitSVEIntUnaryArithmeticPredicated(const Instruction* instr) Simulator() argument 11752 VisitSVECopyFPImm_Predicated(const Instruction* instr) Simulator() argument 11778 VisitSVEIntAddSubtractImm_Unpredicated( const Instruction* instr) Simulator() argument 11815 VisitSVEBroadcastIntImm_Unpredicated(const Instruction* instr) Simulator() argument 11838 VisitSVEBroadcastFPImm_Unpredicated(const Instruction* instr) Simulator() argument 11864 VisitSVE32BitGatherLoadHalfwords_ScalarPlus32BitScaledOffsets( const Instruction* instr) Simulator() argument 11882 VisitSVE32BitGatherLoad_ScalarPlus32BitUnscaledOffsets( const Instruction* instr) Simulator() argument 11905 VisitSVE32BitGatherLoad_VectorPlusImm( const Instruction* instr) Simulator() argument 11944 VisitSVE32BitGatherLoadWords_ScalarPlus32BitScaledOffsets( const Instruction* instr) Simulator() argument 11960 VisitSVE32BitGatherPrefetch_ScalarPlus32BitScaledOffsets( const Instruction* instr) Simulator() argument 11976 VisitSVE32BitGatherPrefetch_VectorPlusImm( const Instruction* instr) Simulator() argument 11991 VisitSVEContiguousPrefetch_ScalarPlusImm( const Instruction* instr) Simulator() argument 12006 VisitSVEContiguousPrefetch_ScalarPlusScalar( const Instruction* instr) Simulator() argument 12024 VisitSVELoadAndBroadcastElement(const Instruction* instr) Simulator() argument 12070 VisitSVELoadPredicateRegister(const Instruction* instr) Simulator() argument 12091 VisitSVELoadVectorRegister(const Instruction* instr) Simulator() argument 12112 VisitSVE64BitGatherLoad_ScalarPlus32BitUnpackedScaledOffsets( const Instruction* instr) Simulator() argument 12136 VisitSVE64BitGatherLoad_ScalarPlus64BitScaledOffsets( const Instruction* instr) Simulator() argument 12158 VisitSVE64BitGatherLoad_ScalarPlus64BitUnscaledOffsets( const Instruction* instr) Simulator() argument 12186 VisitSVE64BitGatherLoad_ScalarPlusUnpacked32BitUnscaledOffsets( const Instruction* instr) Simulator() argument 12214 VisitSVE64BitGatherLoad_VectorPlusImm( const Instruction* instr) Simulator() argument 12254 VisitSVE64BitGatherPrefetch_ScalarPlus64BitScaledOffsets( const Instruction* instr) Simulator() argument 12271 VisitSVE64BitGatherPrefetch_ScalarPlusUnpacked32BitScaledOffsets( const Instruction* instr) Simulator() argument 12287 VisitSVE64BitGatherPrefetch_VectorPlusImm( const Instruction* instr) Simulator() argument 12302 VisitSVEContiguousFirstFaultLoad_ScalarPlusScalar( const Instruction* instr) Simulator() argument 12350 VisitSVEContiguousNonFaultLoad_ScalarPlusImm( const Instruction* instr) Simulator() argument 12396 VisitSVEContiguousNonTemporalLoad_ScalarPlusImm( const Instruction* instr) Simulator() argument 12431 VisitSVEContiguousNonTemporalLoad_ScalarPlusScalar( const Instruction* instr) Simulator() argument 12465 VisitSVELoadAndBroadcastQOWord_ScalarPlusImm( const Instruction* instr) Simulator() argument 12493 VisitSVELoadAndBroadcastQOWord_ScalarPlusScalar( const Instruction* instr) Simulator() argument 12520 VisitSVELoadMultipleStructures_ScalarPlusImm( const Instruction* instr) Simulator() argument 12555 VisitSVELoadMultipleStructures_ScalarPlusScalar( const Instruction* instr) Simulator() argument 12590 VisitSVE32BitScatterStore_ScalarPlus32BitScaledOffsets( const Instruction* instr) Simulator() argument 12619 VisitSVE32BitScatterStore_ScalarPlus32BitUnscaledOffsets( const Instruction* instr) Simulator() argument 12648 VisitSVE32BitScatterStore_VectorPlusImm( const Instruction* instr) Simulator() argument 12674 VisitSVE64BitScatterStore_ScalarPlus64BitScaledOffsets( const Instruction* instr) Simulator() argument 12702 VisitSVE64BitScatterStore_ScalarPlus64BitUnscaledOffsets( const Instruction* instr) Simulator() argument 12730 VisitSVE64BitScatterStore_ScalarPlusUnpacked32BitScaledOffsets( const Instruction* instr) Simulator() argument 12762 VisitSVE64BitScatterStore_ScalarPlusUnpacked32BitUnscaledOffsets( const Instruction* instr) Simulator() argument 12792 VisitSVE64BitScatterStore_VectorPlusImm( const Instruction* instr) Simulator() argument 12821 VisitSVEContiguousNonTemporalStore_ScalarPlusImm( const Instruction* instr) Simulator() argument 12852 VisitSVEContiguousNonTemporalStore_ScalarPlusScalar( const Instruction* instr) Simulator() argument 12882 VisitSVEContiguousStore_ScalarPlusImm( const Instruction* instr) Simulator() argument 12913 VisitSVEContiguousStore_ScalarPlusScalar( const Instruction* instr) Simulator() argument 12939 VisitSVECopySIMDFPScalarRegisterToVector_Predicated( const Instruction* instr) Simulator() argument 12956 VisitSVEStoreMultipleStructures_ScalarPlusImm( const Instruction* instr) Simulator() argument 12991 VisitSVEStoreMultipleStructures_ScalarPlusScalar( const Instruction* instr) Simulator() argument 13025 VisitSVEStorePredicateRegister(const Instruction* instr) Simulator() argument 13046 VisitSVEStoreVectorRegister(const Instruction* instr) Simulator() argument 13067 VisitSVEMulIndex(const Instruction* instr) Simulator() argument 13099 SimulateMatrixMul(const Instruction* instr) Simulator() argument 13133 SimulateSVEFPMatrixMul(const Instruction* instr) Simulator() argument 13150 VisitSVEPartitionBreakCondition(const Instruction* instr) Simulator() argument 13182 VisitSVEPropagateBreakToNextPartition( const Instruction* instr) Simulator() argument 13205 VisitSVEUnpackPredicateElements(const Instruction* instr) Simulator() argument 13227 VisitSVEPermutePredicateElements(const Instruction* instr) Simulator() argument 13262 VisitSVEReversePredicateElements(const Instruction* instr) Simulator() argument 13279 VisitSVEPermuteVectorExtract(const Instruction* instr) Simulator() argument 13298 VisitSVEPermuteVectorInterleaving(const Instruction* instr) Simulator() argument 13329 VisitSVEConditionallyBroadcastElementToVector( const Instruction* instr) Simulator() argument 13361 VisitSVEConditionallyExtractElementToSIMDFPScalar( const Instruction* instr) Simulator() argument 13390 VisitSVEConditionallyExtractElementToGeneralRegister( const Instruction* instr) Simulator() argument 13417 VisitSVEExtractElementToSIMDFPScalarRegister( const Instruction* instr) Simulator() argument 13445 VisitSVEExtractElementToGeneralRegister( const Instruction* instr) Simulator() argument 13470 VisitSVECompressActiveElements(const Instruction* instr) Simulator() argument 13486 VisitSVECopyGeneralRegisterToVector_Predicated( const Instruction* instr) Simulator() argument 13505 VisitSVECopyIntImm_Predicated(const Instruction* instr) Simulator() argument 13530 VisitSVEReverseWithinElements(const Instruction* instr) Simulator() argument 13585 VisitSVEVectorSplice(const Instruction* instr) Simulator() argument 13605 VisitSVEBroadcastGeneralRegister(const Instruction* instr) Simulator() argument 13619 VisitSVEInsertSIMDFPScalarRegister(const Instruction* instr) Simulator() argument 13632 VisitSVEInsertGeneralRegister(const Instruction* instr) Simulator() argument 13645 VisitSVEBroadcastIndexElement(const Instruction* instr) Simulator() argument 13669 VisitSVEReverseVectorElements(const Instruction* instr) Simulator() argument 13682 VisitSVEUnpackVectorElements(const Instruction* instr) Simulator() argument 13704 VisitSVETableLookup(const Instruction* instr) Simulator() argument 13727 VisitSVEPredicateCount(const Instruction* instr) Simulator() argument 13743 VisitSVEPredicateLogical(const Instruction* instr) Simulator() argument 13784 VisitSVEPredicateFirstActive(const Instruction* instr) Simulator() argument 13799 VisitSVEPredicateInitialize(const Instruction* instr) Simulator() argument 13814 VisitSVEPredicateNextActive(const Instruction* instr) Simulator() argument 13828 VisitSVEPredicateReadFromFFR_Predicated( const Instruction* instr) Simulator() argument 13853 VisitSVEPredicateReadFromFFR_Unpredicated( const Instruction* instr) Simulator() argument 13867 VisitSVEPredicateTest(const Instruction* instr) Simulator() argument 13880 VisitSVEPredicateZero(const Instruction* instr) Simulator() argument 13891 VisitSVEPropagateBreak(const Instruction* instr) Simulator() argument 13921 VisitSVEStackFrameAdjustment(const Instruction* instr) Simulator() argument 13940 VisitSVEStackFrameSize(const Instruction* instr) Simulator() argument 13952 VisitSVEVectorSelect(const Instruction* instr) Simulator() argument 13966 VisitSVEFFRInitialise(const Instruction* instr) Simulator() argument 13979 VisitSVEFFRWriteFromPredicate(const Instruction* instr) Simulator() argument 14001 VisitSVEContiguousLoad_ScalarPlusImm(const Instruction* instr) Simulator() argument 14049 VisitSVEContiguousLoad_ScalarPlusScalar( const Instruction* instr) Simulator() argument 14096 DoUnreachable(const Instruction* instr) Simulator() argument 14106 Simulate_XdSP_XnSP_Xm(const Instruction* instr) Simulator() argument 14115 SimulateMTEAddSubTag(const Instruction* instr) Simulator() argument 14136 SimulateMTETagMaskInsert(const Instruction* instr) Simulator() argument 14145 SimulateMTESubPointer(const Instruction* instr) Simulator() argument 14159 SimulateMTEStoreTagPair(const Instruction* instr) Simulator() argument 14192 SimulateMTEStoreTag(const Instruction* instr) Simulator() argument 14277 SimulateMTELoadTag(const Instruction* instr) Simulator() argument 14294 SimulateCpyFP(const Instruction* instr) Simulator() argument 14299 SimulateCpyP(const Instruction* instr) Simulator() argument 14328 SimulateCpyM(const Instruction* instr) Simulator() argument 14366 SimulateCpyE(const Instruction* instr) Simulator() argument 14374 SimulateSetP(const Instruction* instr) Simulator() argument 14379 SimulateSetM(const Instruction* instr) Simulator() argument 14395 SimulateSetE(const Instruction* instr) Simulator() argument 14403 SimulateSetGP(const Instruction* instr) Simulator() argument 14420 SimulateSetGM(const Instruction* instr) Simulator() argument 14433 DoTrace(const Instruction* instr) Simulator() argument 14460 DoLog(const Instruction* instr) Simulator() argument 14481 DoPrintf(const Instruction* instr) Simulator() argument 14595 DoRuntimeCall(const Instruction* instr) Simulator() argument 14617 DoRuntimeCall(const Instruction* instr) Simulator() argument 14624 DoConfigureCPUFeatures(const Instruction* instr) Simulator() argument 14664 DoSaveCPUFeatures(const Instruction* instr) Simulator() argument 14673 DoRestoreCPUFeatures(const Instruction* instr) Simulator() argument [all...] |
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_pipeline.c | 3940 lower_bit_size_callback(const nir_instr *instr, void *_) lower_bit_size_callback() argument 4008 opt_vectorize_callback(const nir_instr *instr, const void *_) opt_vectorize_callback() argument [all...] |
| /third_party/python/Python/ |
| H A D | compile.c | 132 struct instr { struct 181 is_block_push(struct instr *instr) in is_block_push() argument 1211 is_end_of_basic_block(struct instr *instr) is_end_of_basic_block() argument 1235 compiler_check_if_end_of_block(struct compiler *c, struct instr *instr) compiler_check_if_end_of_block() argument 7184 struct instr *instr = &b->b_instr[i]; stackdepth() local 7361 struct instr *instr = &b->b_instr[i]; label_exception_targets() local 7431 struct instr *instr = &b->b_instr[i]; convert_exception_handlers_to_nops() local 7508 struct instr *instr = &b->b_instr[i]; assemble_exception_table() local 7776 struct instr *instr = &b->b_instr[i]; assemble_jump_offsets() local 8161 insert_instruction(basicblock *block, int pos, struct instr *instr) insert_instruction() argument 9198 struct instr *instr = &b->b_instr[i]; mark_reachable() local [all...] |
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | upb.c | 6127 static int instruction_len(uint32_t instr) { in instruction_len() argument 6356 uint32_t instr = *p++; in dumpbc() local [all...] |
| H A D | upb.h | 6020 UPB_INLINE opcode getop(uint32_t instr) { return (opcode)(instr & 0xff); } in getop() argument
|
| /developtools/profiler/hiebpf/include/ |
| H A D | vmlinux.h | 17077 u32 instr; member 19917 long unsigned int instr; member [all...] |