/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_nir_liveness.c | 76 nir_instr *instr = src->ssa->parent_instr; in set_src_live() local [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | fd2_program.c | 191 instr_fetch_t *instr variable 292 instr_fetch_vtx_t *instr; fd2_prog_init() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r300_fragprog.c | 91 const char *instr; in r300FragmentProgramDump() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | ccp_pass.cpp | 44 SSAPropagator::PropStatus CCPPass::MarkInstructionVarying(Instruction* instr) { in MarkInstructionVarying() argument 105 SSAPropagator::PropStatus CCPPass::VisitAssignment(Instruction* instr) { in VisitAssignment() argument 174 VisitBranch(Instruction* instr, BasicBlock** dest_bb) const VisitBranch() argument 256 VisitInstruction(Instruction* instr, BasicBlock** dest_bb) VisitInstruction() argument [all...] |
H A D | propagator.cpp | 39 void SSAPropagator::AddSSAEdges(Instruction* instr) { in AddSSAEdges() argument 87 bool SSAPropagator::Simulate(Instruction* instr) { in Simulate() argument 255 Instruction* instr = ssa_edge_uses_.front(); Run() local [all...] |
H A D | propagator.h | 235 DontSimulateAgain(Instruction* instr) DontSimulateAgain() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | propagator.cpp | 39 void SSAPropagator::AddSSAEdges(Instruction* instr) { in AddSSAEdges() argument 87 bool SSAPropagator::Simulate(Instruction* instr) { in Simulate() argument 255 Instruction* instr = ssa_edge_uses_.front(); Run() local [all...] |
H A D | propagator.h | 235 DontSimulateAgain(Instruction* instr) DontSimulateAgain() argument [all...] |
/third_party/vixl/src/aarch32/ |
H A D | location-aarch32.cc | 55 static bool Is16BitEncoding(uint16_t instr) { in Is16BitEncoding() argument 68 uint32_t instr = static_cast<uint32_t>(instr_ptr[0]); in EncodeLocationFor() local 74 uint32_t instr = in EncodeLocationFor() local [all...] |
/third_party/vixl/test/ |
H A D | test-donkey.cc | 42 USE(instr); variable
|
/third_party/spirv-tools/source/opt/ |
H A D | propagator.cpp | 39 void SSAPropagator::AddSSAEdges(Instruction* instr) { in AddSSAEdges() argument 87 bool SSAPropagator::Simulate(Instruction* instr) { in Simulate() argument 255 Instruction* instr = ssa_edge_uses_.front(); Run() local [all...] |
H A D | propagator.h | 235 DontSimulateAgain(Instruction* instr) DontSimulateAgain() argument [all...] |
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso32/ |
H A D | Makefile | |
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | kgdb.c | 142 static int kgdb_brk_fn(struct pt_regs *regs, unsigned int instr) in kgdb_brk_fn() argument 149 static int kgdb_compiled_brk_fn(struct pt_regs *regs, unsigned int instr) in kgdb_compiled_brk_fn() argument
|
H A D | tcm.c | 238 static int __init tcm_handler(struct pt_regs *regs, unsigned int instr) in tcm_handler() argument
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | code-patching.c | 21 static int __patch_instruction(struct ppc_inst *exec_addr, struct ppc_inst instr, in __patch_instruction() argument 38 int raw_patch_instruction(struct ppc_inst *addr, struct ppc_inst instr) in raw_patch_instruction() argument 146 static int do_patch_instruction(struct ppc_inst *addr, struct ppc_inst instr) in do_patch_instruction() argument 185 static int do_patch_instruction(struct ppc_inst *addr, struct ppc_inst instr) in do_patch_instruction() argument 192 patch_instruction(struct ppc_inst *addr, struct ppc_inst instr) patch_instruction() argument 205 struct ppc_inst instr; patch_branch() local 242 is_conditional_branch(struct ppc_inst instr) is_conditional_branch() argument 260 create_branch(struct ppc_inst *instr, const struct ppc_inst *addr, unsigned long target, int flags) create_branch() argument 281 create_cond_branch(struct ppc_inst *instr, const struct ppc_inst *addr, unsigned long target, int flags) create_cond_branch() argument 300 branch_opcode(struct ppc_inst instr) branch_opcode() argument 305 instr_is_branch_iform(struct ppc_inst instr) instr_is_branch_iform() argument 310 instr_is_branch_bform(struct ppc_inst instr) instr_is_branch_bform() argument 315 instr_is_relative_branch(struct ppc_inst instr) instr_is_relative_branch() argument 323 instr_is_relative_link_branch(struct ppc_inst instr) instr_is_relative_link_branch() argument 328 branch_iform_target(const struct ppc_inst *instr) branch_iform_target() argument 344 branch_bform_target(const struct ppc_inst *instr) branch_bform_target() argument 360 branch_target(const struct ppc_inst *instr) branch_target() argument 370 instr_is_branch_to_addr(const struct ppc_inst *instr, unsigned long addr) instr_is_branch_to_addr() argument 379 translate_branch(struct ppc_inst *instr, const struct ppc_inst *dest, const struct ppc_inst *src) translate_branch() argument 424 struct ppc_inst instr; test_branch_iform() local 501 struct ppc_inst instr; test_create_function_call() local 515 struct ppc_inst *iptr, instr; test_branch_bform() local 587 struct ppc_inst instr; test_translate_branch() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | kgdb.c | 421 unsigned int instr; in kgdb_arch_set_breakpoint() local 440 unsigned int instr = *(unsigned int *)bpt->saved_instr; in kgdb_arch_remove_breakpoint() local
|
H A D | mce_power.c | 452 struct ppc_inst instr; in mce_find_instr_ea_and_phys() local
|
H A D | align.c | 119 unsigned int nb, flags, instr; in emulate_spe() local 298 struct ppc_inst instr; in fix_alignment() local [all...] |
H A D | optprobes.c | 323 struct ppc_inst instr; in arch_optimize_kprobes() local
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/trace/ |
H A D | ftrace.c | 294 struct ppc_inst instr; in find_ftrace_tramp() local 334 struct ppc_inst instr; in setup_mcount_compiler_tramp() local 521 struct ppc_inst instr; local
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | traps.c | 812 u32 length, instr; in initialize_ivt() local
|
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/ |
H A D | core.c | 320 static int __kprobes kprobe_trap_handler(struct pt_regs *regs, unsigned int instr) in kprobe_trap_handler() argument
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | ams-delta.c | 143 const struct nand_op_instr *instr; in gpio_nand_exec_op() local [all...] |
/kernel/linux/linux-5.10/drivers/mtd/ |
H A D | nftlmount.c | 310 struct erase_info *instr = &nftl->instr; in NFTL_formatblock() local
|