Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_mips64.cc1274 __ Dext(out, out, 0, 32); in GenCas() local
1466 __ Dext(temp2, temp1, 0, 1); // Extract compression flag. in VisitStringEquals() local
1747 __ Dext(TMP, TMP, 0, 1); in VisitStringGetCharsNoCheck() local
Dcode_generator_mips64.cc685 __ Dext(tmp, tmp, 0, 32); in EmitNativeCode() local
2362 __ Dext(TMP, TMP, 0, 1); in VisitArrayGet() local
/art/compiler/utils/mips64/
Dassembler_mips64_test.cc1347 TEST_F(AssemblerMIPS64Test, Dext) { in TEST_F() argument
1356 __ Dext(*reg1, *reg2, pos, size); in TEST_F() local
Dassembler_mips64.cc427 void Mips64Assembler::Dext(GpuRegister rt, GpuRegister rs, int pos, int size) { in Dext() function in art::mips64::Mips64Assembler