#include "constants-arm.h"構成 | |
| class | assembler::arm::Simulator |
ネームスペース | |
| namespace | assembler |
| namespace | assembler::arm |
マクロ定義 | |
| #define | CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) |
| #define | GENERATED_CODE_STACK_LIMIT(limit) (assembler::arm::Simulator::current()->StackLimit()) |
| #define CALL_GENERATED_CODE | ( | entry, | ||
| p0, | ||||
| p1, | ||||
| p2, | ||||
| p3, | ||||
| p4 | ||||
| ) |
assembler::arm::Simulator::current()->call((int32_t)entry, (int32_t)p0, \ (int32_t)p1, (int32_t)p2, (int32_t)p3, (int32_t)p4)
simulator-arm.h の 56 行で定義されています。
| #define GENERATED_CODE_STACK_LIMIT | ( | limit | ) | (assembler::arm::Simulator::current()->StackLimit()) |
simulator-arm.h の 62 行で定義されています。
1.7.1