OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iregNo
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/main/VEX/priv/
host_mips_defs.c
[
all
...]
host_ppc_defs.c
[
all
...]
host_arm_defs.c
[
all
...]
host_x86_defs.c
[
all
...]
guest_arm_toIR.c
445
static Int integerGuestRegOffset ( UInt
iregNo
)
450
switch (
iregNo
) {
472
static IRExpr* llGetIReg ( UInt
iregNo
)
474
vassert(
iregNo
< 16);
475
return IRExpr_Get( integerGuestRegOffset(
iregNo
), Ity_I32 );
480
static IRExpr* getIRegA ( UInt
iregNo
)
484
vassert(
iregNo
< 16);
485
if (
iregNo
== 15) {
495
e = IRExpr_Get( integerGuestRegOffset(
iregNo
), Ity_I32 );
502
static IRExpr* getIRegT ( UInt
iregNo
)
[
all
...]
guest_mips_toIR.c
89
static UInt integerGuestRegOffset(UInt
iregNo
)
95
switch (
iregNo
) {
702
static IRExpr *getIReg(UInt
iregNo
)
704
if (0 ==
iregNo
) {
708
vassert(
iregNo
< 32);
709
return IRExpr_Get(integerGuestRegOffset(
iregNo
), ty);
[
all
...]
Completed in 141 milliseconds