OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mem_format
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/alpha/alpha/
db_interface.c
478
return ((insn.
mem_format
.opcode == op_stq) &&
479
(insn.
mem_format
.rd == regn));
491
if (insn.
mem_format
.opcode == op_ldbu ||
492
insn.
mem_format
.opcode == op_ldq_u ||
493
insn.
mem_format
.opcode == op_ldwu)
495
if ((insn.
mem_format
.opcode >= op_ldf) &&
496
(insn.
mem_format
.opcode <= op_ldt))
498
if ((insn.
mem_format
.opcode >= op_ldl) &&
499
(insn.
mem_format
.opcode <= op_ldq_l))
503
if (insn.
mem_format
.opcode == op_special)
[
all
...]
db_trace.c
89
if (ins.
mem_format
.opcode == op_lda &&
90
ins.
mem_format
.ra == 30 &&
91
ins.
mem_format
.rb == 30) {
97
signed_immediate = (long)ins.
mem_format
.displacement;
124
} else if (ins.
mem_format
.opcode == op_stq &&
125
ins.
mem_format
.rb == 30 &&
126
ins.
mem_format
.ra != 31) {
128
signed_immediate = (long)ins.
mem_format
.displacement;
129
pi->pi_regmask |= 1 << ins.
mem_format
.ra;
130
pi->pi_reg_offset[ins.
mem_format
.ra] = signed_immediate
[
all
...]
db_disasm.c
109
}
mem_format
;
member in union:__anonb217a1c9010a
828
opcode = op_name[ctx->insn.
mem_format
.opcode];
834
switch (ctx->insn.
mem_format
.opcode) {
916
code = (ctx->insn.
mem_format
.displacement)&0xffff;
923
ctx->insn.
mem_format
.rb));
929
ctx->insn.
mem_format
.rb));
936
ctx->insn.
mem_format
.ra));
987
(p.
mem_format
.qw) ? 'q' : 'l',
988
hwlds_name[p.
mem_format
.qualif],
989
register_name(ctx, p.
mem_format
.rd))
[
all
...]
patch.c
72
.
mem_format
= {
trap.c
1160
regptr = irp(l, inst.
mem_format
.rb);
1165
memaddr += inst.
mem_format
.displacement;
1167
regptr = irp(l, inst.
mem_format
.ra);
1169
if (inst.
mem_format
.opcode == op_ldwu ||
1170
inst.
mem_format
.opcode == op_stw) {
1172
if (inst.
mem_format
.opcode == op_ldwu) {
1178
inst.
mem_format
.opcode,
1179
inst.
mem_format
.ra, l);
1193
if (inst.
mem_format
.opcode == op_ldbu) {
1201
} else if (inst.
mem_format
.opcode == op_ldwu)
[
all
...]
fp_complete.c
765
if (inst.
mem_format
.displacement == op_trapb ||
766
inst.
mem_format
.displacement == op_excb)
/src/sys/arch/alpha/include/
alpha_instruction.h
113
}
mem_format
;
member in union:__anon8bb70b0d010a
Completed in 16 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025