Home
last modified time | relevance | path

Searched refs:CRWIDTH (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc1815 cr, static_cast<CRBit>(VXCVI % CRWIDTH)); in AssembleArchInstruction()
1836 cr, static_cast<CRBit>(VXCVI % CRWIDTH)); in AssembleArchInstruction()
1859 cr, static_cast<CRBit>(VXCVI % CRWIDTH)); in AssembleArchInstruction()
1897 cr, static_cast<CRBit>(VXCVI % CRWIDTH)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.h318 return ((cr.code() * CRWIDTH) + crbit); in encode_crbit()
H A Dconstants-ppc.h2840 #define CRWIDTH 4 macro
H A Dassembler-ppc.cc1589 int bfa = bit / CRWIDTH; in mcrfs()
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h1772 #define CRWIDTH 4 macro
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc3890 int cr_shift = (7 - bf) * CRWIDTH; in ExecuteGeneric()
3891 int fp_shift = (7 - bfa) * CRWIDTH; in ExecuteGeneric()

Completed in 40 milliseconds