Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_riscv64.cc5209 __ Storeh(tmp, destination_ptr, 0); in VisitStringGetCharsNoCheck() local
5238 __ Storeh(tmp, destination_ptr, 0); in VisitStringGetCharsNoCheck() local
Dcode_generator_riscv64.cc949 __ Storeh(InputXRegisterOrZero(value), rs1, offset); in Store() local
3809 __ Storeh(counter, temp, 0); in VisitIf() local
/art/compiler/utils/riscv64/
Dassembler_riscv64_test.cc9085 TEST_F(AssemblerRISCV64Test, Storeh) { in TEST_F() argument
Dassembler_riscv64.cc6343 void Riscv64Assembler::Storeh(XRegister rs2, XRegister rs1, int32_t offset) { in Storeh() function in art::riscv64::Riscv64Assembler