Home
last modified time | relevance | path

Searched refs:imm_high (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips.cc4255 uint32_t imm_high = 0; in GenerateLongCompareAndBranch() local
4260 imm_high = High32Bits(imm); in GenerateLongCompareAndBranch()
4305 __ LoadConst32(TMP, imm_high); in GenerateLongCompareAndBranch()
4313 __ LoadConst32(TMP, imm_high); in GenerateLongCompareAndBranch()
4321 __ LoadConst32(TMP, imm_high); in GenerateLongCompareAndBranch()
4329 __ LoadConst32(TMP, imm_high); in GenerateLongCompareAndBranch()
4338 __ LoadConst32(TMP, imm_high); in GenerateLongCompareAndBranch()
4347 __ LoadConst32(TMP, imm_high); in GenerateLongCompareAndBranch()
4355 __ LoadConst32(TMP, imm_high); in GenerateLongCompareAndBranch()
4363 __ LoadConst32(TMP, imm_high); in GenerateLongCompareAndBranch()
[all …]