OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPCRI
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/VEX/priv/
host_ppc_defs.h
277
PPCRI
;
279
extern
PPCRI
* PPCRI_Imm ( ULong );
280
extern
PPCRI
* PPCRI_Reg( HReg );
282
extern void ppPPCRI (
PPCRI
* );
583
PPCRI
* dst;
590
PPCRI
* src;
793
extern PPCInstr* PPCInstr_Goto ( IRJumpKind, PPCCondCode cond,
PPCRI
* dst );
794
extern PPCInstr* PPCInstr_CMov ( PPCCondCode, HReg dst,
PPCRI
* src );
host_ppc_defs.c
454
PPCRI
* PPCRI_Imm ( ULong imm64 ) {
455
PPCRI
* op = LibVEX_Alloc(sizeof(
PPCRI
));
460
PPCRI
* PPCRI_Reg ( HReg reg ) {
461
PPCRI
* op = LibVEX_Alloc(sizeof(
PPCRI
));
467
void ppPPCRI (
PPCRI
* dst ) {
480
/* An
PPCRI
can only be used in a "read" context (what would it
483
static void addRegUsage_PPCRI ( HRegUsage* u,
PPCRI
* dst ) {
495
static void mapRegs_PPCRI ( HRegRemap* m,
PPCRI
* dst )
[
all
...]
host_ppc_isel.c
362
static
PPCRI
* iselWordExpr_RI_wrk ( ISelEnv* env, IRExpr* e );
363
static
PPCRI
* iselWordExpr_RI ( ISelEnv* env, IRExpr* e );
[
all
...]
Completed in 35 milliseconds