OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86AluOp
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/VEX/priv/
host_x86_defs.h
262
X86AluOp
;
264
extern HChar* showX86AluOp (
X86AluOp
);
396
X86AluOp
op;
401
X86AluOp
op;
653
extern X86Instr* X86Instr_Alu32R (
X86AluOp
, X86RMI*, HReg );
654
extern X86Instr* X86Instr_Alu32M (
X86AluOp
, X86RI*, X86AMode* );
host_x86_defs.c
441
HChar* showX86AluOp (
X86AluOp
op ) {
565
X86Instr* X86Instr_Alu32R (
X86AluOp
op, X86RMI* src, HReg dst ) {
573
X86Instr* X86Instr_Alu32M (
X86AluOp
op, X86RI* src, X86AMode* dst ) {
[
all
...]
host_x86_isel.c
821
X86AluOp
aluOp;
[
all
...]
Completed in 171 milliseconds