Searched refs:bclr (Results 1 - 15 of 15) sorted by relevance
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 639 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 D | assembler-ppc.cc | 698 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 D | macro-assembler-ppc.h | 729 void Ret(Condition cond, CRegister cr = cr7) { bclr(cond, cr); } in Ret()
|
H A D | constants-ppc.h | 2197 V(bclr, BCLRX, 0x4C000020) \
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/ |
H A D | ppccpuid.s | 123 bclr 14,2
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/crypto/ |
H A D | ppccpuid.s | 123 bclr 14,2
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/aes/ |
H A D | aesp8-ppc.s | 471 bclr 14,0 1206 bclr 14,0 1835 bclr 14,0 2046 bclr 14,0
|
H A D | vpaes-ppc.s | 563 bclr 14,0
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/crypto/aes/ |
H A D | aesp8-ppc.s | 471 bclr 14,0 1206 bclr 14,0 1835 bclr 14,0 2046 bclr 14,0
|
H A D | vpaes-ppc.s | 563 bclr 14,0
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/chacha/ |
H A D | chacha-ppc.s | 9 bclr 14,2
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/crypto/chacha/ |
H A D | chacha-ppc.s | 9 bclr 14,2
|
/third_party/node/deps/v8/src/diagnostics/mips/ |
H A D | disasm-mips.cc | 2225 Format(instr, "bclr.'t 'wd, 'ws, 'wt"); in DecodeTypeMsa3R()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.cc | 3156 V(bclr, BCLR) \
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.cc | 3364 V(bclr, BCLR) \
|
Completed in 39 milliseconds