Home
last modified time | relevance | path

Searched refs:TMP (Results 1 – 8 of 8) sorted by relevance

/art/test/999-redefine-hiddenapi/src-redefine/
Dgen.sh19 TMP=`mktemp -d`
23 (cd "$TMP" && javac -d "${TMP}" "$DIR/${CLASS}.java" && d8 --output . "$TMP/${CLASS}.class")
26 base64 "${TMP}/${CLASS}.class" | sed -E 's/^/ "/' | sed ':a;N;$!ba;s/\n/" +\n/g' | sed -E '$ s/$…
28 base64 "${TMP}/classes.dex" | sed -E 's/^/ "/' | sed ':a;N;$!ba;s/\n/" +\n/g' | sed -E '$ s/$/")…
30 rm -rf "$TMP"
/art/compiler/optimizing/
Dintrinsics_mips.cc265 __ Sll(TMP, in, 24); in GenReverse()
266 __ Sra(TMP, TMP, 16); in GenReverse()
269 __ Or(out, out, TMP); in GenReverse()
281 __ Sll(TMP, in, 16); in GenReverse()
283 __ Or(out, out, TMP); in GenReverse()
286 __ And(TMP, out, AT); in GenReverse()
287 __ Sll(TMP, TMP, 8); in GenReverse()
290 __ Or(out, out, TMP); in GenReverse()
297 __ And(TMP, out, AT); in GenReverse()
298 __ Sll(TMP, TMP, 4); in GenReverse()
[all …]
Dintrinsics_mips64.cc419 __ Srl(TMP, in, 1); in GenBitCount()
421 __ And(TMP, TMP, AT); in GenBitCount()
422 __ Subu(TMP, in, TMP); in GenBitCount()
424 __ And(out, TMP, AT); in GenBitCount()
425 __ Srl(TMP, TMP, 2); in GenBitCount()
426 __ And(TMP, TMP, AT); in GenBitCount()
427 __ Addu(TMP, out, TMP); in GenBitCount()
428 __ Srl(out, TMP, 4); in GenBitCount()
429 __ Addu(out, out, TMP); in GenBitCount()
432 __ LoadConst32(TMP, 0x01010101); in GenBitCount()
[all …]
Dintrinsics_x86_64.cc102 __ movl(CpuRegister(TMP), Address(src_curr_addr, 0)); in EmitNativeCode()
103 __ MaybeUnpoisonHeapReference(CpuRegister(TMP)); in EmitNativeCode()
109 int32_t entry_point_offset = Thread::ReadBarrierMarkEntryPointsOffset<kX86_64PointerSize>(TMP); in EmitNativeCode()
112 __ MaybePoisonHeapReference(CpuRegister(TMP)); in EmitNativeCode()
113 __ movl(Address(dst_curr_addr, 0), CpuRegister(TMP)); in EmitNativeCode()
1184 Location TMP_loc = Location::RegisterLocation(TMP); in VisitSystemArrayCopy()
1313 __ testl(CpuRegister(TMP), CpuRegister(TMP)); in VisitSystemArrayCopy()
1319 __ movl(CpuRegister(TMP), Address(temp1, component_offset)); in VisitSystemArrayCopy()
1320 __ testl(CpuRegister(TMP), CpuRegister(TMP)); in VisitSystemArrayCopy()
1322 __ MaybeUnpoisonHeapReference(CpuRegister(TMP)); in VisitSystemArrayCopy()
[all …]
Dcode_generator_x86_64.cc1252 blocked_core_registers_[TMP] = true; in SetupBlockedRegisters()
1414 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex())); in Move()
1415 __ movl(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP)); in Move()
1432 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex())); in Move()
1433 __ movq(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP)); in Move()
1468 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), 0)); in HandleGoto()
1469 __ addw(Address(CpuRegister(TMP), ArtMethod::HotnessCountOffset().Int32Value()), in HandleGoto()
5099 CpuRegister length_reg = CpuRegister(TMP); in VisitBoundsCheck()
5239 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex())); in EmitMove()
5240 __ movl(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP)); in EmitMove()
[all …]
Dcode_generator_x86_64.h34 static constexpr Register TMP = R11; variable
/art/runtime/arch/mips/
Dregisters_mips.h64 TMP = T8, // scratch register (in addition to AT) enumerator
/art/runtime/arch/mips64/
Dregisters_mips64.h64 TMP = T8, // scratch register (in addition to AT) enumerator