Home
last modified time | relevance | path

Searched defs:instr (Results 1 – 25 of 58) sorted by relevance

123

/openbsd-src/gnu/llvm/lld/ELF/
H A DAArch64ErrataFix.cpp54 static bool isADRP(uint32_t instr) { in isADRP()
64 static bool isLoadStoreClass(uint32_t instr) { in isLoadStoreClass()
80 static bool isST1MultipleOpcode(uint32_t instr) { in isST1MultipleOpcode()
87 static bool isST1Multiple(uint32_t instr) { in isST1Multiple()
92 static bool isST1MultiplePost(uint32_t instr) { in isST1MultiplePost()
108 static bool isST1SingleOpcode(uint32_t instr) { in isST1SingleOpcode()
114 static bool isST1Single(uint32_t instr) { in isST1Single()
119 static bool isST1SinglePost(uint32_t instr) { in isST1SinglePost()
123 static bool isST1(uint32_t instr) { in isST1()
131 static bool isLoadStoreExclusive(uint32_t instr) { in isLoadStoreExclusive()
[all …]
H A DARMErrataFix.cpp93 uint32_t instr; member in elf::Patch657417Section
121 static bool isBcc(uint32_t instr) { in isBcc()
126 static bool isB(uint32_t instr) { return (instr & 0xf800d000) == 0xf0009000; } in isB()
128 static bool isBLX(uint32_t instr) { return (instr & 0xf800d000) == 0xf000c000; } in isBLX()
130 static bool isBL(uint32_t instr) { return (instr & 0xf800d000) == 0xf000d000; } in isBL()
132 static bool is32bitBranch(uint32_t instr) { in is32bitBranch()
137 uint32_t instr, bool isARM) in Patch657417Section()
154 static uint64_t getThumbDestAddr(uint64_t sourceAddr, uint32_t instr) { in getThumbDestAddr()
207 uint32_t instr, const Relocation *r) { in branchDestInFirstRegion()
230 uint32_t instr) { in patchInRange()
[all …]
/openbsd-src/sys/arch/sparc64/fpu/
H A Dfpu.c186 fpu_cleanup(struct proc *p, struct fpstate *fs, union instr instr, in fpu_cleanup()
276 fpu_execute(struct proc *p, struct fpemu *fe, union instr instr) in fpu_execute()
422 fpu_insn_fmov(struct fpstate *fs, struct fpemu *fe, union instr instr) in fpu_insn_fmov()
442 fpu_insn_fabs(struct fpstate *fs, struct fpemu *fe, union instr instr) in fpu_insn_fabs()
463 fpu_insn_fneg(struct fpstate *fs, struct fpemu *fe, union instr instr) in fpu_insn_fneg()
484 fpu_insn_itof(struct fpemu *fe, union instr instr, int rstype, int *rdp, in fpu_insn_itof()
511 fpu_insn_ftoi(struct fpemu *fe, union instr instr, int *rdp, int rdtype, in fpu_insn_ftoi()
534 fpu_insn_ftof(struct fpemu *fe, union instr instr, int *rdp, int *rdtypep, in fpu_insn_ftof()
564 fpu_insn_fsqrt(struct fpemu *fe, union instr instr, int *rdp, int *rdtypep, in fpu_insn_fsqrt()
590 fpu_insn_fcmp(struct fpstate *fs, struct fpemu *fe, union instr instr, in fpu_insn_fcmp()
[all …]
/openbsd-src/sys/arch/powerpc64/powerpc64/
H A Ddb_disasm.c459 op_ill(u_int32_t addr, instr_t instr) in op_ill() argument
563 disasm_process_field(u_int32_t addr, instr_t instr, char **ppfmt, in disasm_process_field() argument
1084 disasm_fields(u_int32_t addr,const struct opcode * popcode,instr_t instr,char * disasm_str,size_t bufsize) disasm_fields() argument
1109 op_base(u_int32_t addr,instr_t instr) op_base() argument
1115 op_cl_x13(u_int32_t addr,instr_t instr) op_cl_x13() argument
1121 op_cl_x1e(u_int32_t addr,instr_t instr) op_cl_x1e() argument
1127 op_cl_x1f(u_int32_t addr,instr_t instr) op_cl_x1f() argument
1133 op_cl_x3a(u_int32_t addr,instr_t instr) op_cl_x3a() argument
1139 op_cl_x3b(u_int32_t addr,instr_t instr) op_cl_x3b() argument
1145 op_cl_x3e(u_int32_t addr,instr_t instr) op_cl_x3e() argument
1151 op_cl_x3f(u_int32_t addr,instr_t instr) op_cl_x3f() argument
1157 dis_ppc(u_int32_t addr,const struct opcode * opcodeset,instr_t instr) dis_ppc() argument
[all...]
/openbsd-src/sys/arch/powerpc/ddb/
H A Ddb_disasm.c459 op_ill(u_int32_t addr, instr_t instr) in op_ill() argument
563 disasm_process_field(u_int32_t addr, instr_t instr, char **ppfmt, in disasm_process_field() argument
1084 disasm_fields(u_int32_t addr,const struct opcode * popcode,instr_t instr,char * disasm_str,size_t bufsize) disasm_fields() argument
1109 op_base(u_int32_t addr,instr_t instr) op_base() argument
1115 op_cl_x13(u_int32_t addr,instr_t instr) op_cl_x13() argument
1121 op_cl_x1e(u_int32_t addr,instr_t instr) op_cl_x1e() argument
1127 op_cl_x1f(u_int32_t addr,instr_t instr) op_cl_x1f() argument
1133 op_cl_x3a(u_int32_t addr,instr_t instr) op_cl_x3a() argument
1139 op_cl_x3b(u_int32_t addr,instr_t instr) op_cl_x3b() argument
1145 op_cl_x3e(u_int32_t addr,instr_t instr) op_cl_x3e() argument
1151 op_cl_x3f(u_int32_t addr,instr_t instr) op_cl_x3f() argument
1157 dis_ppc(u_int32_t addr,const struct opcode * opcodeset,instr_t instr) dis_ppc() argument
[all...]
/openbsd-src/sys/arch/m88k/m88k/
H A Dtrap.c543 u_int instr; in m88100_trap() local
661 u_int instr; in m88110_trap() local
1083 u_int instr; in m88110_trap() local
1514 u_int32_t instr; process_sstep() local
1597 u_int32_t pc, instr, value; double_reg_fixup() local
[all...]
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DSSAContext.cpp39 for (auto &instr : block.instructionsWithoutDebug(/*SkipPseudoOp=*/true)) { in appendBlockDefs() local
51 for (auto &instr : block) { in appendBlockDefs() local
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dm32r-stub.c969 isShortBranch (unsigned char *instr) in isShortBranch()
988 isLongBranch (unsigned char *instr) in isLongBranch()
1014 isBranch (unsigned char *instr) in isBranch()
1023 willBranch (unsigned char *instr, int branchCode) in willBranch()
1081 branchDestination (unsigned char *instr, int branchCode) in branchDestination()
1114 branchSideEffects (unsigned char *instr, int branchCode) in branchSideEffects()
H A Dfrv-linux-tdep.c44 LONGEST instr; in frv_linux_pc_in_sigtramp() local
/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_gram.y1611 struct instruction *instr; in format_1_instr() local
1686 struct instruction *instr; in format_2_instr() local
1747 struct instruction *instr; in format_3_instr() local
/openbsd-src/lib/libc/gen/
H A Dfts.c258 int instr; in fts_read() local
451 fts_set(FTS *sp, FTSENT *p, int instr) in fts_set()
464 fts_children(FTS *sp, int instr) in fts_children()
/openbsd-src/gnu/llvm/llvm/utils/
H A Dschedcover.py16 def add(instr, model, resource=None): argument
H A Dllvm-original-di-preservation.py15 def __init__(self, action, bb_name, fn_name, instr): argument
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-i960.c854 long instr; /* 32-bit instruction to be fixed-up */ local
1242 long instr; /* 32-bit instruction */ local
1347 emit (instr) in emit() argument
1451 get_cdisp (dispP, ifmtP, instr, numbits, var_frag, callj) in get_cdisp() argument
1656 memS instr; /* Description of binary to be output */ local
2335 long instr; /* Binary to be output */ local
2452 long instr; /* A single i960 instruction */ local
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i960.c544 emit (long instr) /* Word to be output, host byte order. */ in emit()
568 long instr, /* Instruction needing the displacement. */ in get_cdisp()
1072 memS instr; /* Description of binary to be output. */ in mem_fmt() local
1315 long instr; /* Binary to be output. */ in reg_fmt() local
1539 long instr; /* 32-bit instruction. */ in cobr_fmt() local
1790 long instr; /* 32-bit instruction to be fixed-up. */ in md_number_to_field() local
1995 long instr; /* A single i960 instruction. */ in relax_cobr() local
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DMips.cpp229 uint32_t instr = read32(loc); in writeValue() local
252 uint16_t instr = read16(loc); in writeMicroRelocation16() local
/openbsd-src/sys/arch/mips64/mips64/
H A Dtrap.c477 uint32_t instr; in itsa() local
598 uint32_t instr; in itsa() local
1123 uint32_t instr, mask; stacktrace_subr() local
[all...]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineSSAContext.cpp44 for (const MachineInstr &instr : block.instrs()) { in appendBlockDefs() local
H A DMachineUniformityAnalysis.cpp59 for (const MachineInstr &instr : block) { in initialize() local
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dm88k-dis.c30 const INSTAB *instr; member
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dm88k-dis.c32 const INSTAB *instr; member
/openbsd-src/sys/arch/amd64/amd64/
H A Ddb_trace.c156 unsigned long instr = db_get_value(callpc, 8, 0); in db_stack_trace_print() local
/openbsd-src/sys/arch/i386/i386/
H A Ddb_trace.c172 int instr = db_get_value(callpc, 4, 0); in db_stack_trace_print() local
/openbsd-src/usr.bin/ssh/
H A Dauth2-chall.c218 char *name, *instr, **prompts; in send_userauth_info_request() local
/openbsd-src/sys/arch/powerpc64/include/
H A Dtrap.h133 #define EXC_ALI_INST_RST(instr) ((instr >> 21) & 0x1f) argument

123