Searched defs:mov_label_offset (Results 1 – 3 of 3) sorted by relevance
1518 __ mov_label_offset(r4, &start); in TEST() local1520 __ mov_label_offset(r1, &target_faraway); in TEST() local1523 __ mov_label_offset(r1, &target_away); in TEST() local
919 __ mov_label_offset(r0, label); in PushBacktrack() local
1476 void Assembler::mov_label_offset(Register dst, Label* label) { in mov_label_offset() function in v8::internal::Assembler