Searched refs:CBIT (Results 1 – 14 of 14) sorted by relevance
52 #define CBIT 9 macro472 Number = (UINT16) GetBits (Sd, CBIT); in ReadCLen()475 CharC = (UINT16) GetBits (Sd, CBIT); in ReadCLen()519 CharC = (UINT16) (GetBits (Sd, CBIT) + 20); in ReadCLen()
67 #define CBIT 9 macro1058 PutBits(CBIT, n); in WriteCLen()1081 PutBits(CBIT, Count - 20); in WriteCLen()1152 PutBits(CBIT, 0); in SendBlock()1153 PutBits(CBIT, Root); in SendBlock()
219 EMIT1(CBIT)
405 ALU1(CBIT) in ALU2_ACC()
567 ALU1(CBIT) in ALU2_ACC()
269 ALU1(CBIT) in ALU2()
185 ALU1(CBIT) in ALU1()
1660 emit(CBIT(dst, op[0])); in nir_emit_alu()
1098 ALU1(CBIT) in ALU1()
1728 bld.CBIT(result, op[0]); in nir_emit_alu()
119 "cbit" { yylval.integer = BRW_OPCODE_CBIT; return CBIT; }
483 %token <integer> ADDC BFI1 BFREV CBIT F16TO32 F32TO16 FBH FBL1063 unaryop: MOV | FRC | RNDU | RNDD | RNDE | RNDZ | NOT | LZD | BFREV | CBIT
67 cbit { yylval.integer = BRW_OPCODE_CBIT; return CBIT; }
377 %token <integer> CALL CALLA CASE CBIT CMP CMPN CONT CSEL709 | CBIT