HomeSort by relevance Sort by last modified time
    Searched refs:c_code (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-bfin.c 1157 #define INIT(t) t c_code = init_##t
1158 #define ASSIGN(x) c_code.opcode |= ((x & c_code.mask_##x)<<c_code.bits_##x)
1159 #define ASSIGNF(x,f) c_code.opcode |= ((x & c_code.mask_##f)<<c_code.bits_##f)
1160 #define ASSIGN_R(x) c_code.opcode |= (((x ? (x->regno & CODE_MASK) : 0) & c_code.mask_##x)<<c_code.bits_##x
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 3375 HConstant* c_code = HConstant::cast(char_code); local
    [all...]
hydrogen.cc 7583 HConstant* c_code = HConstant::cast(char_code); local
    [all...]

Completed in 500 milliseconds