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 266 of file md-abi.cpp.

void md_param_alloc_native ( methoddesc md)

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

void md_return_alloc ( jitdata jd,
stackelement_t stackslot 
)

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

Variable Documentation

const s4 abi_registers_float_argument[]
Initial value:
= {
12,
13,
14,
15,
16,
17,
18,
19,
}

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

const s4 abi_registers_float_saved[]
Initial value:
= {
24,
26,
28,
30,
}

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

const s4 abi_registers_float_temporary[]
Initial value:
= {
4,
5,
6,
7,
8,
9,
10,
11,
20,
21,
22,
23,
25,
27,
29,
31,
}

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

const s4 abi_registers_integer_argument[]
Initial value:
= {
4,
5,
6,
7,
8,
9,
10,
11,
}

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

const char* abi_registers_integer_name[]
Initial value:
= {
"zero", "at", "v0", "v1", "a0", "a1", "a2", "a3",
"a4", "a5", "a6", "a7", "t0", "t1", "t2", "t3",
"s0", "s1", "s2", "s3", "s4", "s5", "s6", "s7",
"t8", "t9", "k0", "k1", "gp", "sp", "s8", "ra"
}

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

const s4 abi_registers_integer_saved[]
Initial value:
= {
16,
17,
18,
19,
20,
21,
22,
23,
}

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

const s4 abi_registers_integer_temporary[]
Initial value:
= {
12,
13,
14,
15,
24,
}

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

s4 nregdescfloat[]
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_RET
Definition: jit.hpp:440
#define REG_ARG
Definition: jit.hpp:444
#define REG_TMP
Definition: jit.hpp:443

Definition at line 99 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_RET
Definition: jit.hpp:440
#define REG_ARG
Definition: jit.hpp:444
#define REG_TMP
Definition: jit.hpp:443

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