Searched refs:tbr (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | unscaledcycleclock.cc | 69 int64_t tbr; 70 asm volatile("mfspr %0, 268" : "=r"(tbr)); 71 return tbr;
|
/third_party/ffmpeg/libavformat/ |
D | dump.c | 572 int tbr = st->r_frame_rate.den && st->r_frame_rate.num; in dump_stream_format() local 582 if (fps || tbr || tbn || tbc) in dump_stream_format() 586 print_fps(av_q2d(st->avg_frame_rate), tbr || tbn || tbc ? "fps, " : "fps"); in dump_stream_format() 587 if (tbr) in dump_stream_format()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcInstrAliases.td | 446 def : InstAlias<"mov %tbr, $rd", (RDTBR IntRegs:$rd), 0>; 455 def : InstAlias<"mov $rs2, %tbr", (WRTBRrr G0, IntRegs:$rs2), 0>; 456 def : InstAlias<"mov $simm13, %tbr", (WRTBRri G0, i32imm:$simm13), 0>; 469 def : InstAlias<"wr $rs2, %tbr", (WRTBRrr G0, IntRegs:$rs2), 0>; 470 def : InstAlias<"wr $simm13, %tbr", (WRTBRri G0, i32imm:$simm13), 0>;
|
D | SparcInstrInfo.td | 1037 "rd %tbr, $rd", []>; 1071 "wr $rs1, $rs2, %tbr", []>; 1074 "wr $rs1, $simm13, %tbr", []>;
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | ContributingCode.md | 201 [TBR]: https://chromium.googlesource.com/chromium/src/+/main/docs/code_reviews.md#tbr-to-be-reviewed
|
/third_party/elfutils/tests/ |
D | run-allregs.sh | 2418 67: %tbr (tbr), unsigned 32 bits
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 18976 @item tbr 19033 @item tbr
|