Searched refs:next_sreg (Results 1 – 3 of 3) sorted by relevance
/art/compiler/dex/quick/ |
D | mir_to_lir.cc | 401 int next_sreg = 0; in CompileDalvikInstruction() local 407 rl_src[next_loc++] = mir_graph_->GetSrcWide(mir, next_sreg); in CompileDalvikInstruction() 408 next_sreg+= 2; in CompileDalvikInstruction() 410 rl_src[next_loc++] = mir_graph_->GetSrc(mir, next_sreg); in CompileDalvikInstruction() 411 next_sreg++; in CompileDalvikInstruction() 416 rl_src[next_loc++] = mir_graph_->GetSrcWide(mir, next_sreg); in CompileDalvikInstruction() 417 next_sreg+= 2; in CompileDalvikInstruction() 419 rl_src[next_loc++] = mir_graph_->GetSrc(mir, next_sreg); in CompileDalvikInstruction() 420 next_sreg++; in CompileDalvikInstruction() 425 rl_src[next_loc++] = mir_graph_->GetSrcWide(mir, next_sreg); in CompileDalvikInstruction() [all …]
|
/art/compiler/dex/quick/x86/ |
D | utility_x86.cc | 994 int next_sreg = 0; in AnalyzeFPInstruction() local 997 AnalyzeDoubleUse(mir_graph_->GetSrcWide(mir, next_sreg)); in AnalyzeFPInstruction() 998 next_sreg += 2; in AnalyzeFPInstruction() 1000 next_sreg++; in AnalyzeFPInstruction() 1005 AnalyzeDoubleUse(mir_graph_->GetSrcWide(mir, next_sreg)); in AnalyzeFPInstruction() 1006 next_sreg += 2; in AnalyzeFPInstruction() 1008 next_sreg++; in AnalyzeFPInstruction() 1013 AnalyzeDoubleUse(mir_graph_->GetSrcWide(mir, next_sreg)); in AnalyzeFPInstruction()
|
/art/compiler/dex/portable/ |
D | mir_to_gbc.cc | 723 int next_sreg = 0; in ConvertMIRNode() local 729 rl_src[next_loc++] = mir_graph_->GetSrcWide(mir, next_sreg); in ConvertMIRNode() 730 next_sreg+= 2; in ConvertMIRNode() 732 rl_src[next_loc++] = mir_graph_->GetSrc(mir, next_sreg); in ConvertMIRNode() 733 next_sreg++; in ConvertMIRNode() 738 rl_src[next_loc++] = mir_graph_->GetSrcWide(mir, next_sreg); in ConvertMIRNode() 739 next_sreg+= 2; in ConvertMIRNode() 741 rl_src[next_loc++] = mir_graph_->GetSrc(mir, next_sreg); in ConvertMIRNode() 742 next_sreg++; in ConvertMIRNode() 747 rl_src[next_loc++] = mir_graph_->GetSrcWide(mir, next_sreg); in ConvertMIRNode() [all …]
|