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

  /toolchain/binutils/binutils-2.25/include/opcode/
cris.h 164 #define CC_LT 0xB
  /toolchain/binutils/binutils-2.25/opcodes/
cris-opc.c 413 BRANCH_QUICK_OPCODE+CC_LT*0x1000,
414 0x0f00+(0xF-CC_LT)*0x1000, "o", 1, SIZE_NONE, 0,
1013 0x0530+CC_LT*0x1000,
1014 0x0AC0+(0xf-CC_LT)*0x1000, "r", 0, SIZE_NONE, 0,
    [all...]
fr30-desc.h 98 , CC_V, CC_NV, CC_LT, CC_GE
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 423 return CC_LT;
    [all...]
nv50_ir.cpp 467 case CC_LT: return reg.data.f32 < fval;
nv50_ir.h 172 CC_LT = 1,
nv50_ir_peephole.cpp 743 bld.mkCmp(OP_SET, CC_LT, TYPE_S32, tA, i->getSrc(0), bld.mkImm(0));
774 case CC_LT: cc = CC_FL; break;
    [all...]
nv50_ir_emit_nv50.cpp 204 case CC_LT: enc = 0x1; break;
    [all...]
nv50_ir_from_sm4.cpp 256 case SM4_OPCODE_ULT: return CC_LT;
    [all...]
  /external/v8/src/s390/
constants-s390.h 61 CC_LT = 0x04, // S390 condition code 0b0100
62 CC_LE = CC_EQ | CC_LT, // S390 condition code 0b1100
    [all...]
simulator-s390.h 390 condition_reg_ |= CC_LT;
431 condition_reg_ |= CC_LT;
simulator-s390.cc     [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp 195 case CC_LT: val = 0x1; break;
    [all...]

Completed in 221 milliseconds