Home
last modified time | relevance | path

Searched refs:bclr (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.h639 void bclr(BOfield bo, int condition_bit, LKBit lk);
732 void bclr(Condition cond, CRegister cr = cr7, LKBit lk = LeaveLK) { in bclr() function in v8::internal::Assembler
740 bclr(BT, encode_crbit(cr, CR_EQ), lk); in bclr()
743 bclr(BF, encode_crbit(cr, CR_EQ), lk); in bclr()
746 bclr(BT, encode_crbit(cr, CR_GT), lk); in bclr()
749 bclr(BF, encode_crbit(cr, CR_GT), lk); in bclr()
752 bclr(BT, encode_crbit(cr, CR_LT), lk); in bclr()
755 bclr(BF, encode_crbit(cr, CR_LT), lk); in bclr()
758 bclr(BT, encode_crbit(cr, CR_FU), lk); in bclr()
761 bclr(B in bclr()
[all...]
H A Dassembler-ppc.cc698 void Assembler::bclr(BOfield bo, int condition_bit, LKBit lk) { in bclr() function in v8::internal::Assembler
707 void Assembler::blr() { bclr(BA, 0, LeaveLK); } in blr()
H A Dmacro-assembler-ppc.h729 void Ret(Condition cond, CRegister cr = cr7) { bclr(cond, cr); } in Ret()
H A Dconstants-ppc.h2197 V(bclr, BCLRX, 0x4C000020) \
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/
H A Dppccpuid.s123 bclr 14,2
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/crypto/
H A Dppccpuid.s123 bclr 14,2
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/aes/
H A Daesp8-ppc.s471 bclr 14,0
1206 bclr 14,0
1835 bclr 14,0
2046 bclr 14,0
H A Dvpaes-ppc.s563 bclr 14,0
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/crypto/aes/
H A Daesp8-ppc.s471 bclr 14,0
1206 bclr 14,0
1835 bclr 14,0
2046 bclr 14,0
H A Dvpaes-ppc.s563 bclr 14,0
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/chacha/
H A Dchacha-ppc.s9 bclr 14,2
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/crypto/chacha/
H A Dchacha-ppc.s9 bclr 14,2
/third_party/node/deps/v8/src/diagnostics/mips/
H A Ddisasm-mips.cc2225 Format(instr, "bclr.'t 'wd, 'ws, 'wt"); in DecodeTypeMsa3R()
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc3156 V(bclr, BCLR) \
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc3364 V(bclr, BCLR) \

Completed in 39 milliseconds