Searched refs:VEX_GUEST_PPC32_REDIR_STACK_SIZE (Results 1 – 4 of 4) sorted by relevance
46 #define VEX_GUEST_PPC32_REDIR_STACK_SIZE (16/*entries*/ * 2/*words per entry*/) macro230 /* 1220 */ UInt guest_REDIR_STACK[VEX_GUEST_PPC32_REDIR_STACK_SIZE];
1036 Int stack_size = VEX_GUEST_PPC32_REDIR_STACK_SIZE; in gen_PUSH()1128 Int stack_size = VEX_GUEST_PPC32_REDIR_STACK_SIZE; in gen_POP()
519 for (i = 0; i < VEX_GUEST_PPC32_REDIR_STACK_SIZE; i++) in LibVEX_GuestPPC32_initialise()
1306 && arr->nElems == VEX_GUEST_PPC32_REDIR_STACK_SIZE) in MC_()