Lines Matching defs:regno
366 bool x86AssemblyInspectionEngine::push_reg_p(int ®no) {
375 regno = (*p - 0x50) | regno_prefix_bit;
564 bool x86AssemblyInspectionEngine::pop_reg_p(int ®no) {
573 regno = (*p - 0x58) | regno_prefix_bit;
624 int ®no, int &rbp_offset) {
664 regno = ((*(p + 1) >> 3) & 0x7) | src_reg_prefix_bit;
1438 int regno;
1439 if (push_reg_p(regno)) {
1448 if (pop_reg_p(regno)) {
1580 int regno;
1594 sub_rsp_pattern_p(scratch) || push_reg_p(regno) ||
1595 mov_reg_to_local_stack_frame_p(regno, scratch) ||