OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86CondCode
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/VEX/priv/
host_x86_defs.h
104
X86CondCode
;
106
extern HChar* showX86CondCode (
X86CondCode
);
447
X86CondCode
cond;
457
X86CondCode
cond; /* can be Xcc_ALWAYS */
465
X86CondCode
cond; /* can be Xcc_ALWAYS */
472
X86CondCode
cond; /* can be Xcc_ALWAYS */
478
X86CondCode
cond;
498
X86CondCode
cond;
566
X86CondCode
cond;
630
X86CondCode
cond
[
all
...]
host_x86_isel.c
270
static
X86CondCode
iselCondCode_wrk ( ISelEnv* env, IRExpr* e );
271
static
X86CondCode
iselCondCode ( ISelEnv* env, IRExpr* e );
368
void callHelperAndClearArgs ( ISelEnv* env,
X86CondCode
cc,
409
X86CondCode
cc;
[
all
...]
host_x86_defs.c
134
HChar* showX86CondCode (
X86CondCode
cond )
641
X86Instr* X86Instr_Call (
X86CondCode
cond, Addr32 target, Int regparms ) {
651
X86CondCode
cond, Bool toFastEP ) {
661
X86CondCode
cond ) {
670
X86CondCode
cond, IRJumpKind jk ) {
679
X86Instr* X86Instr_CMov32 (
X86CondCode
cond, X86RM* src, HReg dst ) {
708
X86Instr* X86Instr_Set32 (
X86CondCode
cond, HReg dst ) {
793
X86Instr* X86Instr_FpCMov (
X86CondCode
cond, HReg src, HReg dst ) {
891
X86Instr* X86Instr_SseCMov (
X86CondCode
cond, HReg src, HReg dst ) {
[
all
...]
Completed in 1187 milliseconds