Searched defs:Storeh (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/art/compiler/optimizing/ |
H A D | intrinsics_riscv64.cc | 5611 __ Storeh(tmp, destination_ptr, 0); in VisitStringGetCharsNoCheck() local 5640 __ Storeh(tmp, destination_ptr, 0); in VisitStringGetCharsNoCheck() local
|
H A D | code_generator_riscv64.cc | 949 __ Storeh(InputXRegisterOrZero(value), rs1, offset); in Store() local 3836 __ Storeh(counter, temp, 0); in VisitIf() local
|
/aosp_15_r20/art/compiler/utils/riscv64/ |
H A D | assembler_riscv64_test.cc | 9764 TEST_F(AssemblerRISCV64Test, Storeh) { in TEST_F() argument
|
H A D | assembler_riscv64.cc | 6390 void Riscv64Assembler::Storeh(XRegister rs2, XRegister rs1, int32_t offset) { in Storeh() function in art::riscv64::Riscv64Assembler
|