Home
last modified time | relevance | path

Searched refs:CBIT (Results 1 – 14 of 14) sorted by relevance

/external/vboot_reference/utility/
Defidecompress.c52 #define CBIT 9 macro
472 Number = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
475 CharC = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
519 CharC = (UINT16) (GetBits (Sd, CBIT) + 20); in ReadCLen()
Deficompress.c67 #define CBIT 9 macro
1058 PutBits(CBIT, n); in WriteCLen()
1081 PutBits(CBIT, Count - 20); in WriteCLen()
1152 PutBits(CBIT, 0); in SendBlock()
1153 PutBits(CBIT, Root); in SendBlock()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4.h219 EMIT1(CBIT)
Dbrw_vec4_builder.h405 ALU1(CBIT) in ALU2_ACC()
Dbrw_fs_builder.h567 ALU1(CBIT) in ALU2_ACC()
Dbrw_eu.h269 ALU1(CBIT) in ALU2()
Dbrw_vec4_visitor.cpp185 ALU1(CBIT) in ALU1()
Dbrw_vec4_nir.cpp1660 emit(CBIT(dst, op[0])); in nir_emit_alu()
Dbrw_eu_emit.c1098 ALU1(CBIT) in ALU1()
Dbrw_fs_nir.cpp1728 bld.CBIT(result, op[0]); in nir_emit_alu()
/external/igt-gpu-tools/assembler/
Dlex.l119 "cbit" { yylval.integer = BRW_OPCODE_CBIT; return CBIT; }
Dgram.y483 %token <integer> ADDC BFI1 BFREV CBIT F16TO32 F32TO16 FBH FBL
1063 unaryop: MOV | FRC | RNDU | RNDD | RNDE | RNDZ | NOT | LZD | BFREV | CBIT
/external/mesa3d/src/intel/tools/
Di965_lex.l67 cbit { yylval.integer = BRW_OPCODE_CBIT; return CBIT; }
Di965_gram.y377 %token <integer> CALL CALLA CASE CBIT CMP CMPN CONT CSEL
709 | CBIT