Searched refs:Compare32BitValue (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 664 void Compare32BitValue(CpuRegister dest, int32_t value);
|
D | code_generator_x86.h | 626 void Compare32BitValue(Register dest, int32_t value);
|
D | code_generator_x86.cc | 2016 codegen_->Compare32BitValue(left_high, val_high); in GenerateLongComparesAndJumps() 2026 codegen_->Compare32BitValue(left_low, val_low); in GenerateLongComparesAndJumps() 5364 codegen_->Compare32BitValue(left_high, val_high); in VisitCompare() 5374 codegen_->Compare32BitValue(left_low, val_low); in VisitCompare() 9180 void CodeGeneratorX86::Compare32BitValue(Register dest, int32_t value) { in Compare32BitValue() function in art::x86::CodeGeneratorX86 9196 Compare32BitValue(lhs, value); in GenerateIntCompare()
|
D | code_generator_x86_64.cc | 8298 void CodeGeneratorX86_64::Compare32BitValue(CpuRegister dest, int32_t value) { in Compare32BitValue() function in art::x86_64::CodeGeneratorX86_64 8327 Compare32BitValue(lhs, value); in GenerateIntCompare()
|