Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips.cc2839 uint32_t imm_high = 0; in GenerateLongCompareAndBranch() local
2844 imm_high = High32Bits(imm); in GenerateLongCompareAndBranch()
2889 __ LoadConst32(TMP, imm_high); in GenerateLongCompareAndBranch()
2897 __ LoadConst32(TMP, imm_high); in GenerateLongCompareAndBranch()
2905 __ LoadConst32(TMP, imm_high); in GenerateLongCompareAndBranch()
2913 __ LoadConst32(TMP, imm_high); in GenerateLongCompareAndBranch()
2922 __ LoadConst32(TMP, imm_high); in GenerateLongCompareAndBranch()
2931 __ LoadConst32(TMP, imm_high); in GenerateLongCompareAndBranch()
2939 __ LoadConst32(TMP, imm_high); in GenerateLongCompareAndBranch()
2947 __ LoadConst32(TMP, imm_high); in GenerateLongCompareAndBranch()
[all …]