Home
last modified time | relevance | path

Searched refs:BCX (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.cc326 bool Assembler::IsBranch(Instr instr) { return ((instr & kOpcodeMask) == BCX); } in IsBranch()
429 case BCX: in target_at()
455 *is_branch = (opcode == BX || opcode == BCX); in target_at_put()
472 case BCX: { in target_at_put()
544 case BCX: in max_reach_from()
717 emit(BCX | bo | condition_bit * B16 | (imm16 & kImm16Mask) | lk); in bc()
H A Dconstants-ppc.h2059 V(bc, BCX, 0x40000000)
/third_party/rust/crates/regex/regex-syntax/src/hir/literal/
H A Dmod.rs1577 vec![M("ABCX"), M("CDAX"), M("BCX")],
1578 vec![C("A"), C("BCX"), C("CD")]
/third_party/ntfs-3g/libntfs-3g/
H A Dattrib.c7196 #define BCX(x) ((x) - (((x) >> 1) & 0x77777777) - \ macro
7199 #define BITCOUNT(x) (((BCX(x) + (BCX(x) >> 4)) & 0x0F0F0F0F) % 255)
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc1792 case BCX: { in ExecuteGeneric()

Completed in 29 milliseconds