Searched refs:trashed (Results 1 – 12 of 12) sorted by relevance
/third_party/musl/tools/ |
D | add-cfi.i386.awk | 188 function trashed(register) { function 196 /mov.*,%e?([abcd][hlx]|si|di|bp)$/ { trashed(get_reg2()) } 198 trashed(get_reg2()) 200 /^i?mul [^,]*$/ { trashed("eax"); trashed("edx") } 201 /^i?mul.*,%e?([abcd][hlx]|si|di|bp)$/ { trashed(get_reg2()) } 202 /^i?div/ { trashed("eax"); trashed("edx") } 203 /(dec|inc|not|neg|pop) %e?([abcd][hlx]|si|di|bp)/ { trashed(get_reg()) } 204 /cpuid/ { trashed("eax"); trashed("ebx"); trashed("ecx"); trashed("edx") }
|
D | add-cfi.x86_64.awk | 174 function trashed(register) { function 182 /mov.*,%[er]?([abcd][xlh]|si|di|bp|8|9|10|11|12|13|14|15)$/ { trashed(get_reg2()) } 184 trashed(get_reg2()) 186 /^i?mul [^,]*$/ { trashed("rax"); trashed("rdx") } 187 /^i?mul.*,%[er]?([abcd][xlh]|si|di|bp|8|9|10|11|12|13|14|15)$/ { trashed(get_reg2()) } 188 /^i?div/ { trashed("rax"); trashed("rdx") } 190 /(dec|inc|not|neg|pop) %[er]?([abcd][xlh]|si|di|bp|8|9|10|11|12|13|14|15)/ { trashed(get_reg()) } 191 /cpuid/ { trashed("rax"); trashed("rbx"); trashed("rcx"); trashed("rdx") }
|
/third_party/icu/icu4c/source/ |
D | acinclude.m4 | 253 # *FLAGS are assumed to be trashed, and will be reset from *FLAGS_OLD
|
/third_party/skia/third_party/externals/icu/source/ |
D | acinclude.m4 | 253 # *FLAGS are assumed to be trashed, and will be reset from *FLAGS_OLD
|
/third_party/openGLES/extensions/NV/ |
D | NV_pixel_data_range.txt | 274 that were supposed to be unwritten are in fact trashed by the
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_pixel_data_range.txt | 274 that were supposed to be unwritten are in fact trashed by the
|
/third_party/ffmpeg/doc/ |
D | developer.texi | 490 as base64-encoded attachments, so your patch is not trashed during
|
/third_party/libwebsockets/READMEs/ |
D | README.coding.md | 463 it isn't any more with http/2, up to 9 bytes behind the buffer will be trashed.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 512 // address of the variable is in %eax. %ecx is trashed during the function
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.22 | 157 trashed, and this can be used as a denial-of-service attack, or make
|
/third_party/mksh/ |
D | check.t | 6187 Temporay files used for here-docs in functions get trashed after
|
/third_party/NuttX/ |
D | ReleaseNotes | 429 task was being randomly trashed when a different thread exited. 8757 values were reversed resulting in a trashed value for the number of
|