Searched refs:xIBASE (Results 1 – 2 of 2) sorted by relevance
/art/runtime/interpreter/mterp/riscv64/ |
D | main.S | 58 #define xIBASE s5 // x21, interpreted instruction base pointer: for computed goto macro 223 add \reg, xIBASE, \reg 558 la xIBASE, artNterpAsmInstructionStart
|
/art/runtime/interpreter/mterp/arm64ng/ |
D | main.S | 83 #define xIBASE x24 macro 177 add \reg, xIBASE, \reg, lsl #${handler_size_bits} 1686 mov xIBASE, x0 1694 add x9, xIBASE, #1 // shorty + 1 ; ie skip return arg character 1711 add x9, xIBASE, #1 // shorty + 1 ; ie skip return arg character 1726 adr xIBASE, artNterpAsmInstructionStart
|