OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIPSFpOp
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/VEX/priv/
host_mips_defs.h
348
}
MIPSFpOp
;
350
extern const HChar *showMIPSFpOp(
MIPSFpOp
);
534
MIPSFpOp
op;
539
MIPSFpOp
op;
545
MIPSFpOp
op;
552
MIPSFpOp
op;
566
MIPSFpOp
op;
571
MIPSFpOp
op;
645
extern MIPSInstr *MIPSInstr_FpUnary(
MIPSFpOp
op, HReg dst, HReg src);
646
extern MIPSInstr *MIPSInstr_FpBinary(
MIPSFpOp
op, HReg dst, HReg srcL
[
all
...]
host_mips_defs.c
257
const HChar *showMIPSFpOp(
MIPSFpOp
op)
1065
MIPSInstr *MIPSInstr_FpUnary(
MIPSFpOp
op, HReg dst, HReg src)
1075
MIPSInstr *MIPSInstr_FpBinary(
MIPSFpOp
op, HReg dst, HReg srcL, HReg srcR)
1086
MIPSInstr *MIPSInstr_FpTernary (
MIPSFpOp
op, HReg dst, HReg src1, HReg src2,
1099
MIPSInstr *MIPSInstr_FpConvert(
MIPSFpOp
op, HReg dst, HReg src)
1110
MIPSInstr *MIPSInstr_FpCompare(
MIPSFpOp
op, HReg dst, HReg srcL, HReg srcR)
[
all
...]
host_mips_isel.c
[
all
...]
Completed in 294 milliseconds