CACAO
Functions | Variables
md-abi.cpp File Reference

Go to the source code of this file.

Functions

void md_param_alloc (methoddesc *md)
 
void md_param_alloc_native (methoddesc *md)
 
void md_return_alloc (jitdata *jd, stackelement_t *stackslot)
 

Variables

s4 nregdescint []
 
const char * abi_registers_integer_name []
 
const s4 abi_registers_integer_argument []
 
const s4 abi_registers_integer_saved []
 
const s4 abi_registers_integer_temporary []
 
s4 nregdescfloat []
 
const s4 abi_registers_float_argument []
 
const s4 abi_registers_float_saved []
 
const s4 abi_registers_float_temporary []
 

Function Documentation

void md_param_alloc ( methoddesc md)

Definition at line 140 of file md-abi.cpp.

void md_param_alloc_native ( methoddesc md)

Definition at line 271 of file md-abi.cpp.

void md_return_alloc ( jitdata jd,
stackelement_t stackslot 
)

Definition at line 470 of file md-abi.cpp.

Variable Documentation

const s4 abi_registers_float_argument[]
Initial value:
= {
-1,
}

Definition at line 95 of file md-abi.cpp.

const s4 abi_registers_float_saved[]
Initial value:
= {
-1,
}

Definition at line 102 of file md-abi.cpp.

const s4 abi_registers_float_temporary[]
Initial value:
= {
0,
1,
2,
3,
4,
5,
}

Definition at line 109 of file md-abi.cpp.

const s4 abi_registers_integer_argument[]
Initial value:
= {
0,
1,
2,
3,
}
#define REG_SPLIT
Definition: md-abi.hpp:58

Definition at line 52 of file md-abi.cpp.

const char* abi_registers_integer_name[]
Initial value:
= {
"a1", "a2", "a3", "a4", "v1", "v2", "v3", "v4",
"v5", "t3", "t1", "t2", "ip", "sp", "lr", "pc",
}

Definition at line 47 of file md-abi.cpp.

const s4 abi_registers_integer_saved[]
Initial value:
= {
4,
5,
6,
7,
8,
}

Definition at line 60 of file md-abi.cpp.

const s4 abi_registers_integer_temporary[]
Initial value:
= {
-1,
}

Definition at line 68 of file md-abi.cpp.

s4 nregdescfloat[]
Initial value:
= {
}
#define REG_END
Definition: jit.hpp:446
#define REG_RES
Definition: jit.hpp:439
#define REG_TMP
Definition: jit.hpp:443

Definition at line 81 of file md-abi.cpp.

s4 nregdescint[]
Initial value:
= {
}
#define REG_SAV
Definition: jit.hpp:442
#define REG_END
Definition: jit.hpp:446
#define REG_RES
Definition: jit.hpp:439
#define REG_ARG
Definition: jit.hpp:444

Definition at line 41 of file md-abi.cpp.