Searched refs:imm_value (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
H A D | encoder32_test.cpp | 3005 [[maybe_unused]] T imm_value {}; in TestSelectTest() 3007 imm_value = random_gen<T>() & MAX_IMM_VALUE; in TestSelectTest() 3016 Imm(imm_value), cc); in TestSelectTest() 3040 second_operand = imm_value; in TestSelectTest() 3142 [[maybe_unused]] T imm_value = random_gen<T>() & MAX_IMM_VALUE; in TestJumpTest() local 3146 test->GetEncoder()->EncodeJumpTest(true_branch, param0, Imm(imm_value), cc); in TestJumpTest() 3174 tmp2 = imm_value; in TestJumpTest()
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
H A D | encoder64_test.cpp | 3000 [[maybe_unused]] T imm_value = random_gen<T>(); in TestSelectTest() local 3008 Imm(imm_value), cc); in TestSelectTest() 3031 tmp1 = imm_value; in TestSelectTest() 3137 [[maybe_unused]] T imm_value = random_gen<T>(); in TestJumpTest() local 3141 test->GetEncoder()->EncodeJumpTest(true_branch, param0, Imm(imm_value), cc); in TestJumpTest() 3169 tmp2 = imm_value; in TestJumpTest()
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
H A D | encoder64_test.cpp | 3117 [[maybe_unused]] T imm_value = random_mask_gen<T>(); in TestSelectTest() local 3125 Imm(imm_value), cc); in TestSelectTest() 3148 tmp1 = imm_value; in TestSelectTest() 3254 [[maybe_unused]] T imm_value = random_mask_gen<T>(); in TestJumpTest() local 3258 test->GetEncoder()->EncodeJumpTest(true_branch, param0, Imm(imm_value), cc); in TestJumpTest() 3286 tmp2 = imm_value; in TestJumpTest()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
H A D | encode_visitor.cpp | 45 auto imm_value = static_cast<uint32_t>(imm_shift_inst->GetImm()) & (dst.GetSize() - 1); \ 46 auto shift = Shift(src1, imm_shift_inst->GetShiftType(), imm_value); \
|
Completed in 32 milliseconds