OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPCFpOp
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/VEX/priv/
host_ppc_defs.h
356
PPCFpOp
;
358
extern const HChar* showPPCFpOp (
PPCFpOp
);
691
PPCFpOp
op;
696
PPCFpOp
op;
702
PPCFpOp
op;
879
PPCFpOp
op;
884
PPCFpOp
op;
890
PPCFpOp
op;
896
PPCFpOp
op;
906
PPCFpOp
op
[
all
...]
host_ppc_defs.c
529
const HChar* showPPCFpOp (
PPCFpOp
op ) {
910
PPCInstr* PPCInstr_FpUnary (
PPCFpOp
op, HReg dst, HReg src ) {
918
PPCInstr* PPCInstr_FpBinary (
PPCFpOp
op, HReg dst,
928
PPCInstr* PPCInstr_FpMulAcc (
PPCFpOp
op, HReg dst, HReg srcML,
966
PPCInstr* PPCInstr_Dfp64Unary(
PPCFpOp
op, HReg dst, HReg src) {
974
PPCInstr* PPCInstr_Dfp64Binary(
PPCFpOp
op, HReg dst, HReg srcL, HReg srcR) {
983
PPCInstr* PPCInstr_DfpShift (
PPCFpOp
op, HReg dst, HReg src, PPCRI* shift ) {
992
PPCInstr* PPCInstr_Dfp128Unary(
PPCFpOp
op, HReg dst_hi, HReg dst_lo,
1003
PPCInstr* PPCInstr_Dfp128Binary(
PPCFpOp
op, HReg dst_hi, HReg dst_lo,
1015
PPCInstr* PPCInstr_DfpShift128 (
PPCFpOp
op, HReg dst_hi, HReg dst_lo,
[
all
...]
host_ppc_isel.c
[
all
...]
Completed in 1205 milliseconds