Home
last modified time | relevance | path

Searched refs:status_word (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/system_wrappers/source/
Ddenormal_disabler.cc56 void SetStatusWord(int status_word) { in SetStatusWord() argument
58 asm volatile("ldmxcsr %0" : : "m"(status_word)); in SetStatusWord()
60 asm volatile("vmsr FPSCR, %[src]" : : [src] "r"(status_word)); in SetStatusWord()
62 asm volatile("msr FPCR, %x[src]" : : [src] "r"(status_word)); in SetStatusWord()
67 constexpr bool DenormalsEnabled(int status_word) { in DenormalsEnabled() argument
68 return (status_word & kDenormalBitMask) != kDenormalBitMask; in DenormalsEnabled()
/external/autotest/tko/
Ddisplay.py238 status_word = db.status_word[status]
239 tooltip += "%d %s " % (box_data.status_count[status], status_word)
Dfrontend.py239 self.status_word = db.status_word[status_num]
Ddb.py85 self.status_word = {}
89 self.status_word[s[0]] = s[1]
/external/google-breakpad/src/google_breakpad/common/
Dminidump_cpu_x86.h80 uint32_t status_word; member
Dminidump_cpu_amd64.h83 uint16_t status_word; member
/external/autotest/client/cros/faft/utils/
Dsaft_flashrom_util.py376 status_word = found_enabled.group(1)
377 wp_status['enabled'] = (status_word == 'enabled')
/external/google-breakpad/src/client/linux/dump_writer_common/
Ducontext_reader.cc78 out->float_save.status_word = fp->sw; in FillCPUContext()
133 out->flt_save.status_word = fpregs->swd;
Dthread_info.cc98 out->float_save.status_word = fpregs.swd; in FillCPUContext()
174 out->flt_save.status_word = fpregs.swd;
/external/google-breakpad/src/processor/testdata/
Dminidump2.dump.out99 float_save.status_word = 0xffff0000
150 float_save.status_word = 0xffff0000
646 float_save.status_word = 0xffff0000
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc388 thread->fpregs.swd = rawregs->float_save.status_word; in ParseThreadRegisters()
398 thread->fpxregs.swd = rawregs->float_save.status_word; in ParseThreadRegisters()
444 thread->fpregs.swd = rawregs->flt_save.status_word; in ParseThreadRegisters()
/external/google-breakpad/src/processor/
Dsynth_minidump.cc143 D32(context.float_save.status_word); in Context()
Ddump_context.cc334 context_x86->float_save.status_word); in Print()
Dminidump.cc821 Swap(&context_x86->float_save.status_word); in Read()
/external/scapy/test/
Dregression.uts6796 assert(isinstance(p.status_word, NTPSystemStatusPacket))
6797 assert(p.status_word.leap_indicator == 0)
6798 assert(p.status_word.clock_source == 6)
6799 assert(p.status_word.system_event_counter == 6)
6800 assert(p.status_word.system_event_code == 4)
6842 assert(isinstance(p.status_word, NTPPeerStatusPacket))
6843 assert(p.status_word.configured == 1)
6844 assert(p.status_word.auth_enabled == 1)
6845 assert(p.status_word.authentic == 0)
6846 assert(p.status_word.reachability == 0)
[all …]