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