| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| H A D | intrinsics_lowering.cpp | 66 auto opcode = instruction.getOpcode(); in run() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | line_number_program.h | 136 auto opcode = ReadOpcode(); in Process() local 205 auto opcode = static_cast<Opcode>(*program_); in ReadOpcode() local 285 bool HandleSpecialOpcode(LineNumberProgramItem::Opcode opcode) in HandleSpecialOpcode() argument [all...] |
| H A D | bytecode_emitter.cpp | 165 auto opcode = insn.GetOpcode(); in ReserveSpaceForOffsets() local 194 auto opcode = insn.GetOpcode(); in DoReserveSpaceForOffset() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | inst_generator.h | 97 Opcode opcode; member
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | cse.h | 118 Opcode opcode; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | bytecodes.cpp | 587 auto opcode = info.GetOpcode(); in InitBytecodeInfo() local
|
| H A D | circuit.h | 187 const GateMetaData* JSBytecode(size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, in JSBytecode() argument
|
| H A D | hcr_gate_meta_data.h | 38 JSBytecodeMetaData( size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFlags flags) JSBytecodeMetaData() argument
|
| H A D | lexical_env_specialization_pass.cpp | 36 auto opcode = acc_.GetOpCode(gate); in VisitGate() local 314 auto opcode = acc_.GetOpCode(gate); in VisitGate() local
|
| H A D | state_split_linearizer.cpp | 240 auto opcode = acc_.GetOpCode(currentState); in TryLoadDependStart() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| H A D | opt_code_profiler.h | 245 void Update(OpCode opcode)
in Update() argument
|
| /device/soc/rockchip/common/sdk_linux/drivers/mmc/host/ |
| H A D | dw_mmc-rockchip.c | 156 static int dw_mci_v2_execute_tuning(struct dw_mci_slot *slot, u32 opcode)
in dw_mci_v2_execute_tuning() argument 195 static int dw_mci_rk3288_execute_tuning(struct dw_mci_slot *slot, u32 opcode)
in dw_mci_rk3288_execute_tuning() argument
|
| /kernel/linux/linux-5.10/arch/x86/lib/ |
| H A D | insn.c | 249 struct insn_field *opcode = &insn->opcode; in insn_get_opcode() local [all...] |
| /kernel/linux/linux-5.10/drivers/bluetooth/ |
| H A D | btmrvl_main.c | 60 u16 opcode; in btmrvl_check_evtpkt() local 175 static int btmrvl_send_sync_cmd(struct btmrvl_private *priv, u16 opcode, in btmrvl_send_sync_cmd() argument
|
| H A D | btbcm.c | 209 u16 opcode; in btbcm_patchram() local
|
| /kernel/linux/linux-5.10/arch/x86/mm/ |
| H A D | pf_in.c | 103 static int get_opcode(unsigned char *addr, unsigned int *opcode) in get_opcode() argument 129 unsigned int opcode; in get_ins_type() local 150 unsigned int opcode; get_ins_reg_width() local 173 unsigned int opcode; get_ins_mem_width() local 396 unsigned int opcode; get_ins_reg_val() local 450 unsigned int opcode; get_ins_imm_val() local [all...] |
| /kernel/linux/linux-5.10/arch/csky/kernel/probes/ |
| H A D | kprobes.c | 22 u32 opcode; member 45 static int __kprobes patch_text(kprobe_opcode_t *addr, u32 opcode) in patch_text() argument [all...] |
| /kernel/linux/linux-5.10/arch/alpha/math-emu/ |
| H A D | math.c | 343 unsigned long insn, opcode, rc, si_code = 0; in alpha_fp_emul_imprecise() local
|
| /kernel/linux/linux-5.10/arch/powerpc/lib/ |
| H A D | code-patching.c | 244 unsigned int opcode = ppc_inst_primary_opcode(instr); in is_conditional_branch() local
|
| /kernel/linux/linux-5.10/arch/nds32/kernel/ |
| H A D | ftrace.c | 94 unsigned long opcode = 0x46000000; in gen_sethi_insn() local 103 unsigned long opcode = 0x58000000; in gen_ori_insn() local 113 unsigned long opcode = 0x4a000001; in gen_jral_insn() local
|
| /kernel/linux/linux-5.10/arch/parisc/kernel/ |
| H A D | signal.c | 449 u32 opcode, source_reg; in check_syscallno_in_delay_branch() local
|
| /kernel/linux/linux-5.10/arch/riscv/kernel/ |
| H A D | kgdb.c | 47 static int decode_register_index(unsigned long opcode, int offset) in decode_register_index() argument 52 static int decode_register_index_short(unsigned long opcode, int offset) in decode_register_index_short() argument
|
| /kernel/linux/linux-5.10/arch/um/kernel/ |
| H A D | um_arch.c | 375 void *text_poke(void *addr, const void *opcode, size_t len) in text_poke() argument
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| H A D | iosf_mbi.h | 202 int iosf_mbi_read(u8 port, u8 opcode, u3 argument 209 iosf_mbi_write(u8 port, u8 opcode, u32 offset, u32 mdr) iosf_mbi_write() argument 216 iosf_mbi_modify(u8 port, u8 opcode, u32 offset, u32 mdr, u32 mask) iosf_mbi_modify() argument [all...] |
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| H A D | paravirt.c | 58 unsigned char opcode; member
|