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
107
X86CondCode
;
109
extern const HChar* showX86CondCode (
X86CondCode
);
450
X86CondCode
cond;
461
X86CondCode
cond; /* can be Xcc_ALWAYS */
469
X86CondCode
cond; /* can be Xcc_ALWAYS */
476
X86CondCode
cond; /* can be Xcc_ALWAYS */
482
X86CondCode
cond;
502
X86CondCode
cond;
570
X86CondCode
cond;
634
X86CondCode
cond
[
all
...]
host_x86_isel.c
270
static
X86CondCode
iselCondCode_wrk ( ISelEnv* env, IRExpr* e );
271
static
X86CondCode
iselCondCode ( ISelEnv* env, IRExpr* e );
381
void callHelperAndClearArgs ( ISelEnv* env,
X86CondCode
cc,
434
X86CondCode
cc;
[
all
...]
host_x86_defs.c
134
const HChar* showX86CondCode (
X86CondCode
cond )
641
X86Instr* X86Instr_Call (
X86CondCode
cond, Addr32 target, Int regparms,
654
X86CondCode
cond, Bool toFastEP ) {
664
X86CondCode
cond ) {
673
X86CondCode
cond, IRJumpKind jk ) {
682
X86Instr* X86Instr_CMov32 (
X86CondCode
cond, X86RM* src, HReg dst ) {
711
X86Instr* X86Instr_Set32 (
X86CondCode
cond, HReg dst ) {
797
X86Instr* X86Instr_FpCMov (
X86CondCode
cond, HReg src, HReg dst ) {
895
X86Instr* X86Instr_SseCMov (
X86CondCode
cond, HReg src, HReg dst ) {
[
all
...]
Completed in 38 milliseconds