Lines Matching defs:Arg1
443 void TracePC::HandleCmp(uintptr_t PC, T Arg1, T Arg2) {
444 uint64_t ArgXor = Arg1 ^ Arg2;
446 TORC4.Insert(ArgXor, Arg1, Arg2);
448 TORC8.Insert(ArgXor, Arg1, Arg2);
451 (Arg1 == Arg2 ? 0 : __builtin_clzll(Arg1 - Arg2) + 1);
537 void __sanitizer_cov_trace_cmp8(uint64_t Arg1, uint64_t Arg2) {
539 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2);
548 void __sanitizer_cov_trace_const_cmp8(uint64_t Arg1, uint64_t Arg2) {
550 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2);
556 void __sanitizer_cov_trace_cmp4(uint32_t Arg1, uint32_t Arg2) {
558 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2);
564 void __sanitizer_cov_trace_const_cmp4(uint32_t Arg1, uint32_t Arg2) {
566 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2);
572 void __sanitizer_cov_trace_cmp2(uint16_t Arg1, uint16_t Arg2) {
574 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2);
580 void __sanitizer_cov_trace_const_cmp2(uint16_t Arg1, uint16_t Arg2) {
582 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2);
588 void __sanitizer_cov_trace_cmp1(uint8_t Arg1, uint8_t Arg2) {
590 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2);
596 void __sanitizer_cov_trace_const_cmp1(uint8_t Arg1, uint8_t Arg2) {
598 fuzzer::TPC.HandleCmp(PC, Arg1, Arg2);