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
278
PPCRI
;
280
extern
PPCRI
* PPCRI_Imm ( ULong );
281
extern
PPCRI
* PPCRI_Reg( HReg );
283
extern void ppPPCRI (
PPCRI
* );
645
PPCRI
* src;
854
PPCRI
* shift;
879
PPCRI
* shift;
884
PPCRI
* r_rmc;
891
PPCRI
* r_rmc;
898
PPCRI
* rmc
[
all
...]
host_ppc_defs.c
461
PPCRI
* PPCRI_Imm ( ULong imm64 ) {
462
PPCRI
* op = LibVEX_Alloc(sizeof(
PPCRI
));
467
PPCRI
* PPCRI_Reg ( HReg reg ) {
468
PPCRI
* op = LibVEX_Alloc(sizeof(
PPCRI
));
474
void ppPPCRI (
PPCRI
* dst ) {
487
/* An
PPCRI
can only be used in a "read" context (what would it
490
static void addRegUsage_PPCRI ( HRegUsage* u,
PPCRI
* dst ) {
502
static void mapRegs_PPCRI ( HRegRemap* m,
PPCRI
* dst )
[
all
...]
host_ppc_isel.c
395
static
PPCRI
* iselWordExpr_RI_wrk ( ISelEnv* env, IRExpr* e );
396
static
PPCRI
* iselWordExpr_RI ( ISelEnv* env, IRExpr* e );
[
all
...]
Completed in 29 milliseconds