Home
last modified time | relevance | path

Searched defs:temps (Results 1 – 25 of 45) sorted by relevance

12

/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.cc973 UseScratchRegisterScope temps(this); in Delegate() local
1020 UseScratchRegisterScope temps(this); in Delegate() local
1048 UseScratchRegisterScope temps(this); in Delegate() local
1059 UseScratchRegisterScope temps(this); in Delegate() local
1070 UseScratchRegisterScope temps(this); in Delegate() local
1080 UseScratchRegisterScope temps(this); in Delegate() local
1138 UseScratchRegisterScope temps(this); in Delegate() local
1160 UseScratchRegisterScope temps(this); in Delegate() local
1210 UseScratchRegisterScope temps(this); in Delegate() local
1232 UseScratchRegisterScope temps(this); in Delegate() local
[all …]
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc59 UseScratchRegisterScope temps(this); in LogicalMacro() local
205 UseScratchRegisterScope temps(this); in Mov() local
248 UseScratchRegisterScope temps(this); in Mov() local
355 UseScratchRegisterScope temps(this); in ConditionalCompareMacro() local
370 UseScratchRegisterScope temps(this); in ConditionalCompareMacro() local
397 UseScratchRegisterScope temps(this); in Csel() local
407 UseScratchRegisterScope temps(this); in Csel() local
487 UseScratchRegisterScope temps(this); in AddSubMacro() local
495 UseScratchRegisterScope temps(this); in AddSubMacro() local
517 UseScratchRegisterScope temps(this); in AddSubWithCarryMacro() local
[all …]
Ddeoptimizer-arm64.cc302 UseScratchRegisterScope temps(masm()); in GeneratePrologue() local
/external/vixl/test/
Dtest-use-scratch-register-scope.cc127 UseScratchRegisterScope temps(&masm); in TEST_AARCH32() local
189 UseScratchRegisterScope temps(&masm); in TEST_AARCH32() local
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_opt_vpm.c96 uint32_t temps = 0; in qir_opt_vpm() local
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc451 UseScratchRegisterScope temps; in MoveImmediateHelper() local
769 UseScratchRegisterScope temps(this); in LogicalMacro() local
918 UseScratchRegisterScope temps(this); in Movi16bitHelper() local
996 UseScratchRegisterScope temps(this); in Movi32bitHelper() local
1029 UseScratchRegisterScope temps(this); in Movi64bitHelper() local
1069 UseScratchRegisterScope temps(this); in Movi() local
1086 UseScratchRegisterScope temps(this); in Mvn() local
1155 UseScratchRegisterScope temps(this); in ConditionalCompareMacro() local
1189 UseScratchRegisterScope temps; in CselHelper() local
1324 UseScratchRegisterScope* temps, in CselSubHelperRightSmallImmediate()
[all …]
/external/python/cpython2/Lib/plat-irix6/
Dtorgb.py74 def _torgb(filename, temps): argument
/external/python/cpython2/Lib/plat-irix5/
Dtorgb.py74 def _torgb(filename, temps): argument
/external/python/cpython2/Lib/
Dtoaiff.py79 def _toaiff(filename, temps): argument
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc300 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()}; in VisitStore() local
642 InstructionOperand temps[] = {g.TempRegister(eax)}; in VisitMulHigh() local
651 InstructionOperand temps[] = {g.TempRegister(edx)}; in VisitDiv() local
660 InstructionOperand temps[] = {g.TempRegister(eax)}; in VisitMod() local
725 InstructionOperand temps[] = {g.TempRegister()}; in VisitInt32PairAdd() local
750 InstructionOperand temps[] = {g.TempRegister()}; in VisitInt32PairSub() local
777 InstructionOperand temps[] = {g.TempRegister(edx)}; in VisitInt32PairMul() local
804 InstructionOperand temps[1]; in VisitWord32PairShift() local
1014 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()}; in VisitRoundUint32ToFloat32() local
1021 InstructionOperand temps[] = {g.TempRegister(eax)}; in VisitFloat64Mod() local
[all …]
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc261 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()}; in VisitStore() local
555 InstructionOperand temps[] = {g.TempRegister(eax)}; in VisitMulHigh() local
564 InstructionOperand temps[] = {g.TempRegister(edx)}; in VisitDiv() local
573 InstructionOperand temps[] = {g.TempRegister(eax)}; in VisitMod() local
638 InstructionOperand temps[] = {g.TempRegister()}; in VisitInt32PairAdd() local
663 InstructionOperand temps[] = {g.TempRegister()}; in VisitInt32PairSub() local
690 InstructionOperand temps[] = {g.TempRegister(edx)}; in VisitInt32PairMul() local
717 InstructionOperand temps[1]; in VisitWord32PairShift() local
1021 InstructionOperand temps[] = {g.TempRegister(eax)}; in VisitFloat64Mod() local
1177 InstructionOperand temps[] = {g.TempRegister()}; in EmitPrepareArguments() local
/external/mesa3d/src/amd/vulkan/
Dradv_meta_bufimage.c955 struct itob_temps temps; in radv_meta_image_to_buffer() local
1051 struct btoi_temps temps; in radv_meta_buffer_to_image_cs() local
1153 struct itoi_temps temps; in radv_meta_image_to_image_cs() local
1239 struct cleari_temps temps; in radv_meta_clear_image_cs() local
/external/vixl/test/aarch32/
Dtest-disasm-a32.cc2111 UseScratchRegisterScope temps(&masm); in TEST() local
2171 UseScratchRegisterScope temps(&masm); in TEST() local
3570 UseScratchRegisterScope temps(&masm); in TEST() local
/external/libcups/cups/
Dhttp-addr.c540 temps[64]; /* Temporary string for address */ in httpAddrString() local
/external/v8/src/compiler/
Dinstruction-selector.cc134 InstructionOperand* temps) { in Emit()
143 InstructionOperand* temps) { in Emit()
153 InstructionOperand* temps) { in Emit()
167 InstructionOperand* temps) { in Emit()
179 size_t temp_count, InstructionOperand* temps) { in Emit()
191 InstructionOperand e, size_t temp_count, InstructionOperand* temps) { in Emit()
204 InstructionOperand* temps) { in Emit()
216 InstructionOperand* temps) { in Emit()
2423 InstructionOperandVector temps(zone()); in VisitTailCall() local
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc331 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()}; in VisitStore() local
979 InstructionOperand temps[] = {g.TempRegister(rax)}; in VisitMulHigh() local
989 InstructionOperand temps[] = {g.TempRegister(rdx)}; in VisitDiv() local
998 InstructionOperand temps[] = {g.TempRegister(rax)}; in VisitMod() local
1385 InstructionOperand temps[] = {g.TempRegister()}; in VisitRoundUint64ToFloat32() local
1393 InstructionOperand temps[] = {g.TempRegister()}; in VisitRoundUint64ToFloat64() local
1451 InstructionOperand temps[] = {g.TempRegister(rax)}; in VisitFloat64Mod() local
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c60 struct ureg_dst temps[MAX_PROGRAM_TEMPS]; member
Dst_atifs_to_tgsi.c42 struct ureg_dst temps[MAX_PROGRAM_TEMPS]; member
/external/libvncserver/test/
Dbmp.c112 unsigned char *tempbuf=NULL; char temps[255], temps2[255]; in loadppm() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_internal.h90 LLVMValueRef *temps; member
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h459 LLVMValueRef temps[LP_MAX_INLINED_TEMPS][TGSI_NUM_CHANNELS]; member
553 LLVMValueRef temps[LP_MAX_INLINED_TEMPS]; member
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc326 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()}; in VisitStore() local
604 InstructionOperand temps[1]; in VisitWord32PairShift() local
1813 InstructionOperand temps[] = {g.TempRegister()}; in VisitFloat64SilenceNaN() local
/external/mesa3d/src/compiler/glsl/
Dlinker.cpp1268 hash_table *temps) in remap_variables()
1272 remap_visitor(struct gl_linked_shader *target, hash_table *temps) in remap_variables()
1310 hash_table *temps; in remap_variables() member in remap_variables::remap_visitor
1344 hash_table *temps = NULL; in move_non_declarations() local
/external/vixl/test/aarch64/
Dtest-utils-aarch64.cc394 UseScratchRegisterScope temps(masm); in Dump() local
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc50 UseScratchRegisterScope temps(codegen_->masm_); in PushSafepointRegistersScope() local
764 UseScratchRegisterScope temps(masm()); in GenerateJumpTable() local
803 UseScratchRegisterScope temps(masm()); in GenerateJumpTable() local
2121 UseScratchRegisterScope temps(masm()); in DoCheckArrayBufferNotNeutered() local
2253 UseScratchRegisterScope temps(masm()); in DoClassOfTestAndBranch() local
2461 UseScratchRegisterScope temps(masm()); in DoCheckValue() local
4401 UseScratchRegisterScope temps(masm()); in DoSeqStringGetChar() local
4539 UseScratchRegisterScope temps(masm()); in DoShiftS() local
5217 UseScratchRegisterScope temps(masm()); in DoDeferredTaggedToI() local
5309 UseScratchRegisterScope temps(masm()); in DoTransitionElementsKind() local

12