HomeSort by relevance Sort by last modified time
    Searched full:dot_4 (Results 1 - 7 of 7) sorted by null

  /external/c-ares/
acountry.c 557 char ccode_A2[3], *ccopy, *dot_4; local
565 dot_4 = NULL;
568 ver_2 = (is_addr(ccopy,&dot_4) && !strcasecmp(dot_4,nerd_ver2));
581 z0 = TOLOWER(dot_4[1]);
582 z1 = TOLOWER(dot_4[2]);
  /external/llvm/lib/Target/AMDGPU/
R600EmitClauseMarkers.cpp 46 case AMDGPU::DOT_4:
85 case AMDGPU::DOT_4:
122 if (!TII->isALUInstr(MI->getOpcode()) && MI->getOpcode() != AMDGPU::DOT_4)
128 MI->getOpcode() == AMDGPU::DOT_4) && "Can't assign Const");
R600MachineScheduler.cpp 234 case AMDGPU::DOT_4:
313 case AMDGPU::DOT_4:
R600ExpandSpecialInstrs.cpp 198 case AMDGPU::DOT_4: {
R600InstrInfo.cpp 172 case AMDGPU::DOT_4:
296 if (MI->getOpcode() == AMDGPU::DOT_4) {
1013 if (MI->getOpcode() == AMDGPU::DOT_4) {
    [all...]
R600ISelLowering.cpp     [all...]
R600Instructions.td 992 def DOT_4 : R600_VEC2OP<[(set R600_Reg32:$dst, (DOT4
    [all...]

Completed in 97 milliseconds