Searched refs:Compare32BitValue (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | code_generator_x86_64.h | 590 void Compare32BitValue(CpuRegister dest, int32_t value);
|
H A D | code_generator_x86.h | 564 void Compare32BitValue(Register dest, int32_t value);
|
H A D | code_generator_x86.cc | 1750 codegen_->Compare32BitValue(left_high, val_high); in GenerateLongComparesAndJumps() 1760 codegen_->Compare32BitValue(left_low, val_low); in GenerateLongComparesAndJumps() 5084 codegen_->Compare32BitValue(left_high, val_high); in VisitCompare() 5094 codegen_->Compare32BitValue(left_low, val_low); in VisitCompare() 8895 void CodeGeneratorX86::Compare32BitValue(Register dest, int32_t value) { in Compare32BitValue() function in art::x86::CodeGeneratorX86 8911 Compare32BitValue(lhs, value); in GenerateIntCompare()
|
H A D | code_generator_x86_64.cc | 7773 void CodeGeneratorX86_64::Compare32BitValue(CpuRegister dest, int32_t value) { in Compare32BitValue() function in art::x86_64::CodeGeneratorX86_64 7802 Compare32BitValue(lhs, value); in GenerateIntCompare()
|