OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AMD64CondCode
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/VEX/priv/
host_amd64_defs.h
120
AMD64CondCode
;
122
extern HChar* showAMD64CondCode (
AMD64CondCode
);
486
AMD64CondCode
cond;
494
AMD64CondCode
cond;
500
AMD64CondCode
cond;
525
AMD64CondCode
cond;
668
AMD64CondCode
cond;
694
extern AMD64Instr* AMD64Instr_Call (
AMD64CondCode
, Addr64, Int );
695
extern AMD64Instr* AMD64Instr_Goto ( IRJumpKind,
AMD64CondCode
cond, AMD64RI* dst );
696
extern AMD64Instr* AMD64Instr_CMov64 (
AMD64CondCode
, AMD64RM* src, HReg dst )
[
all
...]
host_amd64_isel.c
221
static
AMD64CondCode
iselCondCode_wrk ( ISelEnv* env, IRExpr* e );
222
static
AMD64CondCode
iselCondCode ( ISelEnv* env, IRExpr* e );
438
AMD64CondCode
cc;
[
all
...]
host_amd64_defs.c
189
HChar* showAMD64CondCode (
AMD64CondCode
cond )
736
AMD64Instr* AMD64Instr_Call (
AMD64CondCode
cond, Addr64 target, Int regparms ) {
745
AMD64Instr* AMD64Instr_Goto ( IRJumpKind jk,
AMD64CondCode
cond, AMD64RI* dst ) {
753
AMD64Instr* AMD64Instr_CMov64 (
AMD64CondCode
cond, AMD64RM* src, HReg dst ) {
790
AMD64Instr* AMD64Instr_Set64 (
AMD64CondCode
cond, HReg dst ) {
912
//.. AMD64Instr* AMD64Instr_FpCMov (
AMD64CondCode
cond, HReg src, HReg dst ) {
[
all
...]
Completed in 1455 milliseconds