Home
last modified time | relevance | path

Searched defs:Storeh (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dintrinsics_riscv64.cc5611 __ Storeh(tmp, destination_ptr, 0); in VisitStringGetCharsNoCheck() local
5640 __ Storeh(tmp, destination_ptr, 0); in VisitStringGetCharsNoCheck() local
H A Dcode_generator_riscv64.cc949 __ 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 Dassembler_riscv64_test.cc9764 TEST_F(AssemblerRISCV64Test, Storeh) { in TEST_F() argument
H A Dassembler_riscv64.cc6390 void Riscv64Assembler::Storeh(XRegister rs2, XRegister rs1, int32_t offset) { in Storeh() function in art::riscv64::Riscv64Assembler