Searched refs:crbit (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1762 int crbit = v8::internal::Assembler::encode_crbit( in AssembleArchInstruction() local 1767 __ isel(i.OutputRegister(1), r0, i.OutputRegister(1), crbit); in AssembleArchInstruction() 1770 __ bc(v8::internal::Assembler::kInstrSize * 2, BT, crbit); in AssembleArchInstruction() 1789 int crbit = v8::internal::Assembler::encode_crbit( in AssembleArchInstruction() local 1794 __ isel(i.OutputRegister(1), r0, i.OutputRegister(1), crbit); in AssembleArchInstruction() 1797 __ bc(v8::internal::Assembler::kInstrSize * 2, BT, crbit); in AssembleArchInstruction()
|
/external/v8/src/ppc/ |
D | assembler-ppc.h | 552 static inline int encode_crbit(const CRegister& cr, enum CRBit crbit) { in encode_crbit() argument 553 return ((cr.code() * CRWIDTH) + crbit); in encode_crbit()
|
/external/v8/src/s390/ |
D | assembler-s390.h | 535 static inline int encode_crbit(const CRegister& cr, enum CRBit crbit) { in encode_crbit() argument 536 return ((cr.code() * CRWIDTH) + crbit); in encode_crbit()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | README.txt | 334 would allow us to expose the access of the crbit after the mfcr, allowing
|