#include <linux/compiler.h>
Go to the source code of this file.
|
static int | s390_call__parse (struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) |
|
static int | call__scnprintf (struct ins *ins, char *bf, size_t size, struct ins_operands *ops) |
|
static int | s390_mov__parse (struct arch *arch __maybe_unused, struct ins_operands *ops, struct map_symbol *ms __maybe_unused) |
|
static int | mov__scnprintf (struct ins *ins, char *bf, size_t size, struct ins_operands *ops) |
|
static struct ins_ops * | s390__associate_ins_ops (struct arch *arch, const char *name) |
|
static int | s390__cpuid_parse (struct arch *arch, char *cpuid) |
|
static int | s390__annotate_init (struct arch *arch, char *cpuid __maybe_unused) |
|
◆ call__scnprintf()
static int call__scnprintf |
( |
struct ins * |
ins, |
|
|
char * |
bf, |
|
|
size_t |
size, |
|
|
struct ins_operands * |
ops |
|
) |
| |
|
static |
◆ mov__scnprintf()
static int mov__scnprintf |
( |
struct ins * |
ins, |
|
|
char * |
bf, |
|
|
size_t |
size, |
|
|
struct ins_operands * |
ops |
|
) |
| |
|
static |
◆ s390__annotate_init()
static int s390__annotate_init |
( |
struct arch * |
arch, |
|
|
char *cpuid |
__maybe_unused |
|
) |
| |
|
static |
◆ s390__associate_ins_ops()
static struct ins_ops* s390__associate_ins_ops |
( |
struct arch * |
arch, |
|
|
const char * |
name |
|
) |
| |
|
static |
◆ s390__cpuid_parse()
static int s390__cpuid_parse |
( |
struct arch * |
arch, |
|
|
char * |
cpuid |
|
) |
| |
|
static |
◆ s390_call__parse()
◆ s390_mov__parse()
◆ s390_call_ops
Initial value:= {
}
static int call__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops)
static int s390_call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms)
Definition at line 51 of file instructions.c.
◆ s390_mov_ops
Initial value:= {
}
static int mov__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops)
static int s390_mov__parse(struct arch *arch __maybe_unused, struct ins_operands *ops, struct map_symbol *ms __maybe_unused)
Definition at line 106 of file instructions.c.