Searched refs:use_64 (Results 1 – 3 of 3) sorted by relevance
552 bool use_64 = (GetVersion() >= 11); in SendRequestReadMemory() local553 uint32_t command_addr_byte_size = use_64 ? 8 : 4; in SendRequestReadMemory()554 const CommandType command = use_64 ? KDP_READMEM64 : KDP_READMEM; in SendRequestReadMemory()591 bool use_64 = (GetVersion() >= 11); in SendRequestWriteMemory() local592 uint32_t command_addr_byte_size = use_64 ? 8 : 4; in SendRequestWriteMemory()593 const CommandType command = use_64 ? KDP_WRITEMEM64 : KDP_WRITEMEM; in SendRequestWriteMemory()1254 bool use_64 = (GetVersion() >= 11); in SendRequestBreakpoint() local1255 uint32_t command_addr_byte_size = use_64 ? 8 : 4; in SendRequestBreakpoint()1257 set ? (use_64 ? KDP_BREAKPOINT_SET64 : KDP_BREAKPOINT_SET) in SendRequestBreakpoint()1258 : (use_64 ? KDP_BREAKPOINT_REMOVE64 : KDP_BREAKPOINT_REMOVE); in SendRequestBreakpoint()
266 ; use_64(x);302 ; CHECK-NEXT: [[CALL22_US:%.*]] = tail call i32 @use_64(i64 [[CONV21_US]])351 %call22.us = tail call i32 @use_64(i64 %conv21.us)381 ; use_64(x);416 ; CHECK-NEXT: [[CALL20_US:%.*]] = tail call i32 @use_64(i64 [[CONV19_US]])460 ; DONTWIDEN-NEXT: [[CALL20_US:%.*]] = tail call i32 @use_64(i64 [[CONV19_US]])508 %call20.us = tail call i32 @use_64(i64 %conv19.us) #2530 declare dso_local i32 @use_64(i64)
9302 static bool vrend_get_one_query_result(GLuint query_id, bool use_64, uint64_t *result) in vrend_get_one_query_result() argument9313 if (use_64) { in vrend_get_one_query_result()