Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_riscv64.cc940 __ Storeh(InputXRegisterOrZero(value), rs1, offset); in Store() local
3827 __ Storeh(counter, temp, 0); in VisitIf() local
Dintrinsics_riscv64.cc5643 __ Storeh(tmp, destination_ptr, 0); in VisitStringGetCharsNoCheck() local
5672 __ Storeh(tmp, destination_ptr, 0); in VisitStringGetCharsNoCheck() local
/art/compiler/utils/riscv64/
Dassembler_riscv64_test.cc9764 TEST_F(AssemblerRISCV64Test, Storeh) { in TEST_F() argument
Dassembler_riscv64.cc6390 void Riscv64Assembler::Storeh(XRegister rs2, XRegister rs1, int32_t offset) { in Storeh() function in art::riscv64::Riscv64Assembler